ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

Should we use Entity framework, in a large Web application have a lot of DB transactions & more frequently searching request from multiple user?

user-image
تم إضافة السؤال من قبل Naved Ahmed , Project Manager / Team Lead , Dynamics Technology Solutions
تاريخ النشر: 2017/03/06
Zafar Ali Khan
من قبل Zafar Ali Khan , software engineer , White Wings Technologies

Actuall Entity Framework is developed over ADO.NET if we talk about performance. Then ADO.NET if faster than EF. 

if your main goal is performance then use ADO.NET not Entity framework.

RIZWAN AARAB
من قبل RIZWAN AARAB , Project Enginner , ASE GROUP SEMICONDUCTORS

you must do first all database and its tables fields must be do separate in small number of chunks that will manage better then your large db.

Rahamathulla Abdul Rahim
من قبل Rahamathulla Abdul Rahim , System Administrator, Infrastructure Specialist , Arab Open University

EntityFramework

 

This is a .net ORM Mapper Framework from Microsoft to help you talking with your Database in an object oriented manner.

Database Transaction

A database transaction, by definition, must be atomic, consistent, isolated and durable. Database practitioners often refer to these properties of database transactions using the acronym ACID. Transactions in a database environment have two main purposes:

 

  1. To provide reliable units of work that allow correct recovery from failures and keep a database consistent even in cases of system failure, when execution stops (completely or partially) and many operations upon a database remain uncompleted, with unclear status.
  2. To provide isolation between programs accessing a database concurrently. If this isolation is not provided, the program's outcome are possibly erroneous.

 

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟