WPF/MVVM and ASP.NET MVC/WEB API Samples

I'm excited to announce that the following samples have been added to the January 2014 release of Layered Architecture Sample for .NET.

  1. LeaveSample-MVC-API-EF - ASP.NET MVC 5, ASP.NET WEB API , Windows Workflow Foundation (WF) and ADO.NET Entity Framework 6.
  2. LeaveSample-WPF-MVVM-WCF-EF - Windows Presentation Foundation (WPF), MVVM, Windows Communications Foundation (WCF), Windows Workflow Foundation (WF) and ADO.NET Entity Framework 6.

I noticed there were more people focusing on the MVC sample, so I quickly hacked together a MVC with WEB API 2 sample which I think will be useful for those who are trying to explore them.

I was also curious on the Model-View-ViewModel pattern for developing WPF applications, so I had spent the past few days working on a layered WPF sample that applies the MVVM pattern. It was a good learning experience and I never thought the screen design of the Leave Sample would push me to learn so many things about MVVM.

Here's a screenshot of the Presentation layer of the application. I have worked very hard to ensure that there are no code-behind for the View's xaml. It was really a tough feat.


Do check it out and give some comments. *Hugs*

No comments:

Post a Comment

Popular Post