mvc

Using Multiple Authentication Schemes In ASP.NET Core 3.1?

NET Core - Using Multiple Authentication Schemes. One endpoint, authorize using Identity Server or using a custom authentication handler.

3 years ago

Update Session Values On Each Request In C#

In this article, we will learn how we can update sessions or perform similar operations on each request in C#…

3 years ago

Converting html document to PDF,Word and Excel document

In this article, we will learn how to convert HTML documents to PDF,Word and Excel documents.

3 years ago

Handlebars Custom Function Demo in .NET MVC

In a Previous post Display Records From Database Using Handlebars in ASP.NET MVC, I discussed how to fetch records from…

4 years ago

Crud Operation Using Partial View In MVC Razor

In this article, we will learn about how we can perform crud operations using Partial View is like a web…

4 years ago

How To Generate QR Code In C#

In this article, we will learn how to generate a QR code in C#. QR code (stands for Quick Response…

5 years ago

How To Generate Barcode In C#

In this article, we will learn how to generate a barcode In C#. A BarcodeĀ is a method of representing data…

5 years ago

How To Calculate Code Execution Time In C#

In this article, we will learn how to calculate code execution time in C#. The StopWatch class in System.Diagnostics is…

5 years ago

How To Combine Two Lists Without Duplicate Values In C#

In this article, we will learn how to combine two lists without duplicate values in C#. The Union() method is…

5 years ago

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

In this article, we will learn the difference between == operator and .Equals() method In C#. In general, both ==…

5 years ago