Top "Entity-framework-6.1" questions

For questions about the The ADO.

store only date in database not time portion C#

I have a test class and an ExecutionDate property which stores only date but when we use [DataType(DataType.Date)] …

c# entity-framework datetime sqldatatypes entity-framework-6.1
How to totally lock a row in Entity Framework

I am working with a situation where we are dealing with money transactions. For example, I have a table of …

c# sql-server entity-framework entity-framework-6.1 rowlocking
SetExecutionStrategy to SqlAzureExecutionStrategy with DbMigrationsConfiguration?

I saw a post today about implementing SqlAzureExecutionStrategy: http://romiller.com/tag/sqlazureexecutionstrategy/ However, all examples I can find of …

entity-framework azure-sql-database entity-framework-migrations entity-framework-6.1