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 :)
In this blog i'm posting some Asp.net,Sql Server,Jquery,HTML-5,sqlite,C#,JavaScript scripts and sample codes that i found and created by me or my friends with a mind that it Save/ Help our ass some ways...
Friday, February 24, 2012
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 :)
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 :)
Subscribe to:
Posts (Atom)