![]() |
|
ما الأفضل، EF Queries or SQL Queries ؟ - نسخة قابلة للطباعة +- منتدى فيجوال بيسك لكل العرب | منتدى المبرمجين العرب (http://vb4arb.com/vb) +-- قسم : قسم لغة السي شارب C#.NET (http://vb4arb.com/vb/forumdisplay.php?fid=175) +--- قسم : قسم دورات Entity Framework (http://vb4arb.com/vb/forumdisplay.php?fid=212) +--- الموضوع : ما الأفضل، EF Queries or SQL Queries ؟ (/showthread.php?tid=36786) |
ما الأفضل، EF Queries or SQL Queries ؟ - developer99 - 27-10-20 RE: ما الأفضل، EF Queries or SQL Queries ؟ - natelik - 30-10-20 مرحبًا تيم ، شكرًا على فيديو رائع آخر! لقد تعلمت الكثير في دروسك ومن المثير للإعجاب أن ترى مدى عمق فهمك للغة ومدى شرحك لها بوضوح. شكرا للمشاركة! 192.168.100.1 192.168.1.1 jpg to pdf RE: ما الأفضل، EF Queries or SQL Queries ؟ - course123 - 27-06-23 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. RE: ما الأفضل، EF Queries or SQL Queries ؟ - khizar123 - 28-06-23 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. RE: ما الأفضل، EF Queries or SQL Queries ؟ - kt123 - 28-06-23 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. RE: ما الأفضل، EF Queries or SQL Queries ؟ - khizar123 - 29-08-23 Unlocking Performance: Discover the Key Differences Between EF Queries and SQL Queries. Make Informed Choices for Optimal Data Management. Dive In Now. |