Geeks With Blogs

News kaleidoscope 1817, lit. "observer of beautiful forms," coined by its inventor, Sir David Brewster (1781-1868), from Gk. kalos "beautiful" + eidos "shape" (see -oid) + -scope, on model of telescope, etc. Figurative meaning "constantly changing pattern" is first attested 1819 in Lord Byron, whose publisher had sent him one.

Kaleidoscope Everything under the sun, ending in .Net MVVM Design pattern There are 2 entries for the tag MVVM Design pattern
Overview of XSLT
XSLT (Extensible Stylesheet Language Transformations) is a declarative- XMLbased language used for the transformation of XML documents into other XML documents. Using XSLT , the original document does not changed; rather, a new document is created based on the content of an existing one. XSLT is developed by the World Wide Web Consortium (W3C). Using XSLT we can transform source xml file into another xml file, word file or Excel file. XSLT Functions : - There are the following built - in XSLT functions ......

Posted On Thursday, May 13, 2010 3:43 PM

MVVM Design Pattern
The Model-View-ViewModel pattern is similar to the Model-View-Presenter, except you have a model tailor-made for the View, called the ViewModel. The ViewModel contains all the UI-specific interfaces and properties necessary to make it easy to develop a user interface. The View binds to the ViewModel, and executes commands to request an action from it. The ViewModel, in turn, communicates with the Model, and tells it to update in response to user interaction. Model-View-ViewModel Example A model that ......

Posted On Wednesday, May 5, 2010 10:37 PM

Copyright © kaleidoscope | Powered by: GeeksWithBlogs.net | Join free