.NET

Code snippets and practical tutorials for ASP.NET and .NET developers. Topics covered include handling Ajax redirects with authentication in ASP.NET MVC, including external JavaScript and CSS stylesheets in .NET pages, and rendering partial views to strings for JSON responses. Useful references for common .NET web development tasks.

Analyst of coding

ASP.NET MVC Ajax Redirect

AJAX requests to secured ASP.NET MVC actions present a unique challenge: how do you redirect to a login page from an AJAX call? Standard redirects don't work because the AJAX…