News

Take advantage of the FromServices attribute in ASP.NET Core to inject dependencies directly into your action methods.
Take advantage of data tokens in ASP.NET Core to attach additional information to a route and retrieve it programmatically when needed ASP.NET Core is an open source, cross-platform, lean, and ...
Integrating Ajax and Partial Views in ASP.NET MVC In previous columns, I've discussed options in assembling your View from a set of partial Views. However, in all of those examples, I've been ...
Practical ASP.NET Unit Testing AJAX Calls to an ASP.NET MVC Controller Sometimes what you want to test is how your Action method behaves when it's invoked through an AJAX call. Here's how to mock up ...