Share via


.NET Framework (How Do I in C# Express)

This topic links to Help about widely used .NET Framework tasks. To view other categories of popular tasks explained in Help, see How Do I in C# Express.

Note

If you are using Visual C# Express Edition, some of the Help links on this page may be unavailable, depending on the options that you chose during installation. For more information, see Troubleshooting Visual C# Express.

General

For information about the .NET Framework, such as the common language runtime, the .NET Framework class library, and cross-language interoperability, search the MSDN Library for ".NET Framework Core Development".

Collections

  • System.Collections.Generic
    Provides a portal page to the generic collection classes.

  • List<T>
    Provides example code that shows how to add and remove items from a List<T> collection.

  • SortedDictionary<TKey, TValue>
    Provides example code that shows how to add and remove key/value pairs from a SortedDictionary<K,V> collection.

Other Resources

These Web sites are excellent resources for finding more information, seeing what other Express users are doing, and stay in touch as Visual C# Express grows.

  • Visual C# Developer Center
    Serves as a central location for information about Visual C# Express Edition. Includes videos, new tools, and other downloads.

  • Beginner Developer Learning Center
    Serves as a central location for learning materials for the beginner developer. Includes video tutorials, articles, the How-To Reference Library, and Kid's Corner.

  • Coding4Fun
    Includes lots of articles and coding tips for the Visual C# Express developer.

See Also

Concepts

How Do I in C# Express