Friday, February 10, 2012

Call server side method with JQuery

http://aspsnippets.com/Articles/Check-UserName-Availability-in-ASP.Net-using-JQuery.aspx

Replace special characters.

Using following pattern to replace the special characters of string with empty values:
temp.replace(/[^a-zA-Z 0-9]+/g,'');


Tuesday, February 7, 2012

Asp.net MVC4

New features of asp.net mvc4, which will be released by end of this year.
  • Refreshed and modernized default project templates
  • New mobile project template
  • Many new features to support mobile apps
  • Recipes to customize code generation
  • Enhanced support for asynchronous methods

One great thing about this release is that the runtime libraries (our assemblies) as well as our JavaScript libraries are available as NuGet packages. So if you write packages that depend on the ASP.NET MVC 4 runtime, you can have them depend on our packages.