1.2 The .NET PlatformWhen Microsoft announced C# in July 2000, its unveiling was part of a much larger event: the announcement of the .NET platform. The .NET platform is a development framework that provides a new way to create Windows applications. However, .NET goes beyond traditional Windows programming to facilitate creating web applications quickly and easily. Microsoft says it is devoting 80% of its research and development budget to .NET and its associated technologies. The results of this commitment are impressive. For one thing, the scope of .NET is huge. The platform consists of three separate product groups:
The C# language can be used to develop three types of applications you can run on your Windows computer:
This book will focus primarily on the basics of the C# language, mostly using simple console applications to illustrate language fundamentals. |