LINQ to SQL tutorial in C# for beginners.
LINQ to SQL
Learn how to Write SQL queries for entities. LINQ to SQL is a component of the .NET Framework version 3.5, which provides a runtime infrastructure for managing relational data as objects.
In LINQ to SQL, the data model of a relational database is associated with an object model that is expressed in the programming language of the developer. When you run the application, LINQ to SQL translates the language-integrated queries in the object model in SQL and sends them to perform to the database. When the database returns the results, LINQ to SQL translates these. Back into objects that you can edit with your own language
Видео LINQ to SQL tutorial in C# for beginners. канала TechPrepGuy
Learn how to Write SQL queries for entities. LINQ to SQL is a component of the .NET Framework version 3.5, which provides a runtime infrastructure for managing relational data as objects.
In LINQ to SQL, the data model of a relational database is associated with an object model that is expressed in the programming language of the developer. When you run the application, LINQ to SQL translates the language-integrated queries in the object model in SQL and sends them to perform to the database. When the database returns the results, LINQ to SQL translates these. Back into objects that you can edit with your own language
Видео LINQ to SQL tutorial in C# for beginners. канала TechPrepGuy
Комментарии отсутствуют
Информация о видео
24 июля 2016 г. 23:36:10
00:08:15
Другие видео канала