Looking for C# and VB code samples?

Look what I just found: 101 Visual Basic and C# Code Samples. The www has lots of great things out there and sometimes we can't know about all of them. I have ended finding many good code samples by accident and I am always happy to find them; it's almost as good as when you find money in the pocket of a jacket you haven't used in a while.

An interesting thing of developing Office applications using managed code is that you always need knowledge of how to work with multiple .NET assemblies to accomplish different tasks. Even if you are a great developer and already know a bunch of classes, it always comes handy to learn best practices. Here is a list of some code samples you can find in there:

  1. Advanced .NET Framework (Localization) - Work with Resource Files
  2. File - How-To File System
  3. Framework - Creating an Enterprise Services Component
  4. Framework - How-To Configuration Settings
  5. Framework - How-To Work with XML
  6. Framework - Understanding the Garbage Collector
  7. NET Framework - How-To Send Mail
  8. Web Services - Consume a Web Service
  9. Windows Forms - How-To Automate Office
  10. Windows Forms - Use Regular Expressions

...and more, in fact 101 great code samples that are good to keep in your jacket's pocket.