Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

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
Question ajoutée par Naved Ahmed , Project Manager / Team Lead , Dynamics Technology Solutions
Date de publication: 2017/03/06
Zafar Ali Khan
par 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
par 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
par 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.

 

More Questions Like This

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?