This article describes how to use the Entity Framework for building applications through a tutorial. The Entity Framework enables develop...
Showing posts with label Dev. Show all posts
Showing posts with label Dev. Show all posts
Tuesday, September 11, 2012
Monday, August 27, 2012
A N-Tier Architecture Sample with ASP.NET MVC3, WCF and Entity Framework
N-Tier software architecture can solve the following client/server system issues: scalability, security, fault tolerance and etc. In our ...
Wednesday, August 1, 2012
Using the MediaPlayer in WPF
In this article I am explaining how to use the MediaPlayer class in a WPF application. This is a relatively short article because I am de...