code for eternity !!!

community website for .net freaks ;-)

Welcome!

Hey people, I am Raj from Mumbai, India. I am freakingly addicted to .NET and my last wish would be to die while writing some great piece of code on .NET. That way, I think I would achieve Nirvana ;-)
 
code for eternity !!! is an attempt to share my .NET knowledge and skills and connect with fellow .NET freaks around the world. Over the coming months, you should see a lot more features and improvements on this website.
 
I hope you enjoy your visit @ code for eternity !!!
 
Cheers,
Raj
 
~~~ CODING FOR ETERNITY !!! ~~~

What's New

  • Coders versus Project Managers

    Few months back, I got below joke emailed to me by my friend who is also a passionate coder. In my personal (and humble) opinion, below joke hits jackpot with the current state of 9 out of 10 IT companies in India, which are headed by people who have zero or very little technical background. And perhaps this explains why Indian IT companies still have...
    Posted to Technology (Weblog) by raj on 05-14-2008
  • LINQ Single and SingleOrDefault

    We can use the Single extension method of LINQ to return the only element in a sequence that satisfies a specified condition. However the Single extension method would throw the System.InvalidOperationException when no element in a sequence satisfies a specified condition. In such a scenario, we can use the SingleOrDefault extenion method which would...
    Posted to Technology (Weblog) by raj on 05-10-2008
  • AddItem Extension Method for BulletedList, CheckBoxList, DropDownList, ListBox, RadioButtonList

    We would have to write the below code to add a new item (with value) to any of these 5 controls (BulletedList, CheckBoxList, DropDownList, ListBox, RadioButtonList) C#: bulletedList.Items.Add(new ListItem("text", "value")); checkBoxList.Items.Add(new ListItem("text", "value")); dropDownList.Items.Add(new ListItem...
    Posted to Technology (Weblog) by raj on 05-09-2008
  • Using Initial Capacity Constructor of StringBuilder for Extreme Performace

    You must have come across plenty of articles on the internet which talk about using the StringBuilder class when computing large strings for performance gains. Nothing wrong with that. However I have not seen many coders using the Initial Capacity constructor of the StringBuilder class which can further improve performace. Lets take a real world example...
    Posted to Technology (Weblog) by raj on 05-08-2008

Who Is Online



StopGlobalWarming.org  
Powered by Community Server (Non-Commercial Edition), by Telligent Systems