|
|
Articles in this category - 17
C# - Coding Standards for .NET
|
| This document describes rules and recommendations for developing applications and class libraries using the C# Language. The goal is to define guidelines to enforce consistent style and formatting and |
C# Console applications
|
| Console applications in C# have exactly the same purpose as regular console applications: to provide a command line interface with the user. This tutorial will show you how to code console application |
C# Language Reference
|
| C# is a simple, modern, object oriented, and type-safe programming language derived from C and C++. C# (pronounced “C sharp”) is firmly planted in the C and C++ family tree of languages, and will |
C# Windows Applications
|
| C# Windows Applications are based on the same principles the regular Windows applications work on. They have an entry point, they register a callback function (or more, depending on the number of wind |
Cool Tools and Samples
|
| Developers that use .NET Framework SDK may find themselves in need of certain tools in order to simplify their work. Most of them are actually samples included within Visual Studio .NET. Here are some |
Getting Started with C#
|
| First of all let me welcome you to the world of this new programming language. I hope you will have a basic idea about Object Oriented Programming languages because many languages like Java, C++ have |
|
|