thecodehubs

How To Bundle And Minify Files With Visual Studio

In order to improve request load time, Bundling and minification techniques were introduced in MVC 4. In this article, we…

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…

4 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…

4 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…

4 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…

4 years ago

CRUD Operations In Node.JS API Using SQL Server

In this article, we will learn about how we can perform CRUD operations in Node.js API using Microsoft SQL Server.

4 years ago

How To Format String As Phone Number In C#

In this article, we will learn how to format string as the phone number in C#.

4 years ago

Shortcut Keys For SQL Server

In this article, we will learn how to use the most important SSMS (SQL Server Management Studio) keyboard shortcuts. In…

4 years ago

How To Create Area In .NET Core

In this article, we will learn how to create and use Areas in .NET Core. The Area allows us to…

4 years ago

How To Return Nested JSON In C#

In this article, we will learn how to return nested JSON in C#. JSON objects are written in key/value pairs.…

4 years ago