Visual Studio Programmer's Guide for the .NET Framework 
.NET Framework Programming in Visual Studio 

This section of the documentation discusses application development with the .NET Framework in Visual Basic, Visual C#, Visual J#, or Visual C++. Any of these programming languages can be used equally well in the subjects covered in this section. Applications are built on the services of the common language runtime and take advantage of the .NET Framework class library.

In This Section

Quick Technology Finder

Provides a table of links to the main technology areas of the .NET Framework.

What's New in the .NET Framework

Describes key features that have been added or modified in the latest versions of the .NET Framework.

Overview of the .NET Framework

Describes key .NET Framework concepts such as the common language runtime, the common type system (CTS), cross-language interoperability, managed execution, assemblies, and security.

Accessing Data (Visual Studio)

Discusses aspects of incorporating data access functionality into your applications.

.NET Framework Core Development

Discusses programming subjects not related to user-interface creation: security, exception handling, I/O, serialization, and so on.

.NET Framework Advanced Development

Discusses topics such as hosting the common language runtime, managed threading, and using side-by-side execution.

Security in Native and .NET Framework Code

Discusses security issues covering the lifetime of an application.

XML Documents and Data

Provides an introduction to .NET Framework XML features, with links to major sections of the .NET Framework documentation in which you can find more information.

Globalizing and Localizing Applications

Discusses the steps needed to make your application useful for an international audience.

.NET Compact Framework

Introduces the .NET Framework-based, hardware-independent environment for running applications on resource-constrained computing devices.

.NET Framework Samples

Provides instructions for the implementation of specific development tasks or technologies, as well as examples of complete ..NET Framework applications.

QuickStarts

Provides information about the QuickStarts, a series of brief samples that demonstrate key .NET Framework technologies.

Related Sections

.NET Framework Class Library Reference

Contains syntax and examples for the entire .NET Framework.

Devenv Command Line Switches

Contains language reference topics that explain how to launch Visual Studio and build from the command prompt.

Error Messages (Visual Studio)

Contains error message topics for Visual Studio.

Automation and Extensibility Reference

Contains automation model language-reference topics for the integrated development environment (IDE), including debugging.

Language Equivalents

Compares keywords, data types, operators, and programmable objects (controls) for Visual Basic, C++, Visual C#, Java, JScript, and Visual FoxPro.

Customizing and Automating the Development Environment

Contains topics for dialog boxes, windows, and other UI elements found in Visual Studio. Also covers Shortcut Keys.

Visual Studio Commands and Switches

Contains language-reference topics that explain how to use commands to interact with the IDE from the Command window and Find/Command box.

Visual Studio Walkthroughs

Contains topics discussing the steps involved in the development of specific applications types or major application features.

Getting Help from Microsoft Product Support Services (Visual Studio)

Describes various ways to get technical support.

Accessibility for People with Disabilities

Describes features that make Microsoft Visual Studio more accessible for people with disabilities.

Visual Studio

Links you to major starting points in the Visual Studio documentation.

Tags :


Community Content

kwilk
MSBee - a way to target .NET Framework 1.1 with Visual Studio 2005

There is a tool to help with targetting the .NET Framework 1.1 with Visual Studio 2005! It is called MSBee and is available as a Beta 2 on GotDotNET as a part of MSBuild Extras. Since it is a quite mature project you should be able to use it without problems. MSBee is just an addition to MSBuild so it should work as well on Express Editions as on full versions.

 

MSBee GotDotNET workspace - http://www.gotdotnet.com/codegallery/codegallery.aspx?id=22a73581-57c1-4874-a7d5-c9138c8c1f4b

MSBee CodePlex website - http://www.codeplex.com/Wiki/View.aspx?ProjectName=MSBee

Tags :

kwilk
CodePlex

CodePlex (http://www.codeplex.com/) is Microsoft's community development Web site. You can use CodePlex to create new projects to share with your fellow developers around the world, join others who have already started their own projects, or use the applications on this site and provide feedback.

"CodePlex is an online software development environment for open and shared source developers to create, host and manage projects throughout the project lifecycle. It has been written from the ground up in C# using .NET 2.0 technology with Team Foundation Server on the back end. CodePlex is open to the public free of charge."

 

Maybe it is the time to think about sharing your project with wider audience?

 

CodePlex - http://www.codeplex.com/

Tags :

Page view tracker