Publishing a web app to an Azure App Service is quite easy thing to do using Visual Studio but it certainly isn’t the best way to go with for enterprise solutions. Consider for example that you wish to deploy your… Read More ›
asp.net core
Release process for distributed applications with data Geo-Replication
One of the most critical parts in software architecture is designing a release process for upgrading the software in your applications. The release plan is crucial and affects several factors such as: Website’s availability or downtime Time required to release… Read More ›
New e-book: Globally-Distributed Applications with Microsoft Azure
Microsoft Azure provides a huge amount of cloud services and is probably the best option for building applications in the cloud. While Microsoft provides documentation for its services, many times it isn’t clear how those services can fit together in… Read More ›
Azure Cosmos DB: DocumentDB API in Action
During tha last years, there has been an significant change regarding the amount of data being produced and consumed by applications while data-models and scemas are evolving more frequently than used to. Assuming a traditional application (makes use of relational… Read More ›
Continuous Integration & Delivery with Microsoft Azure & GitHub – Best Practices
Continuous Integration and Delivery (CI/CD) automation practices, is one way path when you want to continuously produce and deliver software in short iterations, software that is guaranteed that when deployed, it has passed successful reviews, builds and tests through an… Read More ›
Master Microsoft Azure Web application deployment
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 ›
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 ›