Async and Await in C# 5.0 are designed to work with the Task Parallel Library and to maintain code structure a lot simpler. Read this article to learn about them.
Articles Written by V.N.S Arun
Building ASP.NET Ajax Custom Controls
V. N. S. Arun walks you through the creation of ASP.NET Ajax Custom Client Controls.
Using the Text Template Transformation Toolkit (T4) in Visual Studio
Text Template Transformation Toolkit, often referred as T4 templates, can be used to generate source code or any kind of text content dynamically including XML. Read on to learn more about T4 templates.
A Glance at the jQuery UI
jQuery UI, which works on top of the jQuery library, provides in-built features for web developers but it doesn’t stop there. jQuery UI also allows you to extend or create custom UI features. Learn about the in-built features and test a couple of code samples.
jQuery Support for HTML5 Data Attributes
HTML 5 has become more popular and jQuery, not to be left behind, is providing timely support for HTML 5. V. N. S. Arun discusses the data attribute features of HTML 5 and the support offered by jQuery with a few examples.
Working with JQuery Templates
JQuery templates are used to bind the JSON formatted data collection onto the HTML containers on a web page in an easy and effective manner. Read this article to learn about JQuery templates and different things that you can do with it.
