Update Session Values On Each Request In C#
mvc

In this article, we will learn how we can update sessions or perform similar operations on each request in C# or any language. we just need to create middleware that executes each request. Here I’m taking an example of MVC.

Handlebars Custom Function Demo in .NET MVC
mvc

In a Previous post Display Records From Database Using Handlebars in ASP.NET MVC, I discussed how to fetch records from a database and display them using Handlebars. It provides an easy way to convert retrieved data from an Ajax call into HTML without writing lots of custom JS code. It provides a way to implement…

The == Operator VS .Equals() Method In C#
mvc

In this article, we will learn the difference between == operator and .Equals() method In C#.
In general, both == operator and .Equals() method in C# are used to compare objects to check equality but here are some of the differences:

Subscribe

Select Categories