C# Experiments
A journey into the amazing world of C#
Tuesday, 30 April 2013
String Interning
The most used (and misused) data-type in most applications is the String! Their properties let us leverage on many aspects of coding.
Here, we’ll discuss about the way Strings are stored in the memory and how they can be allocated efficiently!
Read more »
Thursday, 18 April 2013
Interview Series - Dazzling Stars
Iterations are vital for performing umpteen numbers of functionality. To make creative designs purely by intelligent looping is challenging.
Here in this setup of an Interview, we’ll see how to loop effortlessly with seamless and “readable” logic to generate a scenic clump of stars!
Read more »
Monday, 1 April 2013
Reference Type and Value Type Variables
It always pays to know variable-types better. Some are mutable, and some are immutable, and what not!..
Here, we’ll perform an equality test on different types of variables using the == operator, Equals function, and the ReferenceEquals functionality.
Read more »
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)