Now everybody is changing to RIA(Rich Internet Application). Formally there was only one a matured platform, ie Abode Flex. But in .net framework 3.0 Microsoft came up with new technology SilverLight. After a one and half year it's become more popular than Adobe Flex.
The Cairngorm is the most common design pattern for Adobe Flex and the MVVM(Model View ViewModel) for SilverLight. Both patterns are the extension of the Model View Controller. The MVVM is also using in the WPF application.
Here I'm adding useful links for both.
Cairngorm
http://opensource.adobe.com/wiki/display/cairngorm/Cairngorm
MVVM
http://msdn.microsoft.com/en-us/magazine/dd458800.aspx
Cairngorm and MVVM
Related Posts:
C# 3.0 - Features 1. Object and Collection Initializers Object initializers let you assign values to any accessible fields or properties of an object at creation time without having to explicitly invoke a constructor. http://msdn.microsof… Read More
Metro Style apps METRO is our design language. We call it metro because it’s Modern and Clean. It’s Fast and in Motion. It’s about Content and Typography. And it’s entirely Authentic. - Microsoft's description of Metro. In Windows 8, one … Read More
Windows Authentication in WCF Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 … Read More
Cannot start service from command line or a debugger. A windows service must first be installed (using installutil.exe) and....... "Cannot start service from command line or a debugger. A windows service must first be installed (using installutil.exe) and then started with ServerExplorer, Windows Services Administrative tool or the NET START command." … Read More
new keyword in C# In C# the “new” keyword can be used in 3 different ways, as operator, modifier and constraint. We all are familiar with new operator usage, i.e. for creating object and invoking constructor. But other two usages are n… Read More
0 comments:
Post a Comment