|
Posted to:
11-20-2007, 9:51 AM
|
Now that Visual Studio 2008 is available to MSDN subscribers you might want a few tips to make you more productive. I found this Weblog which provides tips for working in the Visual Studio IDE (both 2005 and 2008). Check it out http://blogs...
|
|
Posted to:
11-19-2007, 4:42 PM
|
Note: This post is based on an early preview version of the ASP.Net MVC Framework and much will happen until the next milestone. In this post I will show how we can handle errors that occur in a Controller’s Action method. The Controller base class has...
|
|
Posted to:
11-19-2007, 1:54 PM
|
Just found out that Visual Studio 2008 is released on MSDN! More info at ScottGu's blog (as usual): http://weblogs.asp.net/scottgu/archive/2007/11/19/visual-studio-2008-and-net-3-5-released.aspx
|
|
Posted to:
11-19-2007, 10:26 AM
|
Over the weekend I was busy fixing a shipping problem in the commercial ASP.NET 1.1 web application, Storefront 6.0 by LaGarde. When the United States Postal Service (USPS) changed their web services it caused some problems for many web sites that use...
|
|
Posted to:
11-18-2007, 6:42 PM
|
I really love how extensible the ASP.Net MVC Framework is, for example the normal pipeline looks like this: Request -> Route (IRouteHandler) –> ControlFactory (IControllerFactory) -> Controller (IController) -> ViewFactory (IViewFactory) ...
|
|
Posted to:
11-18-2007, 5:13 PM
|
This is a minor release but the Data Structures and Algorithms (DSA) library continues to expand. Some new additions in DSA 0.2.3 include BinarySearchTreeCollection<T>, and a host of new algorithms, utility methods and issue resolutions. Visit the...
|
|
Posted to:
11-17-2007, 6:59 PM
|
In my previous post I wrote about how we can create our own IControllerFactory for the ASP.Net MVC Framework; in this post I will show you how we can create our own IRouteHandler. The RouteHandler in this post will replace the IControllerFactory with...
|
|
Posted to:
11-17-2007, 6:30 PM
|
One of new cool features that will be available in C# 3.0 are extension methods . Extension methods will allow us to extend existing classes with new functionality. In this example I will show you how to extend System.string with two methods that are...
|
|
Posted to:
11-17-2007, 10:23 AM
|
In this post I’m going to show you how we can easy create our own IControllerFactory for the ASP.Net MVC Framework and use Spring.Net to create our Controllers. I will in this post also use the Spring.Net Dependency Injection support to pass a Repository...
|
|
Posted to:
11-17-2007, 12:57 AM
|
I posted a small review of DotNetPanel control panel at http://www.iis.net/downloads/default.aspx?tabid=34&g=6&i=1541
|