April 2012 - Posts

6
Comments

Ternary operator in VB.NET by Jalpesh P. Vadgama

We all know about Ternary operator in C#.NET. I am a big fan of ternary operator and I like to use it instead of using IF..Else. Those who don’t know about ternary operator please go through below link. http://msdn.microsoft.com/en-us/library/ty67wk28...
Filed under: , , ,
2
Comments

How to pad number with leading zero with C# by Jalpesh P. Vadgama

Recently I was working with a project where I was in need to format a number in such a way which can apply leading zero for particular format.  So after doing such R and D I have found a great way to apply this leading zero format. I was having need...
Filed under: , , ,
More Posts « Previous page