During this year we had the chance to build several Web applications using ASP.NET Core combined with frameworks and libraries such as Angular 2 or SignalR. Since then I have been receiving requests to post about how to deploy that… Read More ›
asp.net core
Real-time applications using ASP.NET Core, SignalR & Angular
The source code for this post has been updated to the latest ASP.NET Core version (.NET Core SDK 1.0 project – can be opened using VS 2017) and angular 4 as well (Repository). Real-time web applications are apps that push… Read More ›
Building REST APIs using ASP.NET Core and Entity Framework Core
The source code for this post has been updated to VS 2017 (master branch). There is also a VS2015 branch for Visual Studio 2015. ASP.NET Core and Entity Framework Core are getting more and more attractive nowadays and this post… Read More ›
Migrating ASP.NET 5 RC1 apps to ASP.NET Core
.NET Core RC2 is a major update from the November RC1 release and since announced all those that developed apps using the RC1 version are now required to upgrade them. The new version of .NET Core includes new APIs, performance… Read More ›
Building multi-client APIs in ASP.NET
The structure of a modern web application nowadays consists of one or more APIs and one or more different type of clients that consume those APIs. The thing is that despite the fact that those clients may required to support… Read More ›