NET Core - Using Multiple Authentication Schemes. One endpoint, authorize using Identity Server or using a custom authentication handler.
In this article, we will learn how we can update sessions or perform similar operations on each request in C#…
In this article, we will learn how to convert HTML documents to PDF,Word and Excel documents.
In a Previous post Display Records From Database Using Handlebars in ASP.NET MVC, I discussed how to fetch records from…
In this article, we will learn about how we can perform crud operations using Partial View is like a web…
In this article, we will learn how to generate a QR code in C#. QR code (stands for Quick Response…
In this article, we will learn how to generate a barcode In C#. A BarcodeĀ is a method of representing data…
In this article, we will learn how to calculate code execution time in C#. The StopWatch class in System.Diagnostics is…
In this article, we will learn how to combine two lists without duplicate values in C#. The Union() method is…
In this article, we will learn the difference between == operator and .Equals() method In C#. In general, both ==…