- 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 May 3, 2008
- Filed under .Net Framework
Here's a quick example for using C# to send a POST request..
[More]
- Posted by Ian Suttle on March 25, 2008
- Filed under .Net Framework | WCF
Upon deployment of our first WCF app to a network share and hosted on IIS6 we received a 404 error. Find out why..
[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 March 3, 2008
- Filed under .Net Framework | Visual Studio
This post provides code for a generic method to do Dependency Injection with Spring.NET..
[More]
- Posted by Ian Suttle on March 2, 2008
- Filed under .Net Framework
If you've ever needed to manage multiple web.config files in a single application this post provides a class for doing just that!.
[More]
- Posted by Ian Suttle on February 28, 2008
- Filed under .Net Framework | ASP.Net
Diagnostics tracing getting you down? This post explains differences between ASP.NET Tracing and System.Web.Diagnostics Tracing..
[More]
- Posted by Ian Suttle on February 22, 2008
- Filed under .Net Framework
If you've been interested in Dependency Injection or Inversion of Control and haven't had a chance to try it out, check out this simple example with project download..
[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]