Writing Windows C# Programs
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| CSharp-Online.NET:Articles |
| C# Articles |
|
Writing Windows C# Programs |
| © 2003 Pearson Education, Inc. |
| This article—Writing Windows CSharp Programs—is from C# Design Patterns, A Tutorial, by James W. Cooper. Copyright © 2003 Pearson Education, Inc. All rights reserved. Reproduced by permission. This article has been edited especially for C# Online.NET. Read the book review! |
|
Writing Windows C# Programs
The C# language has its roots in C++, Visual Basic, and Java. Both C# and VB.Net use the same libraries and compile to the same underlying code. Both are managed languages with garbage collection of unused variable space, and both can be used interchangeably. Both also use classes with method names that are very similar to those in Java, so if you are familiar with Java, you will have no trouble with C#.
|


