The World of .NET covers practical .NET enterprise application development.
We discussed several aspects of creating ASP.NET Web Forms server controls. We also mentioned that using .NET Reflector to examine Microsoft-provided server controls is a great way to see how they are constructed.
MSDN link on creating custom server controls: http://msdn.microsoft.com/en-us/library/aa530982.aspx
MSDN link describing all the metadata attributes for custom server controls: http://msdn.microsoft.com/en-us/library/ms178658.aspx
Treat Visual Studio compiler warnings as compiler errors – fix them before check-in.
Stack Overflow – a great site for getting answers to any of your programming questions.
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.