Browse by Tags

All Tags » Razor (RSS)

Sending emails using MvcMailer by hajan

MvcMailer is an interesting component that you can use for sending emails in ASP.NET MVC Framework. The very great thing is that it uses Razor view engine views as email templates and is pretty easy to setup and use. In this article you will see how to...

Speaking at MS Vizija 9 Conference on topic ASP.NET MVC3 & Razor by hajan

October 20 (Thursday), I will be speaking at Microsoft Vizija Conference . Presentation Details Presentation title: ASP.NET MVC3 & Razor The main objective of the presentation is to show the real power of ASP.NET MVC3 and the key benefits of using...

Trigger update to jQuery Tablesorter on dynamically modified table by hajan

Several months ago I wrote a blog post about using tablesorter and pager plugins with ASP.NET MVC to beautifully create sorting and pagination features on plain tables and data in your HTML. However, in the past few weeks I have got some reports by users...

Table sorting & pagination with jQuery and Razor in ASP.NET MVC by hajan

Introduction jQuery enjoys living inside pages which are built on top of ASP.NET MVC Framework. The ASP.NET MVC is a place where things are organized very well and it is quite hard to make them dirty, especially because the pattern enforces you on purity...

Functions inside page using Razor View Engine – ASP.NET MVC by hajan

As we already know, Razor is probably the best view engine for ASP.NET MVC so far. It keeps your code fluid and very expressive. Besides the other functionalities Razor has, it also supports writing local functions. If you want to write a function, you...
More Posts