Paging with RavenDB and ASP.NET MVC
A technical guide on implementing efficient data paging using RavenDB's LINQ client and a custom PagedList class within an ASP.NET MVC application.
A technical guide on implementing efficient data paging using RavenDB's LINQ client and a custom PagedList class within an ASP.NET MVC application.
A guide to using MiniProfiler for performance profiling and identifying bottlenecks in ASP.NET MVC applications, focusing on database queries and server-side timing.
A guide to using Fluent Security for maintainable, testable authorization in ASP.NET MVC 3 web applications, moving away from attribute-based security.
A technical guide on implementing Dependency Injection in ASP.NET MVC 3 using the StructureMap IoC container.
Explains techniques to improve testability and reduce framework coupling in ASP.NET MVC routing configuration.
Slides and demo code for a UGIALT.NET conference session on using SignalR for real-time client/server communication with ASP.NET and Azure.
A guide to tracking API usage with Google Analytics using the GoogleAnalyticsTracker library for C# and ASP.NET.
A technical guide on implementing multiple 301 redirects in an ASP.NET MVC application to preserve SEO rankings during a site migration.
A developer shares an improved implementation of the session-per-request pattern for NHibernate in ASP.NET MVC, addressing flaws in previous approaches.
A guide to improving form handling patterns in ASP.NET MVC applications, covering query actions, form models, and best practices.
A technical guide on implementing dynamic view sections in ASP.NET MVC using a dynamic view model and DisplayTemplates.
A developer's reflection on the evolution of web development abstractions, from ASP.NET Web Forms to MVC helpers, discussing their benefits and pitfalls.
Explains how to implement custom Model Binder dependency injection in ASP.NET MVC using StructureMap to clean up controller code.
A recap of a Community Day 2011 session on integrating ASP.NET MVC 3, MEF, and NuGet to create loosely coupled, easy-to-use software architectures.
Slides and demo code for a talk on integrating ASP.NET MVC 3, MEF, and NuGet to create loosely coupled, easy-to-use architectures.
Announcing the release of MvcSiteMapProvider 3.0.0 for ASP.NET MVC 3, detailing new features and availability.
A guide on integrating the Managed Extensibility Framework (MEF) with ASP.NET MVC 3 using the MefContrib library and NuGet packages.
Author seeks votes for their ASP.NET MVC 3 and MEF session proposal at the MIX11 tech conference in Las Vegas.
A tutorial on creating a custom Twitter widget for the Orchard CMS, including setup, module creation, and widget development.
A tutorial on integrating jQuery Mobile with ASP.NET MVC to build mobile web applications using existing web development skills.