"If at first you don't succeed; call it version 1.0" :-Unknown

Pages

Wednesday, January 15, 2014

Quick walk over most used JavaScript function

Quick walk over most used JavaScript function

Again a url :). This one helps to make a quick walk over the stuff we done previously.

https://code.google.com/p/jslibs/wiki/JavascriptTips

If u had any trouble just ask, Happy to help u :)
Stay Tune... Have a nice day... 'N happy Coding :)

Tuesday, January 14, 2014

everything (almost) about ViewState

Recently i had read an article about the view state management in c# and its go through much deeply also.
 http://aspnetresources.com/articles/ViewState

Thanks to the author for sharing such a good articles :)


If u had any trouble just ask, Happy to help u :)
Stay Tune...
Have a nice day... 'N happy Coding :)

Thursday, December 19, 2013

Using linq and lambda expression in c#

using linq and lambda expression in c#

using linq and lambda expression in c# to filter data.


  • Select all
  • Select some filed
  • Select filtering data with condition
  • Select Anonymous Type / Casting
  • Merging two columns
  • Ordering
  • Joining two list
  • Skip and Take