- Posted by Ian Suttle on February 21, 2009
- Filed under .NET 3.5 | ASP.Net MVC
This post details an ASP.NET MVC Action Filter to assist with localized site development. If you've got or want a site which supports multiple cultures using ASP.NET MVC localization you need to be familiar with setting CultureInfo values for the current thread and UI. The .NET Framework uses this info to do a few key things. First, if you're using resource files the framework knows which to pick up because the resource file name specifies the culture. Secondly the culture is used as a formatter argument for various methods such as ToString()..
[More]
- Posted by ian suttle on May 14, 2008
- Filed under .NET 3.5 | .Net Framework | ASP.Net
The .NET framework does not include a way to get the selected items from a CheckBoxList, ListBox, DropDownList, or RadioButtonList, without iterating the Items collection. This post provides an extension method for retrieving the selected items from any ListControl..
[More]
- Posted by Ian Suttle on March 12, 2008
- Filed under .NET 3.5 | .Net Framework | ASP.Net | ASP.Net MVC
Routing in the new .NEW MVC Framework is a synch to customize. This post shows how to move route definitions out of the global.asax.cs and into the database..
[More]
- Posted by Ian Suttle on March 5, 2008
- Filed under .NET 3.5 | .Net Framework | ASP.Net MVC
Microsoft has release the ASP.NET 3.5 Extensions MVC Preview 2..
[More]
- Posted by Ian Suttle on January 25, 2008
- Filed under .NET 3.5
.NET Framework 3.5 Info You Might Not Know.
[More]
- Posted by Ian Suttle on January 17, 2008
- Filed under .NET 3.5 | .Net Framework
Microsoft has released source code to the .net framework..
[More]
- Posted by Ian Suttle on January 6, 2008
- Filed under .NET 3.5 | .Net Framework | ASP.Net | JSON
Providing data in the JSON format has become a fantastic way to deliver information to a client side consumer over the web. This post provides steps to creating a generic ToJSON extension method to make JSON serialization as easy as possible in the .NET 3.5 framework..
[More]
- Posted by Ian Suttle on December 10, 2007
- Filed under .NET 3.5 | ASP.Net | .Net Framework
Microsoft has released the ASP.NET 3.5 Extensions CTP Preview..
[More]
- Posted by Ian Suttle on November 29, 2007
- Filed under .NET 3.5 | ASP.Net | AJAX | .Net Framework
Scott Guthrie has announced ASP.NET 3.5 Extensions public preview will be released next week..
[More]
- Posted by Ian Suttle on November 19, 2007
- Filed under .NET 3.5 | Visual Studio
My experience migrating from vs 2008 beta 2 to rtm..
[More]