Showing results for 2016 - Cesar de la Torre

Dec 5, 2016
0
0

Generating Swagger description metadata from your ASP.NET Core Web APIs with Swashbuckle

Cesar De la Torre
Cesar De la Torre

What is Swagger Swagger is a very much used open source framework backed by a large ecosystem of tools that helps you design, build, document, and consume your RESTful APIs. It is probably becoming as the main standard for this domain (APIs description metadata). The heart of Swagger is the Swagger Specification (API description metadata which is...

ASP.NET CoreSwaggerSwashbuckle
Nov 18, 2016
0
0

Summary of Microsoft Docker Images for .NET Core and .NET Framework

Cesar De la Torre
Cesar De la Torre

Even when these official images are still evolving, I think that a summary about the multiple Microsoft Docker images for .NET available at Docker Hub would be a “nice to have” thing. This blog post is related to my previous blog post on “Docker containers – Should I use .NET Core or .NET Framework?”, however I’m drilling down here into the specif...

ASP.NET Core.NET CoreDocker
Nov 16, 2016
0
0

Docker containers – Should I use .NET Core or .NET Framework?

Cesar De la Torre
Cesar De la Torre

The short answer is: “For Docker containers, use .NET Core whenever is possible”. But, below is a summary decision table depending on your architecture or application type and the server operating system you are targeting for your Docker containers. Take into account that if you are targeting Linux containers you will need Linux based Docker hos...

ASP.NET Core.NET CoreDocker
Nov 16, 2016
0
0

Free eBook on “Containerized Docker Application Lifecycle with Microsoft Tools and Platform”

Cesar De la Torre
Cesar De la Torre

Coinciding with today’s release of Visual Studio 2017 RC1 at CONNECT 2016 in NYC (Nov. 16th 2016), I wanted to announce the availability of this new and free eBook on “Containerized Docker Application Lifecycle with Microsoft Tools and Platform” which covers and end-to-end vision of Docker container based application development plus CI/CD (DevOps)...

DockerAzure Service FabricKubernetes
Sep 26, 2016
0
0

.NET, Cloud and Mobile Events in Argentina and Chile – Content

Cesar De la Torre
Cesar De la Torre

Last week (Sept. 19-22 2016) I delivered a similar event in Buenos Aires and in Santiago the Chile, afterwards. Here I post the agenda I delivered, a few pictures about it plus the decks I used about it. Morning Event – Developing microservices in the Cloud with .NET, Docker and Microsoft Azure Service Fabric Related technologies: - Microsoft .N...

ASP.NET Core.NET CoreDocker
Jul 13, 2016
0
0

Docker and Containers: Basic elements and taxonomy

Cesar De la Torre
Cesar De la Torre

I’m currently working on a Docker and Containerized applications related document and it happens that I just created the following explanatory figure. Since I got a few people asking about several related topics in Docker, it might be useful to publish this short blog post helping out folks starting with Docker. This diagram is just about the basi...

DockerContainers
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
May 17, 2016
0
0

Using Azure Functions from Xamarin Mobile Apps

Cesar De la Torre
Cesar De la Torre

I was testing Azure Functions by creating a simple proof of concept with a Xamarin.Forms client and since there’s not much info about “using Azure Functions from Xamarin” I thought it was a good idea to publish this Getting Started or Walkthrough in my MSDN blog. Make no mistake about it, you consume an Azure Function from a Xamarin app in the s...

XamarinAzure Functions
Feb 6, 2016
0
0

Solving issue with VS Android Emulator, Xamarin apps and Intel Skylake processor (i.e. when using a Microsoft Surface Book i7, Surface Pro 4, etc.)

Cesar De la Torre
Cesar De la Torre

I got a Surface Book (comes with the new Intel i7 Skylake) a few days ago and I was experiencing a very weird issue when running and/or debugging Xamarin apps on the Visual Studio Android Emulator.. Basically, VS couldn’t debug/attach but I was not getting any application error, neither.. You can see the experience in the following recorded videos...

XamarinVS Android EmulatorSurface Book