Development With A Dot

Blog on development in general, and specifically on .NET

Sponsors

My Friends

My Links

Permanent Posts

Portuguese Communities

Browse by Tags

All Tags » asp.net mvc (RSS)
Service Locator – Dependency Resolver Bridge
1: public sealed class ServiceLocatorDependencyResolver: IDependencyResolver, IServiceLocator 2: { 3: #region Public constructor 4: public ServiceLocatorDependencyResolver(IServiceLocator serviceLocator) 5: { 6: if (serviceLocator == null ) 7: { 8: throw...
Adding Modules Dynamically to ASP.NET
As you may already know, ASP.NET 4.0 brought along with it a new mechanism to execute methods before the application start event (the Application_Start method): the PreApplicationStartMethodAttribute . This attribute, when applied to an assembly, indicates...
ASP.NET MVC 3 Released
At last! Go get it from here .
ASP.NET MVC 2 Released
Get it while it’s hot from here . Also read the release notes.
Security Lessons from How Windows Live Uses ASP.NET MVC
Nice whitepaper, available here .
ASP.NET MVC Training Kit Released
Get it here .
ASP.NET MVC 1.0 Released
Get it from http://www.codeplex.com/aspnet , including source code and a sample project.
More Posts