dotnet infinity

Follow Us

Latest Dotnet Blog


Effortlessly Generate Realistic Data in .NET 9 with Bogus

Effortlessly Generate Realistic Data in .NET 9 with Bogus

In application development, generating realistic fake data is an essential part of the process. Whether …

6 Types Of Filters In .NET

6 Types Of Filters In .NET

Filters in .NET are a powerful mechanism for handling the request and response pipeline in …

Generating PDFs from Razor Views Using NReco PDF Generator

Generating PDFs from Razor Views Using NReco PDF Generator

In modern web applications, it is essential to generate pdf for users.  For example, on …

Exporting Data to Excel in ASP.NET Core 8 Using EPPlus

Exporting Data to Excel in ASP.NET Core 8 Using EPPlus

Exporting data to Excel is a common feature in modern web applications. In this blog, …

Reverse Engineering in Entity Framework Core

Reverse Engineering in Entity Framework Core

Every software development uses a database, so working with a database is very important. In …

Middleware in .NET Core

Middleware in .NET Core

Middleware is an important part of .NET Core applications. It provides a way to handle …

Latest c# Blog


C# Dynamic vs Object Comparison

C# Dynamic vs Object: The Shocking Truth You Must Know

Introduction: Confused by dynamic and object in C#? You’re Not Alone! In C# applications, you …

Mastering C# 12: Brilliant Features That Crush Limitations

Mastering C# 12: Brilliant Features That Crush Limitations

C# 12 is here, and it is a game-changer for developers! If you are a …

5 Powerful Types of Constructors in C#: Simplify Your Code!

5 Powerful Types of Constructors in C#: Simplify Your Code!

Constructors are the most important concepts of object-oriented programming in C#. Constructors are special methods …

Mastering Pattern Matching in C#

Mastering Pattern Matching in C#: Simplify Your Code Effortlessly!

In the development, code must be readable and straightforward. Pattern matching is one of the …

SOLID Principles in C#

SOLID Principles in C#

When we start learning the code, especially in a language like C#, it is easy …

Inheritance in C#

Inheritance in C#

Inheritance is the most crucial concept When diving into object-oriented programming (OOP) in C#.   …

Latest SQL Blog


SQL Injection in SQL Server: The Dangerous Mistake to Avoid

SQL Injection in SQL Server: The Dangerous Mistake to Avoid

SQL Injection is one of the most common and dangerous security flaws in software development …

Unlock the Power of JSON in SQL Server

Unlock the Power of JSON in SQL Server

JSON (JavaScript Object Notation) has become the most useful feature of modern applications. Using JSON, …

Mastering Stored Procedures in SQL Server

Mastering Stored Procedures in SQL Server

A stored procedure is a precompiled collection of SQL statements stored on the database server. …

Unlocking the Power of SQL Server Keys

Unlocking the Power of SQL Server Keys

Database keys are the backbone of relational databases. They provide data integrity and seamless relationships …

Master SQL Server Math Functions

Master SQL Server Math Functions: A Complete Guide

Mathematics is the backbone of data analysis, financial computations, and geometric calculations in SQL Server. …

26 Essential SQL Server String Functions

26 Essential SQL Server String Functions

String manipulation is essential for managing and transforming textual data when working with SQL Server. …