Difference between revisions of "CSharp"
From Teknologisk videncenter
m |
|||
| (9 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | C# is an extension of C and C++ developed by Microsoft, which shares many of the aims and techniques of its Object Oriented cousin Java. | + | C# (pronounced as CSharp) is an extension of C and C++ developed by Microsoft, which shares many of the aims and techniques of its Object Oriented cousin Java. |
== Links == | == Links == | ||
*[http://msdn.microsoft.com/en-us/vstudio/hh341490 Microsoft C# Learning Resources] | *[http://msdn.microsoft.com/en-us/vstudio/hh341490 Microsoft C# Learning Resources] | ||
*[http://msdn.microsoft.com/en-us/vstudio/default More C# resources from Microsoft] | *[http://msdn.microsoft.com/en-us/vstudio/default More C# resources from Microsoft] | ||
| + | *[http://channel9.msdn.com/Blogs/scobleizer/Anders-Hejlsberg-LINQ Anders Heilsberg - LINQ] | ||
| + | *[https://github.com/ljw1004/csharpspec/tree/gh-pages C# language specification] | ||
| + | == C# Articles== | ||
| + | *[https://saezndaree.wordpress.com/2009/03/29/how-to-redirect-the-consoles-output-to-a-textbox-in-c/ Redirecting Console to Windows Forms Textbox] | ||
| + | {{Category:Csharp}} | ||
| + | |||
| + | |||
| + | [[Category:Csharp]] | ||
Latest revision as of 06:07, 21 April 2025
C# (pronounced as CSharp) is an extension of C and C++ developed by Microsoft, which shares many of the aims and techniques of its Object Oriented cousin Java.
Links
- Microsoft C# Learning Resources
- More C# resources from Microsoft
- Anders Heilsberg - LINQ
- C# language specification
C# Articles
- Redirecting Console to Windows Forms Textbox
- Linq
- Entityframework
- For the article see CSharp