Integrated Help system in WPF Application
Download IntegratedHelpInWPF.zip Introduction I have WPF application and I am thinking of creating help documentation for it. If anyone needs help on some screen and press F1, I don’t like to open...
View ArticleImplementing Undo/Redo feature for DbContext of Entity Framework Code-First
Download Source Code Here: Source Code I was curious about change tracking and property values of DbContext and while playing with that I decided to write snapshot manager which would take snapshot...
View ArticleRepository pattern with Entity Framework Code-First in Composable Service End
Download Source Here Introduction Some days ago I was thinking to design data access layer in Composable service end and also decide to use Entity Framework Code-First approach since I didn’t tried...
View ArticleCustom Authentication and Security for Routing Service of WCF 4.0
I came across to WCF 4 routing features while designing some Central services which will provide various service to all of my client-end service. I like to create a single entry point to communicate...
View ArticleCode Analyzing and NDepend
In my childhood, my uncle has shown me how to see the cloud in a close look and I understand that one can draw some elements of the Earth in the sky-canvas if he/she wants to. After that the cloud...
View ArticleTraversing an object Tree to the end in EF4
CodeProjectYears ago, I read about Golden rule of Entity Framework from a blog post of Julia Lerman.As the Golden Rule says – EF will not do anything that developer has not explicitly told you to do....
View ArticleImplementing repository Pattern With EF4 POCO support
Please Note: A Entity Framework- Code First Version has been written by me- http://www.codeproject.com/Articles/363501/Repository-pattern-with-Entity-Framework-Code-Firs...
View ArticleIntegrated Help system in WPF Application
Download IntegratedHelpInWPF.zip Introduction I have WPF application and I am thinking of creating help documentation for it. If anyone needs help on some screen and press F1, I don’t like to open...
View ArticleGetting performance benefit from DbContext[EF 5] in Entity Framework
I did talk about the distributed architecture here with Entity framework code-first. Now I would like to reminds you about the performance benefit features come with DBContext and it will also help you...
View ArticleImplementing Undo/Redo feature for DbContext of Entity Framework Code-First
Download Source Code Here: Source Code I was curious about change tracking and property values of DbContext and while playing with that I decided to write snapshot manager which would take snapshot...
View ArticleRepository pattern with Entity Framework Code-First in Composable Service End
Download Source Here Introduction Some days ago I was thinking to design data access layer in Composable service end and also decide to use Entity Framework Code-First approach since I didn’t tried...
View ArticleCustom Authentication and Security for Routing Service of WCF 4.0
I came across to WCF 4 routing features while designing some Central services which will provide various service to all of my client-end service. I like to create a single entry point to communicate...
View ArticleCode Analyzing and NDepend
In my childhood, my uncle has shown me how to see the cloud in a close look and I understand that one can draw some elements of the Earth in the sky-canvas if he/she wants to. After that the cloud...
View ArticleTraversing an object Tree to the end in EF4
CodeProjectYears ago, I read about Golden rule of Entity Framework from a blog post of Julia Lerman.As the Golden Rule says – EF will not do anything that developer has not explicitly told you to do....
View ArticleImplementing repository Pattern With EF4 POCO support
Please Note: A Entity Framework- Code First Version has been written by me- http://www.codeproject.com/Articles/363501/Repository-pattern-with-Entity-Framework-Code-Firs...
View ArticleAdo.net Entity Framework Tutorial
Joydip Kanjilal has released a book on ADO.NET Entity Framework entitled Entity Framework Tutorial .Its a very good thing to jump over the Code on Entity framework and make clear the mechanism concept...
View ArticleImplementing Repository Pattern With Entity Framework
Please Note: A Entity Framework- Code-First Version has been written - http://morshedanwar.wordpress.com/2012/10/03/design-data-access-with-entity-framework-code-first-in-composable-service-end/...
View Article