C# programming language
New & Notable
C# programming language News
-
November 25, 2009
25
Nov'09
Inside Visual Studio 2010
Microsoft is released Visual Studio 2010 Beta 2. Find out key features of Microsoft's next-generation development environment, and learn key features of the Framework, Visual Basic, and C#.
C# programming language Get Started
Bring yourself up to speed with our introductory content
-
GLib
GLib is a utility library that can simplify programming in C, especially for projects involving the languages GNOME and GTK+. Many programmers believe that the utility functions in GLib are more consistent than those in C... (Continued) Continue Reading
-
C#
C# (pronounced C-sharp) is an object-oriented programming language in development from Microsoft, which is intended to combine the computing power of C++ with the programming ease of Visual Basic. Continue Reading
Manage C# programming language
Learn to apply best practices and optimize your operations.
-
Native versus JavaScript/HTML5 development for Window 8 apps
Learn the advantages and disadvantages in using HTML5/JavaScript for deployment. Continue Reading
Problem Solve C# programming language Issues
We’ve gathered up expert advice and tips from professionals like you so that the answers you need are always available.
-
Generate RSA public and private keys, export to XML
This tip shows how RSA keys can be saved to disk as an XML file. The XML files can then be used to make an RSA secure channel Continue Reading
-
Hashing strings with any algorithm
Cryptographic hash functions ensure than a message was not altered when it was sent over an insecure channel. This C# function generates the hash of a string based on your favorite algorithm. Continue Reading
-
Windows Forms: Overriding the OnClosing method