MVC MVC Dependency Injection MVC Dependency Injection: Ninject Dependency injection using MVC Anjan kant 02:50 Introduction Why code against interfaces but against concrete implementations? This is the most common question asked by fresh grads. In ... Read more »
.Net Core .Net Core 2.0 ASP.NET C# MVC .Net Core: What Is New In ASP.NET Core 2.0 Anjan kant 04:25 Introduction ASP.NET is the next evolution of Microsoft for the web pages that are supposed to be server driven. Rather than modifying a... Read more »
.net Framework Error: CS1617 MVC Visual Studio 2013 Visual Studio 2015 Error: CS1617: Invalid option 6 for langversion Anjan kant 00:39 Introduction I was upgrading my MVC app from MVC 4 to MVC 5 in visual studio 2013 then eventually got message CS1617: Invalid option ... Read more »
ASP.NET C# Compression MVC MVC Compression: How to use GZIP Compression in ASP.net MVC Anjan kant 09:01 Introduction GZIP compression can help to our website to reduce its bandwidth usage. In this article, we can incorporate GZIP feature in ... Read more »
C# MVC MVC Custom Errors MVC Custom Error: How to implement custom error pages using MVC Anjan kant 06:20 Introduction Custom Error pages can make your MVC application more elegant and informative. I often see many developers more struggles fo... Read more »
Angular JS MVC Sorting Filter in AngularJS MVC: Sorting Filter in AngularJS using MVC Anjan kant 03:32 Introduction I am here fully explaining how to sorting filtering in AngularJS using MVC application. In my recent article, I have alrea... Read more »
C# MVC MVC Area NoDirectAccess URL Access: How to Prevent Direct URL Access In MVC Anjan kant 08:54 Introduction Here is writing another article to make more secure of your MVC application. I’ll explore all aspects here, h... Read more »
ASP.NET C# MVC MVC Session MVC Session: Asp.net mvc session management example Anjan kant 08:02 Introduction In this example, showing how to use and validate session ( HttpContext.Current.Session ) in MVC application. In my earli... Read more »
ASP.NET C# MVC MVC Area MVC Areas: Organizing an Application using Areas Anjan kant 08:25 Introduction MVC architecture is inherently separated into three separate layers like Model (database), Presentation (UI, View), and Con... Read more »
MVC How To Own ASP.Net MVC Page Life Cycle For Free Anjan kant 08:36 Introduction Before to start over to know about MVC complete Life Cycle, it is mandatory to add required namespaces in web.config which a... Read more »
ASP.NET MVC CSRF: Prevent Cross-Site Request Forgery using AntiForgeryToken() in MVC Anjan kant 00:43 Introduction At whatever point we chip away at our application we constrained to our undertaking extension and its business rationales ... Read more »
C# MVC MVC Charts MVC Charts: How to create charts using MVC Anjan kant 09:47 Introduction Already explained how to send SMS using C# in my previous article, here explaining about MVC Charts. Chart Helper is an out... Read more »