AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

code better - use string.format : Karl Seguin

Sunday, June 29 2008

Poorly handled exceptions might speak volumes about someone's coding abilities, but it's string concatenation that's a sure bet to kill a programs readability (thus maintainability). Everyone knows that they should use StringBuilder's for better performance when concatenating a lot, but to improve maintainability, string.format is king!...

Read More:
code better - use string.format : Karl Seguin
Also See:
Working with Virtual Path Providers : Bipin Joshi
Handling Data After Post Back : Bipin Joshi
Crystal Reports in ASP.NET : Richard Bean
ASP.NET Tip: Creating Paging for a Repeater Control : Eric Smith
Using Syndication Classes to Read RSS Feeds : Bipin Joshi

Post your comment

Comment