June 3, 2023

Entity Framework

Entity Framework is a data access technology for ASP.NET applications. For data access many technologies are present. Entity Framework is best for its simplicity and functionality. This article describes basic …

Entity Framework Read More

LINQ

LINQ is an innovational introduction in Visual Studio 2008 and .NET Framework that bridges the gap between the world of objects and the world of data. This article describes about …

LINQ Read More

Transaction in C#

This article describes how to use transaction in C#? Summary of the article: What is a Transactions? Why we should use Transactions? Adding a Connection String Namespaces for  Transactions Transactions …

Transaction in C# Read More

What is MVC

MVC is a software architectural pattern that separates the structure and behavior of the applications. It does this by partitioning the application into three component/parts: model, view and controller. MVC …

What is MVC Read More

What is XML?

XML is a markup language that provides a set of universal rules to describe data. It is the latest, powerful, platform independent and content dependent technology in the field of …

What is XML? Read More