I have a client that runs a small business. They need a custom database solution and I\'m looking into various options. My experience is limited to .NET using local SQL Servers (no ASP.NET), however,
I am currently using EntityFramework 4 with POCO objects.The POCO objects are located in their own .net project (project.Models).The Context is located in the DAL project (project.DAL).I have multiple
I am learning EF Code First and I am struggling a bit with what patterns to use in my application.I have read many conflicting sugestions and arugments some stating you should use the Repository patte
I\'m using the following method in my application which uses AsyncController, which retrieves (in the using a dynamic proxy if I don\'t use the foreach and use something like
The profiler is installed in my MVC 3 app and it works, but what I\'m having a hard time with is the correct way to get the EF 4 db portion setup correctly.
I\'m making a DataService with Entity Framework 4.1 using Code First POCO objects.I can access the data fine when I create an instance of MyEntityContext and access it directly, however when I try and
What I\'m trying to accomplish is: Have a Client Entity, or a Product Entity streaming related images, and be able to upload/update images using an OData Service.
My solution is Silverlight which uses WCF RIA service SP1 and Entity Framework 4. I have a problem with loading large size data.
Closed. This question is off-topic开发者_Go百科. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I have a problem with an EDMX file which I\'ve never encountered before. Seemingly randomly when the site is running or I\'m debugging, the EF will bomb out and complain that everything is re-defined.