NH Blog - Articles on Visual Studio 2013

Jun 26, 2020

Code sharing strategies in Windows Universal Apps

I have previously introduced you to the amazing concept of Universal Apps, which essentially means that you can share most of the source code between Windows Store Apps [...]

Jun 04, 2021

Taking a closer look at Universal Apps

Universal Apps were publicly introduced in Microsoft’s BUILD 2014 conference held in San Francisco in April 2014. With Universal Apps, you can develop one code base and [...]

Mar 20, 2021

Managing packages with NuGet

NuGet is an open source package manager for the .NET Framework. NuGet makes it very easy for developers to add, remove and update library references in a project. It was [...]

Oct 27, 2020

Extension methods in C#

In today’s blog post, I will address the issue of extending an object definition when you don’t have access to the source code or you can’t inherit from the original [...]

Oct 16, 2020

Get into the cloud with Visual Studio Online

Did you know there's such a thing called Microsoft Visual Studio Online now? You didn't?! Let's have a quick look, shall we? Alright, so you know the whole world is [...]

Sep 23, 2020

Asynchronous programming in C#

One of the most interesting new features in C# 5.0 is the support for asynchronous functions with the introduction of the new keywords, async and await. Writing [...]

top
Back to top