News
Four Ways to Deploy an ASP.NET Core App to Google Cloud Platform
Google has announced the general availability of the .NET Core runtime on Google Cloud App Engine. Learn about the different ways you can deploy your .NET Core apps to Google Cloud.
Analysing C# code on GitHub with BigQuery · Performance is a Feature!
Matt Warren analyzed over 5 millions C# files on GitHub. The data he generated is really interesting.
Improved Accessibility is the Focus of Latest .NET Framework
Microsoft has announced the pre-release of .NET Framework 4.7.1, which includes various improvements across the board. Today we will look at the changes made to improve the accessibility of WPF applications.
Process
Visual Studio Code Tools for Artificial Intelligence: First look
Microsoft recently announced "Visual Studio Code tools for AI", which is an extension to build, test, and deploy Deep Learning/AI solutions.
Code
Things I Didn't Know About C#: Scoping Shenanigans
In this episode of Things I Didn't Know About C# we look into some lesser known scoping shenanigans. Enjoy!
Things I Didn't Know About C#: The Goto Statement
Please note that we do not actually endorse the use of the goto
statement. Just saying...
Dissecting local functions in C# 7
Local functions are a new feature in C# 7 that allows defining a function inside another function. This post dives deep (IL-deep) on how this works.
TaskCompletionSource by Example
In this article, you’ll learn how to use TaskCompletionSource
. It’s one of those tools which you will rarely need to use, but when you do, you’ll be glad that you knew about it.