Skip to content Skip to sidebar Skip to footer
Showing posts with the label Entity Framework 5

Entity Framework With Optional Parameters?

Using Entity Framework 5 is it possible to use a stored proc with optional parameters such that you… Read more Entity Framework With Optional Parameters?

Model Entity Framework Many-many Plus Shared Relation

In Entity Framework (model-first), I'm implementing a many-many (e.g. Composition-Anthology) re… Read more Model Entity Framework Many-many Plus Shared Relation

Insertion Large Number Of Entities Into Sql Server 2012

I'm on a project using Entity Framework 5 and SQL Server 2012. We have a need to insert a larg… Read more Insertion Large Number Of Entities Into Sql Server 2012

Local Iis Unable To Connect Local Database

I am using a db from (localdb)\V11.0 server and able to connect successfully when using IIS express… Read more Local Iis Unable To Connect Local Database

Is There A Way To Make Ef 5 Code First Migrations Use A Sql Server Database In Asp.net Mvc 4 For Everything?

I would like for it to use SQL Server by default for everything when I start a new ASP.NET MVC 4 We… Read more Is There A Way To Make Ef 5 Code First Migrations Use A Sql Server Database In Asp.net Mvc 4 For Everything?

How To Get The Next Sequence Number In Sql Server Express Using Entity Framework?

Now that Sql Server 2012 (including SQL Server Express 2012) has SEQUENCE feature just like Oracle … Read more How To Get The Next Sequence Number In Sql Server Express Using Entity Framework?

Entity Framework Performance Tuning

We are using entity framework to query a SQL server database. The LINQ expression is IQueryable. Th… Read more Entity Framework Performance Tuning