Tag: Entity Framework
-
WinForms .NET Core Tips
Project Files Entity Framework Core
-
ASP.NET MVC3 Using Code First Entity Framework Without Database Generation
Note that this works just as well with MVC4 as it does MVC3. So, when is Code First not Code First? It is possible, even recommended, to use ‘code first’ techniques even when you are not generating the database from the code. This is hinted at in the Creating an Entity Framework Data Model for […]
-
Using the Entity Framework and the ObjectDataSource: Custom Paging
Readers maybe familiar with the Entity Framework (EF) tutorials on the asp.net web site (http://www.asp.net/entity-framework/tutorials). The latest addition to the series “Continuing with the Entity Framework” is an excellent tutorial on using version 4 of the Entity Framework in a web forms application with the ObjectDataSource control. However, at present there is one omission that […]
-
Using data from Entity Framework 2 to fill a 2010 local SSRS report in ASP.NET
When you design a local SSRS report you are forced to use a Dataset as part of the design process, however, this does not mean that you have to keep the dependancy on a dataset or even retain the dataset in your project once you have completed the design. Simply use code similar to the […]