| ASP.NET Daily Articles |
|---|
| Generating ASP.NET MVC View Controls According to Xml Configurations Gil Fink offers an end-to-end solution for generating view contorls according to Xml configurations. The solution can be rafactored to use databases or any other data sources in order to achieve the same results. |
| Customizing asp:Chart Label font styles and intervals etc. This article shows how to customize the asp:Chart control X or Y axis labels, its appearance, and the intervals of the label, etc. |
| Introduction to the ASP.NET Web API Stephen Walther blogs a thorough introduction to the new ASP.NET Web API. |
| Accessing a ASP.NET Rest Service from ASP.NET MVC John V. Petersen demonstrates an ASP.NET MVC application that uses an ASP.NET Web API backed repository. |
| Creating a JSONP Formatter for ASP.NET Web API Rick Strahl explains why JSONP is useful and shows the code for an JSONP Custom Formatter for ASP.NET Web API. |
| Awesome New Features for Web Developers in Visual Studio 2011 There is a plethora of changes in VS 11 and the next .NET framework release that help improve developer productivity. This article focuses on the Web Developer specific functions in the release that promise to make day to day developer life much easier. |
| Code52: i18n Packages for MVC 4 Brendan Forster announces a preview of the Code52 i18n pack for ASP.NET MVC 4 - a set of NuGet packages which assist in internationalization tasks for ASP.NET MVC 4. |
| What is ASP.NET MVC TempData Simply said, ASP.NET MVC TempData dictionary is used to share data between controller actions. The value of TempData persists until it is read or until the current user’s session times out. |
| New in ASP.NET MVC4: Razor changes Alexander Beletsky demonstrates some top new features in Razor syntax in ASP.NET MVC 4 and ASP.NET Web Pages 2. |
| New for ASP.NET Web Pages: Conditional Attributes Mike Pope blogs about a new Razor feature in ASP.NET Web Pages 2 and ASP.NET MVC 4 - conditional attributes. |