Sunday, 6 April 2014
CLR in .Net
08:52 Unknown
Common Language Runtime :
As its names depicts, its an execution environment for .Net applications (.Net supported languages). CLR job is managing the application while it executes.CLR manages the execution of programs written in supported language of .NET framework like (C#, Visual Basic, F#, IronPython, IronRuby, Boo, etc.).Saturday, 8 March 2014
Knockout Built In Bindings- Part 1
19:26 Unknown
We can categorize Knockout Built in bindings into four types:
- Text and Appearance
- Control flow
- Forms
- Templates
Saturday, 1 February 2014
Knockout Observables
19:33 Unknown
What are Knockout Observables ?
Lets keeping it simple , Our UI gets automatically update when the ViewModel changes.To tell KO about changes in ViewModel we used Observables. Hey hey ... you just used term ViewModel . how will i create a ViewModel with KO ?
Friday, 31 January 2014
Knockout Key Concepts
20:52 Unknown
From the beginning since knockout have launched , they have their limited key concepts and that's what i do like about this library .They never tried to bring too many things with this library.Knockout creators are very clear with their concepts and goal.
Below are their Key concepts :
Tuesday, 28 January 2014
Places to Learn ,Run and Test Knokout.js
01:44 Unknown
Before getting dive into into Knockout we should learn where we can use knockout syntax and run them to make ourselves Knockout Developers .As some of my friends are Java developers for them I am listing some places,where they can learn and play with knockout and obviously for Dot net developers How can we setup environment into Visual Studio for knockout :-
- Knockout.js : I must say , knockout itself done very great job .they are providing us a place to play with knockout . Visit http://learn.knockoutjs.com/
Monday, 27 January 2014
What is Knockout and Why to use it ?
07:28 Unknown
Knockout JavaScript :
Knockout.js is JavaScript framework which allow us to implement MVVM (Model View View-Model) UI pattern in JavaScript and HTML.
Knockout.js is a pure JavaScript library with no external dependencies. It is supported on all major browsers, IE 6+, Firefox 2+, Chrome, Opera, Safari (desktop/mobile).
Subscribe to:
Posts (Atom)
