Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find the C# 5 language specification? [closed]

C# 5.0 is out now since August 2012. Where can I find the specification? They've stopped doing ECMA specs, but how about MSDN?

like image 402
Mishax Avatar asked Nov 20 '12 05:11

Mishax


People also ask

Where can I locate C?

In the future, you can access the “C” drive from Windows Explorer or by clicking the desktop icon that you created. You can also access the “C” drive by double-clicking the “My Computer” icon on your desktop.

How do I get to the C: drive in Windows 10?

Double-click on the My Computer or This PC icon if you see them on your desktop, or type “File Explorer” in the Windows search box to open the utility. Look for Local Disk (C:) in the left menu bar once the File Explorer window opens. Select the icon to open the C drive and see the files and folders stored inside.

Where is my local disk C?

Please be informed that you can go to local disk C: drive in Windows 10 by pressing Windows + E key from the Windows that appears, on the left hand side you will see This PC click on it and all the drives will be expanded. Click on C: Drive.

Is the C: drive on the hard drive?

The C: drive, also known as your computer's hard drive, has the important job of storing your computer's operating system (Windows, Mac OS, Linux, etc.), as well as applications you use (e.g. Microsoft Office, Adobe, Mozilla Firefox) and files you download from the internet.


2 Answers

If you have Visual Studio 2012 installed, you will find specification somewhere there:

c:\Program Files (x86)\Microsoft Visual Studio 11.0\VC#\Specifications\1033\CSharp Language Specification.docx 

similar with VS2013:

c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC#\Specifications\1033\CSharp Language Specification.docx 

VS2015:

c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC#\Specifications\1033\CSharp Language Specification.docx 
like image 66
Dima Avatar answered Sep 22 '22 12:09

Dima


It was originally unavailable online but since June 2013 it is available for download from Microsoft.

like image 24
Excommunicated Avatar answered Sep 22 '22 12:09

Excommunicated