If at first you don't succeed, call it version 1.0

Contact Me

Sarvesh Kushwaha
Email : sarveshkushwaha@outlook.com

Total Pageviews

Powered by Blogger.

Thursday, 10 April 2014

Sunday, 6 April 2014

CLR in .Net


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


Knockout providing Some built in bindings which update UI automatically and finally it keeps a clean layout with no dependency on ID and CSS class.
We can categorize Knockout Built in bindings into four types:

  1. Text and Appearance
  2. Control flow
  3. Forms 
  4. Templates

Saturday, 1 February 2014

Knockout Observables


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


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


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 :-

  1. 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 ?


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).