Home / ASP.NET Weblogs

ASP.NET Weblogs

Posted to:
by
 jguadagno 
11-20-2007, 9:51 AM

Visual Studio Tips

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...
Filed under: , ,
Posted to:
by
 Fredrik N 
11-19-2007, 4:42 PM

ASP.Net MVC Framework - Exception Handling

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...
Filed under: ,
Posted to:
by
 Vimpyboy 
11-19-2007, 1:54 PM

Visual Studio 2008 RTM

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:
by
 rrobbins 
11-19-2007, 10:26 AM

Code Rot In Commercial ASP.NET Web Applications

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:
by
 Fredrik N 
11-18-2007, 6:42 PM

ASP.Net MVC Framework - Creating a IRouteHandler which will support Interceptors

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) ...
Filed under: ,
Posted to:
by
 gbarnett 
11-18-2007, 5:13 PM

DSA 0.2.3 released

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:
by
 Fredrik N 
11-17-2007, 6:59 PM

ASP.Net MVC Framework - Create your own IRouteHandler

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...
Filed under: ,
Posted to:
by
 DigiMortal 
11-17-2007, 6:30 PM

C# Extension Methods

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:
by
 Fredrik N 
11-17-2007, 10:23 AM

ASP.Net MVC Framework - Create your own IControllerFactory and use Spring.Net for DI

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...
Filed under: ,
Posted to:
by
 anand_n 
11-17-2007, 12:57 AM

DotNetPanel Review

I posted a small review of DotNetPanel control panel at http://www.iis.net/downloads/default.aspx?tabid=34&g=6&i=1541
Filed under:

« First ... < Previous 720 721 722 723 724 Next > ... Last »