Browse by Tags

All Tags » SQL Server (RSS)

Never SELECT * from Entity Framework called Stored Procedures

The Entity Framework can help us create an efficient Data Access Layer or a horribly inefficient one. It's worth mentioning that if we use Entity Framework to call a stored procedure that returns a database derived Entity using a SELECT * (star), we will...
Posted by vblasberg | with no comments

DBPro How To: Initially Populating an ASP.NET Membership Database

With just the schema alone, the ASP.NET membership (role, profile, etc.) database does not have enough information to operate correctly. There are a few records needed or else the ASP.NET membership and other providers will throw an error complaining...
Posted by vblasberg | with no comments
More Posts