asp.net - Will using Entity Framework be a good choice for databases containing tables with 80k-100k records? -


I VS 2010, Working with Unit Structure, SQL Server 2005, ASP.NET Web Forms Currently, I am working on the Data Access Layer Library which will soon be a web service, using various design patterns such as various design patterns such as the Entity Framework Collaboration and some of the best practices posted in various blogs. I am also testing every repository using the Unit Testing project I thumbs up! working fine.

What I'm worried about, will I be benefiting from using the Anti Framework when getting data from tables with records of 80-100

thanks

I go with SteveCav and @ Craig Stants comments. I just tried with a table, which is more than one hundredth of thousands of records. It works fine.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -