Getting Started with Adobe After Effects - Part 6: Motion Blur


Upload Image Close it
Select File

Browse by Tags · View All
BRH 48
#DOTNET 34
#ASP.NET 29
jQuery 22
ASP.NET 20
.NET 20
WPF 9
jquery interview questions 9
jquery faq 8
ASP.NET4 8

Archive · View All
February 2011 10
September 2011 4
August 2011 4
July 2011 4
May 2011 4
April 2011 4
March 2011 4
October 2011 4
June 2011 4
January 2011 4

What is PRISM?

Jul 5 2011 5:56AM by Hima   

Prism is a Framework for developing Composite or Complex applications specific to WPF or Silverlight or Windows Phone.

It uses modularity; It allows to break application into pieces can be called as Modules.

It uses design patterns like MVVM, Command Patterns, Dependency Injection (DI), and Inversion of Control (IC), Separation of Concerns to achieve loosely coupling.

Advantages

Reusability: It allows building component in one framework (WPF) and reusing it in other platforms (Silverlight).

Extensibility: Due to its design patterns nature new functionality that is to be added is easily extensible for future purpose.

Flexibility: PRISM is flexible to develop large complex applications

Team Collaboration: Simultaneous module development is possible and Multiple teams can work on different modules simultaneously.

Fault Tolerance : It allows components to be thoroughly and completely tested thus results in error free application development of better quality. 

Maintainability: The large scale complex applications developed using PRISM are maintenance friendly

Modularity: As everything is break down into modules, prism supports modularity due to this PRISM is flexible, extensible .

Components of PRISM

  1. Shell : Template that Defines structure of the UI. Shell contains several regions.
  2. Regions: Regions are used to specify specific portion of shell as elements to inject view at runtime
  3. Modules: These are major functional areas of the application. Each module need to be independent of other,
  4. Views: Modules contains number of views. Views in Prism are built using MVVM design pattern.
  5. Boot-Strapper: This component is Responsible for Creating Shell and initializing application. 

Well. Now I got some basic idea of the PRISM How to get it ?

You can download the prism framework from patterns and practices

In my next article I will explain how to install PRISM and use in the real time applications.

Tags: BRH, #DOTNET, #ASP.NET, ASP.NET, WPF FAQ, WPF, Prism,


Hima
31 · 6% · 1776
1
 
0
Lifesaver
 
0
Refreshed
 
0
Learned
 
0
Incorrect



Submit

Your Comment


Sign Up or Login to post a comment.

"What is PRISM?" rated 5 out of 5 by 1 readers
What is PRISM? , 5.0 out of 5 based on 1 ratings
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]