27-10-20, 06:10 PM
(آخر تعديل لهذه المشاركة : 27-10-20, 06:11 PM {2} بواسطة developer99.)
تقييم الموضوع :
|
ما الأفضل، EF Queries or SQL Queries ؟
|
|
30-10-20, 09:35 PM
مرحبًا تيم ، شكرًا على فيديو رائع آخر! لقد تعلمت الكثير في دروسك ومن المثير للإعجاب أن ترى مدى عمق فهمك للغة ومدى شرحك لها بوضوح. شكرا للمشاركة!
192.168.100.1 192.168.1.1 jpg to pdf
27-06-23, 11:54 AM
Therefore, I will first write most of the differences between the two languages to be a reference for all those who moved from Visual Basic to Less Sharp
And the topic will be closed because I will write the differences on more than once on the same topic here so that the coordination is consecutive for those who search for it. تم الشكر بواسطة: فطومة
28-06-23, 02:21 PM
EF (Entity Framework) queries and SQL queries serve different purposes and have their own advantages and considerations. It's not a matter of one being inherently better than the other, but rather depends on the specific requirements and context of your application. Here are some factors to consider:
EF Queries (using an ORM like Entity Framework): Object-Oriented Approach: EF allows you to work with objects and use LINQ (Language Integrated Query) to write queries in a more expressive and readable manner. Automatic Mapping: EF handles the mapping between your database tables and objects, reducing the need for manual mapping code. تم الشكر بواسطة: فطومة
28-06-23, 02:58 PM
The choice between EF (Entity Framework) queries and SQL queries depends on various factors and the specific requirements of your project. Here are some considerations for each:
EF Queries (using an ORM like Entity Framework): Object-Oriented Approach: EF allows you to work with objects and use LINQ (Language Integrated Query) to write queries in a more expressive and readable manner, leveraging the power of the .NET ecosystem. Automatic Mapping: EF handles the mapping between your database tables and objects, reducing the need for manual mapping code and making it easier to work with the data in an object-oriented manner. تم الشكر بواسطة: فطومة
|
|
|
يقوم بقرائة الموضوع:
