C# Getting Started

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

Summary

After completing this session, you will be able to write simple c# code and run c# code. In next chapter you will learn the basic guideline that will help you to make your program error free.  
 

Share your thought