This is a simple walk-through for anyone to get an idea about what's happening in these 2 leading technologies. I was wondering about the same issue and wanted to find out if there is a real winner
Microservices are small, autonomous services that work together.
Definition
Microservice architecture, or simply microservices, is a distinctive method of developing software systems that tries to focus on building single-function modules with...
Today, at Connect(); 2018 conference, Microsoft has announced .NET Core 3 Preview 1 - the first public release of .NET Core 3.
According to the company, .NET Core 3 is a major update that includes support for building Windows desktop...
ASP.NET Core Using JWT Authentication WEB API and consume it in Angular2 Client Application with proper project structure setup.
Download source code
Introduction
I was trying to implement JWT Auth in web API. I want to consume the Web API in...
The term “microservices” appeared for the first time in 2011 at a workshop for software architects. In 2012 we started to see more and more people talking about microservices architecture, as this architectural style was proposed to...
Set up ASP.NET Core 2.2 app with Vue JS on UI components without using npm/webpack.
Requirement
You got hired by WayKurat , a ficticios company that develops vue js/ ASP.NET Core...
Key Takeaways
Microservices migrations are not a trivial change. You have to understand if it will really solve your problem otherwise you might create a tangled entity that might kill you.There are different...