Entries for 'Kinjal Patel'
-
Clean Code Tips and Trick ASP.NET - C#
Naming Conventions
Avoid Using Bad Names - A good variable name allows the code to be used by many developers. The name should reflect what it...
Read More >
-
Hangfire with ASP.NET Core
Hangfire with ASP.NET Core
All applications need to do some sort of background work. A repetitive job that we need to do every day or eve...
Read More >
-
NLog -Writing Logs to SQL Server from Web API
In this article, we are going to learn how to use Nlog to log messages into SQL Server.
We are going to see how we can configure an ASP.NET Core We...
Read More >
-
Entity Framework Core to Generate tracking columns
When we design a database, we sometimes need to add columns to track when a record created/changed and who made the change. For this we add the follow...
Read More >
-
Quickly insert millions of row in SQL Database from .Net
There are countless methods of copying data from one database to another, however, here we present a toul that performs this operation in a very flexi...
Read More >
-
Create template using RazorLight and send to Email
In this article we will learn about the ASP.NET Core application to send customizable email templates using Razor pages, HTML & CSS.
...
Read More >