(Bala Murugan) It is very important to capture the visitor’s or customer’s feedback in terms of rating in any public facing websites like shopping, news, reviews or article, etc. This rating will help everyone to understand the credibility and worthiness of our website’s products. There are some ha
Tag: Development
Text Template Transformation Toolkit and ASP.NET MVC
(K. Scott Allen) Microsoft Visual Studio includes a code generation engine known as T4 (which is short for Text Template Transformation Toolkit). You’ve probably already used T4 templates in Visual Studio without even knowing they were working behind the scenes.
Supporting Updates with jQuery Data Linking
(Peter Vogel) In my last column ( Displaying and Filtering Data with jQuery Templates ) I created a page that retrieved data from a Web service using a combination of jQuery (with its new templating feature), standard ASP.NET technology and JavaScript.
LINQ to log files
(Jon Skeet) Many people hear “LINQ” and think “databases”. This is not surprising given the emphasis Microsoft has placed on LINQ to SQL and Entity Framework, but I believe that LINQ to Objects has had an incredibly powerful impact too.
Using Deferred Objects In jQuery 1.5 To Normalize API Responses
(Ben Nadel) As many of you probably know, jQuery 1.5 was released at the end of January. A big part of this release was the addition of Deferred objects and a complete rewrite of the AJAX functionality which now relies heavily on deferred objects.
What is jQuery and how to start using jQuery?
(Sheo Narayan) jQuery is not a language but it is a well written JavaScript code, As quoted on official jQuery website “it is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development”.
WPF 4: Parallel processing of the Data using .NET 4 Parallel Extension Capabilities
(Mahesh Sabnis) NET 4.0 adds a new set of API’s called Parallel Extensions, to simplify the process of adding parallelism and concurrency to applications. This allows you to effectively utilize Multi-Core systems which are commonly available now days.
Creating a Login Overlay
(Scott Mitchell) Many types of websites, from online retailers to social networking sites, allow visitors to create user accounts. Traditionally, websites that support user accounts have their visitors sign in by going to a dedicated login page where they enter their username and password.
Subterranean IL: Filter exception handlers
(Simon Cooper) Filter handlers are the second type of exception handler that aren’t accessible from C#. Unlike the other handler types, which have defined conditions for when the handlers execute, filter lets you use custom logic to determine whether the handler should be run.
NuGet 1.1 Released
(Scott Guthrie) This past weekend the ASP.NET team released NuGet 1.1. Phil Haack recently blogged a bunch of details on the enhancements it brings, as well as how to update to it if you already have NuGet 1.0 installed.
