Cesar de la Torre

Principal Program Manager at the Azure team.

Running .NET Core apps on multiple frameworks and What the Target Framework Monikers (TFMs) are about

(image) In .NET Core 1.0 apps (either ASP.NET Core apps or Console apps, as of today) there are new possibilities like being able to run your app (like an ASP.NET Core app) on top of the .NET Core Platform or on top of the traditional .NET Framework 4.5.x which is critical for many enterprise apps that still might not have all the libraries/...

.NET Core, .NET Framework, Xamarin – The “WHAT and WHEN to use it”

I’m writing this blog post about “.NET end-to-end” now that we just released the .NET Core Platform 1.0 RTM, so it’s clear “who is who” and “when to use what”. It’s a long post but I think it’s good to have available a single post about .NET end-to-end. .NET is nowadays a development-platform running across many OS-...