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

Pages

Thursday, March 1, 2012

JUICE UI

Juice UI is an open-source collection of WebForms components that brings jQuery UI Widgets to your project with ease. Start leveraging the power of the world's most popular JavaScript UI library while working with familiar code in your ASP.NET projects.


Come lets play around it now :)


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

Friday, February 24, 2012

New UI of VS 11

Hi *.*,
Check out this link. Microsoft team introduced new UI for VS 11.


http://blogs.msdn.com/b/visualstudio/archive/2012/02/23/introducing-the-new-developer-experience.aspx


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

Tuesday, February 14, 2012

Boxing-Unboxing Variables

Hi *.*,


Boxing-Unboxing Variables, its a common interview question.In our everyday programming we came across this.Anyway for the unknows, here it goes...



Boxing:    Boxing is process of converting valueType variable to Referance Type veriable at runtime.


Unboxing:    Unboxing is a process of converting referance type to value type variable at run time
Unboxing is an explicit operation.


What happened in backend.


Value type is stored in Stacks
Reference type is stored in Heap


So boxing.


Values shifted Stacks to Heap and vice versa.



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