Showing results for June 2016 - Cesar de la Torre

Jun 28, 2016
0
0

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

Cesar De la Torre
Cesar De la Torre

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/components com...

.NET Core
Jun 27, 2016
0
1

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

Cesar De la Torre
Cesar De la Torre

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-platforms such as Windows, Lin...

ASP.NET Core.NET CoreXamarin