New Post: Many to many update problem on web
Here's code for DI/IoCcontainer .RegisterType<IDataContextAsync, NorthwindContext>(new PerRequestLifetimeManager()) .RegisterType<IUnitOfWorkAsync, UnitOfWork>(new...
View ArticleNew Post: Many to many update problem on web
There's not enough context here to decipher what the issue is, is this source code online somewhere e.g. GitHub, TFS? You can request an online support session, first 15 minutes is free given we can...
View ArticleNew Post: Many to many update problem on web
Thanks Long, I have been playing on your sample project. You can get it from my public one drive (Sample.zip):https://onedrive.live.com/?cid=D3BB9A9710D53E80&id=D3BB9A9710D53E80%21107
View ArticleNew Post: can we use attributed mapping instead of fluent mapping
Can we use attributed mapping instead of fluent mapping for entity
View ArticleNew Post: Delete subitems / children
Hi, Which the diffrent approch used by this Generic Framework to delete the item with his subitems ? Can you give me an Example of codes ? Does this operation (Delete subitems , children ) requied...
View ArticleUpdated Wiki: Adding Custom Repositories
Update: This feature as been decommissioned in v3.3.5, leaving document here for support for those that are on < v3.3.5.Example (Unit Test) on How to Add Custom RepositoriesThis allows you to access...
View ArticleUpdated Wiki: Adding Custom Repositories
Update (1/1/2014): This feature as been decommissioned in v3.3.5, leaving document here for support for those that are on < v3.3.5.Example (Unit Test) on How to Add Custom RepositoriesThis allows...
View ArticleUpdated Wiki: Adding Custom Repositories
Update (1/1/2014): This feature as been decommissioned in v3.3.5, leaving document here for support for those that are on < v3.3.5.Example (Unit Test) on How to Add Custom RepositoriesThis allows...
View ArticleUpdated Wiki: Adding Custom Repositories
Update (1/1/2014): This feature as been decommissioned in v3.3.5, leaving document here for support for those that are on <= v3.3.4.Example (Unit Test) on How to Add Custom RepositoriesThis allows...
View ArticleUpdated Wiki: Documentation
Quick bootstrap steps for integrating the framework into your projectDownload the source code, compile and run all the unit tests Review integration test e.g....
View ArticleUpdated Wiki: Documentation
Quick bootstrap steps for integrating the framework into your projectDownload the source code, compile and run all the unit tests Review integration test e.g....
View ArticleUpdated Wiki: Documentation
Quick bootstrap steps for integrating the framework into your projectDownload the source code, compile and run all the unit tests Review integration test e.g. CustomerRepositoryTest.cs, this is the...
View ArticleUpdated Wiki: Documentation
Quick bootstrap steps for integrating the framework into your projectDownload the source code, compile and run all the unit tests Here are the two (2) requirements to hook into the frameworkAll...
View ArticleUpdated Wiki: Documentation
Quick bootstrap steps for integrating the framework into your projectDownload the source code, compile and run all the unit tests Here are the two (2) requirements to hook into the frameworkAll...
View ArticleUpdated Wiki: Documentation
Quick bootstrap steps for integrating the framework into your projectDownload the source code, compile and run all the unit tests Here are the two (2) requirements to hook into the frameworkAll...
View ArticleUpdated Wiki: Documentation
Quick bootstrap steps for integrating the framework into your projectDownload the source code, compile and run all the unit tests Here are only two (2) requirements to hook into the frameworkAll...
View ArticleUpdated Wiki: Documentation
Quick bootstrap steps for integrating the framework into your projectDownload the source code, compile and run all the unit tests Here are the only two (2) requirements to hook into the frameworkAll...
View ArticleUpdated Wiki: Documentation
Here are the only two (2) requirements to bootstrap your app and integrate with the frameworkAll entities are required to implement IObjectState, we've done this through implementing a base entity...
View ArticleUpdated Wiki: Documentation
Here are the only two (2) requirements to bootstrap your app and integrate with the frameworkAll entities are required to implement IObjectState, we've done this through implementing a base entity...
View ArticleUpdated Wiki: Documentation
Here are the only two (2) requirements to bootstrap your app and integrate with the frameworkAll entities are required to implement IObjectState, we've done this through implementing a base entity...
View Article