New Post: The entity type is not part of the model for the current context.
When I got this error I resolved it by creating an EntityTypeConfiguration for the model. It seems that is the only prerequisite to using the repository, you have to create one and then load it in the...
View ArticleNew Post: Update only modified properties
In short, from what I have found on my previous search for the answer to this question is once it is detached and reattached you lose the self-tracking ability which means you have to spin through the...
View ArticleNew Post: .edmx
EDMX is for EF Database First, this is a Code First implementation meaning you will not have an EDMX file. Another important thing to note is that your entity models are required to inherit from...
View ArticleNew Post: NuGet
There is no Nuget package in the source control and I myself was not able to find one in Nuget so I would assume one does not exist.
View ArticleNew Post: NuGet
There's no NuGet package as of yet, let me know if these would be helpful, if so, we can start looking at getting this out there on NuGet.
View ArticleNew Post: .edmx
There is not EDMX file, it's actually Datbase-First, e.g. there was already a database: "Northwind", we used Entity Framework Power Tools to generate the models and DbContext. lookitstony is correct, a...
View ArticleNew Post: Problem with dbEntityEntry.State - always unmodified. How to resolve?
Great video. Clarified a few things for me in terms of file placement etc. I'm having an issue with the dbEnetityEntry.State in DataContext.cs. In DataContext.CS (line 63) private void...
View ArticleNew Post: Mixing in some Trackable Entities
G'Day, I like this project a lot but would also like to mix in some Trackable Entities. There is another project on here called 'Trackable Entities'. Just wondering if anyone has done this already? and...
View ArticleNew Post: Problem with dbEntityEntry.State - always unmodified. How to resolve?
Hi elahix, could you please post the actual code of your implementation?
View ArticleNew Post: Mixing in some Trackable Entities
Yes, there were some thoughts on doing this, you can take a peek at some of the conversations with the Trackable Entities team: http://twitter.com/LeLong37/status/401467254224601089, as far as...
View ArticleUpdated Wiki: Home
Generic Unit of Work and Repositories (Lightweight Fluent) Framework with Sample Northwind ASP.NET MVC 5 ApplicationFor questions and support please contact Le via Twitter @LeLong37.You can stop...
View ArticleUpdated Wiki: Home
Generic Unit of Work and Repositories (Lightweight Fluent) Framework with Sample Northwind ASP.NET MVC 5 ApplicationFor questions and support please contact Le via Twitter @LeLong37.You can stop...
View ArticleUpdated Wiki: Home
Generic Unit of Work and Repositories (Lightweight Fluent) Framework with Sample Northwind ASP.NET MVC 5 ApplicationFor questions and support please contact Le via Twitter @LeLong37.You can stop...
View ArticleUpdated Wiki: Home
Generic Unit of Work and Repositories (Lightweight Fluent) Framework with Sample Northwind ASP.NET MVC 5 ApplicationFor questions and support please contact Le via Twitter @LeLong37.You can stop...
View ArticleUpdated Wiki: Home
Generic Unit of Work and Repositories (Lightweight Fluent) Framework with Sample Northwind ASP.NET MVC 5 ApplicationFor questions and support please contact Le via Twitter @LeLong37.You can stop...
View ArticleSource code checked in, #29163
Upgrade Northwind.Web SPA w/ Kendo UI and RequireJS, big clean refactor for remotely loading Kendo UI Views and Kendo UI Router
View Article