filmov
tv
Introduction to Entity Framework Part-1 | Entity Framework
Показать описание
Introduction to Entity Framework
In this article, I am going to give you a brief introduction to the Entity Framework. Before .NET 3.5 as a developer, we often used to write ADO.NET code to perform CRUD operations with the underlying database. For this, we need to create a Connection Object with the database, then Open the Connection, Create the Command Object and execute the Command using Data Reader or Data Adapter. And then we create DataSet or DataTables to store the data in memory to perform different types of Operations on the Data as per the business requirements. Actually, this is a Time-Consuming, and Error-Prone Process. Microsoft has provided a framework called “Entity Framework” to automate all these database-related activities for our application and for this to work, we just need to provide the necessary details to the Entity Framework.
What is the Entity Framework?
Entity Framework is an Open-Source Object-Relational Mapping (ORM) Framework for .NET applications that enables .NET developers to work with relational data using domain-specific objects without focusing on the underlying database tables and columns where actually the data is stored. That means the Entity Framework eliminates the need for writing the data-access code that developers usually need to write.
Chapter- Entity Framework in C#
Introduction to Entity Framework
Text Document Links used in the Video:
Author : Pranaya Rout
#dotnettutorials #csharp #pranaya #dotnettutorialspranaya
#EntityFramework #EntityFrameworkInteroduction
#EntityFrameworkByDotNetTutorials #EntityFrameworkInteroductionByDotNetTutorials
#EntityFrameworkByPranaya #EntityFrameworkInteroductionByPranaya
In this article, I am going to give you a brief introduction to the Entity Framework. Before .NET 3.5 as a developer, we often used to write ADO.NET code to perform CRUD operations with the underlying database. For this, we need to create a Connection Object with the database, then Open the Connection, Create the Command Object and execute the Command using Data Reader or Data Adapter. And then we create DataSet or DataTables to store the data in memory to perform different types of Operations on the Data as per the business requirements. Actually, this is a Time-Consuming, and Error-Prone Process. Microsoft has provided a framework called “Entity Framework” to automate all these database-related activities for our application and for this to work, we just need to provide the necessary details to the Entity Framework.
What is the Entity Framework?
Entity Framework is an Open-Source Object-Relational Mapping (ORM) Framework for .NET applications that enables .NET developers to work with relational data using domain-specific objects without focusing on the underlying database tables and columns where actually the data is stored. That means the Entity Framework eliminates the need for writing the data-access code that developers usually need to write.
Chapter- Entity Framework in C#
Introduction to Entity Framework
Text Document Links used in the Video:
Author : Pranaya Rout
#dotnettutorials #csharp #pranaya #dotnettutorialspranaya
#EntityFramework #EntityFrameworkInteroduction
#EntityFrameworkByDotNetTutorials #EntityFrameworkInteroductionByDotNetTutorials
#EntityFrameworkByPranaya #EntityFrameworkInteroductionByPranaya