In this chapter you will learn:
- How to start c# programming?
- Where to write C# code?
- How to run C# code?
In this chapter, you will learn where to write and how to execute C# code. It is the very first chapter that explains various programming platform where you can write and execute your program. The notepad is one of the best text editors to write C# code but to get more functionality and power as Intellisense, you need a dedicated platform to write and execute C# code.
The Visual Studio is one of the best programming tools that provide a great number of facilities and makes your programming easier. You can use any version of Visual Studio to write code as Visual Studio 2005, Visual Studio 2008 and so on.This session includes three chapters.
Getting Started
List of Contents- Chapter 1: Start
- Chapter 2: Where to Write C# code
- Chapter 3: Run C# code