Very good site for .Net tips. Visit the site at http://dotnettipoftheday.org/tips/ . Some of useful tips I found are as follow:
Send an e-mail any time an unhandled exception occurs.
How to view code that is covered by the IntelliSense pop-up.
Don't generate unnecessary WinForm members for Label controls.
Two approaches to update database row if exists, insert if not.
Improve your code readability: make more sense to conditions.
How to maintain the position of the scrollbar on postbacks.
How to change the default browser used in VS 2005.
Keep the number of files in your /app_code directory small.
No comments:
Post a Comment