I need a Patient C# teacher reply if anyone can help me. I'll be trying ot teach my self till then
The MS tutorials pretty much blow IMOQuote:
Microsoft Lessons are very useful [Only registered and activated users can see links. Click Here To Register...]
So can you tell me why the express editions suck?Quote:
Express editions suck. Given that most of you are in high school or college, you are entitled to the full Visual Studio 2008 Pro ([Only registered and activated users can see links. Click Here To Register...]). You can also download the full [Only registered and activated users can see links. Click Here To Register...].
@OP. If you're serious about learning C#, start running away from this forum and don't look back. When you're messing around with people's badly written code, you are just going to learn the wrong way to do things. Start from scratch, not someone else's code.
No 64 bit support, no remote debugging, single language per IDE which makes code interoperability awkward. No solution folders, very weak support for refactoring, and no class designer. Something I only descovered recently, T4 templates are a godsend for code generation. Database integration is weak or nonexistant. Heck, I don't even thing the express editions have an XML editor.Quote:
So can you tell me why the express editions suck?