Ideal C# talks

We were talking about talks at conferences today, and it got me wondering...what talks would you like to have our team present on at a conference? Or maybe just certain topics?

We used to approach this from a team perspective - learn about the compiler!, learn about the IDE! heres a 1 hour tour of the debugger! I'm wondering if there are specific talks you wish you would rather see from us? Or ways to present information?

Shaykat

Comments

  • Anonymous
    January 26, 2005

    How about "Effective C#" rather than "best practices", etc.
  • Anonymous
    January 26, 2005
    Free tools, IDE's and what not for development.
  • Anonymous
    January 26, 2005
    Adwait, whats the difference between a talk on Effective C# vs. Best practices?
  • Anonymous
    January 26, 2005
    you know being on the board of a .net user group for over 2 years now I have seen best practices, I have seen using application blocks, I have seen everything from decompiling ngened assemblies and obfuscating your code, all the way to the basics of Visual Studio.

    However one thing I have never seen, one thing the MSDN documentation is poor at and there is only one book on. System.DirectoryServices no one ever talks about it, I am coding against, it querying it and so on, but am i doing it right, what are good practices to use when doing this. You really never see much information on this anywhere. And when you do it is scattered around.