Always remain updated about current software development trends
Extending .NET applications by adding scripting support via IronPython
An introduction to custom role providers in an ASP.NET MVC 3 application using the Entity Framework for ORM.
How to build an AJAX Event Calendar (Scheduler) using the open-source DayPilot Lite for ASP.NET MVC library (Apache Software License 2.0).
Step-by-step tutorial to create a HTML5 LightSwitch application
Remember thoseoldpostson Dynamic LINQ? You are probably aware that Microsoft has made its implementation available as aNuget package, but, like I said, you already have it in your machine, hidden inside theSystem.Web.Extensionsassembly.In order to make it easier...
Implementation of .NET Enumerable methods in JavaScript, including Aggregations, Iterations, Predicators, and Selectors.
IntroductionI recently came upon this problem: how to calculate a hash from a LINQ expression so that I can safely compare two expressions for equality? I had naively assumed that theExpressionclass \u2013 and their descendants \u2013 would have implementedGetHashCodein...
This article presents in detail jqGrid integration in MVC 4.0 using AJAX, JSON, jQuery, LINQ, and Serialization.