How to register a global hotkey for your application in C#

How to register a global hotkey for your application in C#

Register a hotkey for your application that can be triggered even if your form is minimized and does not have focus. More »

How to download a file in C# (progressbar and download speed)

How to download a file in C# (progressbar and download speed)

Learn how to download files in C# while displaying the percentage and the download speed. More »

UDP hole punching implementation in C#

UDP hole punching implementation in C#

Learn how to implement UDP hole punching so you can make your clients life a lot easier by not forcing them to open ports on their end. More »

 

Microsoft’s C# compiler becomes open source

CSharp Purple

Microsoft decided to open source their latest .NET Compiler Platform with the codename Roslyn under the Apache License 2.0 license. This is great news as it allows for more people to take a look at the code and suggest improvements, find bugs or even implement features.

If you would like to take a peak at the code you can visit https://roslyn.codeplex.com/, and in case you are thinking about contributing to the project make sure to read all the rules Microsoft put in place to ensure the quality of the project.

Share on FacebookTweet about this on TwitterShare on Google+Share on StumbleUponShare on LinkedInShare on RedditPin on PinterestShare on TumblrDigg thisPrint this pageEmail this to someone

Leave a Reply

Your email address will not be published. Required fields are marked *