Imran Baloch's Blog
-
ValidateAntiForgeryTokenAttribute and Ajax Requests
Introduction:
-
K (dnu), KVM (dnvm), KPM (dnu), KLR, KRE (dnx) in ASP.NET Core
-
ASP.NET Core Debugging MVC Source
ASP.NET Core makes it very easy to debug the MVC source code in Visual Studio. In the current version you just need to clone the github repository or download the mvc source. Then create a solution folder called global and add a global.json file. Inside this file add, { "sources": ["C:\\YourMVCSourcePath"] }. That's it. You can also watch this small clip.
-
A simple Bootstrap Pager Html Helper
Introduction:
-
A sample of Onion Architecture with ASP.NET Identity
-
Forcing Visual Studio 2013 to use ASP.NET MVC 5.1, ASP.NET Web API 2.1 and ASP.NET Web Pages 3.1
Introduction:
-
Centralizing SqlDataSource Events
Introduction:
-
My favourite SQL Server 3rd Party Tools
Introduction:
-
A simple implementation of Microsoft.AspNet.Identity
Introduction:
-
Page Instrumentation in ASP.NET 4.5
Introduction: