Finally, a SelectedItems Option (yaaay)

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]
Bookmark and Share

Posting data with C#

Here's a quick example for using C# to send a POST request.. [More]
Bookmark and Share

WCF and the Mystery 404

Upon deployment of our first WCF app to a network share and hosted on IIS6 we received a 404 error. Find out why.. [More]
Bookmark and Share

ASP.NET MVC: Store Routes in the Database

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]
Bookmark and Share

ASP.NET 3.5 Extensions MVC Preview 2 Released

Microsoft has release the ASP.NET 3.5 Extensions MVC Preview 2.. [More]
Bookmark and Share

Inject Dependency with Spring.NET and Generics

This post provides code for a generic method to do Dependency Injection with Spring.NET.. [More]
Bookmark and Share

WebConfigurationManager for Multiple Configuration Files

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]
Bookmark and Share

You Want To Trace.Write... How About No!

Diagnostics tracing getting you down? This post explains differences between ASP.NET Tracing and System.Web.Diagnostics Tracing.. [More]
Bookmark and Share

How To: Dependency Injection with Spring.NET

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]
Bookmark and Share

.NET Framework Source Now Available

Microsoft has released source code to the .net framework.. [More]
Bookmark and Share