MSDN

From NoskeWiki
Jump to navigation Jump to search

About

NOTE: This page is a daughter page of: Microsoft


The Microsoft Developer Network (MSDN) is the portion of Microsoft responsible for managing the firm's relationship with developers. The MSDN library can be installed on separate CDs which come with Microsoft Visual Studio .NET, but a more comprehensive version is online.

Unfortunately I find the MSDN site pretty difficult to navigate & search for help, so here are the pages I use most often:


C++

  • C++ (library overview) - [1]
  • string (<string> members) - [2]
  • data types ranges/limits - [3]

C# & Visual Basic

  • C# (common tasks) - [4]
  • String class - [5]