TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Page Details
First published by
Wikitestuser
When:
6 Nov 2014 1:56 PM
Last revision by
Wikitestuser
When:
6 Nov 2014 1:57 PM
Revisions:
2
Comments:
2
Options
Original
Wiki
>
TechNet Articles
>
TEst article C# 123
>
Original
TEst article C# 123
You are currently reviewing an older revision of this page.
Go to current version
The C# language is intended to be a simple, modern, general-purpose,
object-oriented programming
language.
The language, and implementations thereof, should provide support for software engineering principles such as
strong type
checking, array
bounds checking
, detection of attempts to use
uninitialized variables
, and automatic
garbage collection
. Software robustness, durability, and programmer productivity are important.
The language is intended for use in developing
software components
suitable for deployment in distributed environments.
Source code portability is very important, as is programmer portability, especially for those programmers already familiar with
C
and
C++
.
Support for
internationalization
is very important.
C# is intended to be suitable for writing applications for both hosted and
embedded systems
, ranging from the very large that use sophisticated
operating systems
, down to the very small having dedicated functions.
Although C# applications are intended to be economical with regard to memory and
processing power
requirements, the language was not intended to compete directly on performance and size with C or assembly language.
Revert to this revision