Razor - Web Dev And Stuff

Browse by Tags

All Tags » Razor (RSS)
As of today you can find RazorJS’s source code available on BitBucket . Feel free to download the code and change it to fit your needs. [ read more …]
Posted by djsolid | 2 comment(s)
Filed under: ,
Many times I have a Javascript file that contains a link and in order to be more generic I would prefer writing something like ~/image.png rather than /image.png or /myapp/image.png. Also when one of my Views in an MVC project interacts with 3rd party...
Posted by djsolid | 1 comment(s)
Filed under: ,
Recently a had to parse a text that contained BBCode tags. In Codeplex I found an excellent   BBCode parser . So I thought why not create a helper that could be easily used with Razor syntax! This is how you can use it [ read more… ]
Posted by djsolid
Now a few helpers are available for usage with Razor Syntax and ASP.NET WebPages or ASP.NET MVC. But those helpers can be used also inside a Webforms application. For example I find the Paypal helper extremely usefull. Let’s use it inside an ASP.NET Webforms...
Posted by djsolid
More Posts