Overview In latest posts I have migrated my microservice on ASP.NET Core to RC2. I’m using gulp to manage my front-end build pipeline. As it’s slightly annoying to
Tag: ASP.NET Core
CORS with ASP.NET Core RC2
Overview I have just moved my microservice to RC2. However some time ago I have already built JQuery call from webite to this microservice and I had
Microservice on ASP.NET Core RC2 on Ubuntu
Overview Have you heard that ASP.NET Core RC2 has been just released?. Is the revolution is coming? In my latest posts I have built simple
mongodb and dnxcore50 is not (yet) supported
Overview I’m trying to build the most crazy technology stack ever. I planned to integrate my ASP.NET Core Microservice with MongoDb. Unfortunately MongoDb .NET Driver
Docker with coreclr
Overview I’ve been playing around with my ASP.NET Core microservices on Linux. In the meantime I have build my front-end build pipeline and tried to understand Xamarin Visual Studio
KISS Server for Static HTML File with Express
Overview In one of the posts I have configured Microservice with ASP.NET Core which was called via jQuery from static html file. However there was no server
Microservice with ASP.NET Core & MVC 6 on Linux
Moving to Microservice with ASP.NET Core & MVC6 In last post REST Service I have set up extremely simple REST Service with MVC6. Now let’s try to
KISS REST Service with Web Api 2.0 / MVC6
Web API / MVC6 Web API is a way that Microsoft wants to address creating services in ASP.NET MVC. Let’s try how it can be
dnxcore50 vs dnx451 mistery
Overview In the previous post I have configured ASP.NET 5.0 (or Core 1.0), but on mono and with dnx451,dnxcore50. But what is going on there?
KISS ASP.NET Core on Ubuntu
Overview Previous post ASP.NET on Docker on Windows was a try to run a simple web project on docker on windows. Unfortunately I have failed, let’s try to configure