Ishraq Ahmad
Blog for .net Architects & Developers looking to learn WPF, Silverlight, WCF and ASP.net MVC.
Prism 4
Learn Prism 4 – Part 3
In this article we will build basic Silverlight application using Prism library. You will be able to explore powers of Prism which makes Silverlight application maintainable and easy to extend. To use Prism 4 in Silverlight application, we will first configure projects, add a module and then add a view. You can download complete application source [...]
Tags: C#, Prism 4, Silverlight, Silverlight 4, WPF
Posted in Prism 4 | 3 Comments »
Learn Prism 4 – Part 2
If you are new to Prism 4, then please read What is Microsoft Prism 4, which provides introduction and download links, before continue reading this article. Let’s take a look at some of the important concepts of Prism 4. BootStarpperStartup component which initializes and configures following,1. Dependency Injection2. Components of Prism and Application Services3. Configure [...]
Tags: MEF, MVP, MVVM, Prism 4, Silverlight 4, Unity, Visual Studio 2010, WPF, XAML
Posted in Prism 4 | 1 Comment »
Learn Prism 4 – Part 1
PRISM 4 is a set of patterns and practices formally known as Composite Application Guidance for WPF and Silverlight. It helps you to develop RIA and maintainable applications in WPF and Silverlight. If you are looking to develop WPF or Silverlight applications having multiple screens interacting with each other and processing complex business logic then [...]
Tags: Microsoft Prism, MVVM, Silverlight, Visual Studio 2010, WPF
Posted in Prism 4 | 1 Comment »