38 Articles Written

Tariq Siddiqui

A graduate in MS Computer Applications and a Web Developer from India with diverse skills across multiple Web development technologies. Enjoys writing about any tech topic, including programming, algorithms and cloud computing. Traveling and playing video games are the hobbies that interest me most.

Popular by Author

Using Multiple Programming Languages to Create an...

Did you know it is possible to use more than one programming language in a .NET website project? However, you cannot directly put source...

8 .NET Technologies for 2022

Microsoft is continually putting massive investment into making the .NET ecosystem even more smart, reliable, and scalable. Small companies are also investing in .Net...

IEnumerable and IEnumerator in C#

Most novice C# programmers find it difficult to understand the difference between IEnumerable and IEnumerator. In this C# programming tutorial, we will explain what...

Visual Studio Code Extensions for Higher Productivity

Visual Studio Code is a great code editor that ships with many features and is, arguably, one of the most widely used integrated development...

State Management in ASP.NET

In this ASP.NET programming tutorial, we will discuss the concept of state management and how it applies to the states of users and objects...

Similar Articles

Different Types of JIT Compilers in .NET

The majority of today’s programming languages are written in human-readable form known as source code. Computers, however, cannot understand...

Middleware in ASP.NET Core

Middleware is a piece of computer software that allows software ( such as an internet application) to communicate with...

Implementing Generic Singly Linked List in C#

C# linked lists contain a linear collection of objects called ‘nodes’, which are stored at random memory locations. The...

Types of Query Execution in LINQ

When we think in terms of database performance, there is an important characteristic to emphasize and that is: What...

Asynchronous Programming Patterns in .NET C#

In today’s era of modern programming technologies, it is crucial for developers to know the techniques and principles of...

How to Create Razor Pages in .NET Core

ASP.NET Core 2.0 introduced the concept of Razor Pages and it was a useful addition to the existing features...

News & Trends