A discussion with useful links about what naming conventions Microsoft follows/recommends for controls (specifically in C#).
A discussion with useful links about what naming conventions Microsoft follows/recommends for controls (specifically in C#).
ExtremeExperts.com hosts some interesting technical articles and HOWTOs for Microsoft .NET based technologies.
Gopalan Suresh Raj has written up a detailed article on the subject. I used it for dynamically creating objects of a class whose name was read in as a String.
MeshPlex, a community-driven, wiki-based tutorial database, has a fairly good collection of C# knowledge here. It is divided into “Basics” and “Advanced”, so you are sure to find something that meets your requirement.
Check out a clean and very well-explained set of C#.NET articles here.
Ripped from the Visual Studio product datasheet:
Another nifty one at MSDN (no wait, it’s Microsoft Support!) about populating a TreeView control with XML data.
Yes, it can be done. If you have a little patience.
Want to hide a form instead of closing it? Here’s a quick solution.
Some stuff on the one-class-fits-all C# PropertyGrid: