Top Stories published by Corrado Cavalli in March of 2018

Learning Git with Visual Studio #2

In the previous post we learned how to connect a solution to Git source control, we’ll now pay attention to the status of each file inside the solution. 
Git defines several status for the files it tracks, they can be: 
 
-Untracked 
Git knows nothing about that file…


Learning Git with Visual Studio #5

In previous article I showed how to take changes from a branch into parent branch, visually we could imagine this operation like “copying” some files from a directory into his parent, but what if, while acting on a branch a colleague working on another branch fixes a…


Learning Git with Visual Studio #3

In this post we’re going to talk about History. 
In the previous post
we saw how to commit changes so that git can track them, but without an history browser this list of changes wouldn’t be available and we couldn’t do anything regarding commit history. 
Git of course…


Trace application flow easily

UWP applications are compiled using .NET Native compiler as detailed here
This process gives many advantages over JIT compilation:

  • -Up to 60% performance improvement on cold startup times

About
Corrado Cavalli
I’m a Senior Software Engineer at Microsoft, former Xamarin/Microsoft MVP and, when not in front of a monitor, a passionate mountain biker and ski tourer.
More information
Tags
Editors