Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

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 added by Naved Ahmed , Project Manager / Team Lead , Dynamics Technology Solutions
Date Posted: 2017/03/06
Zafar Ali Khan
by 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
by 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
by 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

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.