C#

Pattern Program In C# (Part – 1)

This article helps to create a dynamic star pattern in C# console application.

5 years ago

Backup Database Programmatically Using C#

Here, we will learn about taking the backup of database programmatically using c#. We will take the backup of a…

5 years ago

Looping Performance In C#

I am often asked by some people/colleagues, "which loop is faster?" "Which loop has higher performance?" Etc. I have heard…

5 years ago

C# Coding Standards

In this article, we’ll learn how we can optimize lines of code, which we should follow to write better, more…

6 years ago

Generic Extension Method To Map Objects From One Type To Another

In this article, we will learn about the Generic Extension method to map objects from one type to another.

6 years ago

Dynamic JS And CSS in C#

In this post, we will see how we can set automatic JS and CSS versioning to ignore the browser cache…

6 years ago

How To Create Windows Services In C#

In this tutorial, I explain how to create a Windows Service in C#. We will also learn how to configure a…

6 years ago