Entity Framework in C# Dot.Net | LinQ | ADO.NET | Tutorial - 1 | Tamil

preview_player
Показать описание
ADO.NET -

1. ActiveX Data Object
2. Direct SQL Raw query

LinQ :

1. Language Integrated Query
2. It can be worked with Objects, Data set, SQL Server, XML

Entity Framework:

1. Open source object-relational mapper (O/RM)
2. It enables developers to work with data using objects of domain specific classes without focusing on the underlying database tables and columns where this data is stored.
3. Less code compared with traditional applications

Entity framework work flow:
DBContext class is the gateway point for databases in the Entity framework. DbSet represents the tables in the database. LinQ query is passed to the DBset via DBContext, the entity framework internally converts this into raw sql query.

Approach:
1. Database first approach or reverse engineering
2. Code first approach or migration

Chapter :
0:00 Introduction
0:15 ADO.Net
1:28 LINQ
2:45 Entity Framework
5:34 EF Approach

#மைக்காடெக் #micah #MicahTech #EntityFramewok #Linq #AdoDotNet #DotNet #TeachWithCompassion #kirubason
Рекомендации по теме
Комментарии
Автор

You way of explaining is top notch. Thanks for your hardwork🙏

kannan
Автор

Ji... .net core ku oru Playlist poduga

lokeshlucas