Dealing with unexpected failures is one of the hardest problems to solve, especially in a distributed system.
A Microservice needs to be resilient to failures, which means that it needs to be able to restart when a failure happens.
Dealing with unexpected failures is one of the hardest problems to solve, especially in a distributed system.
A Microservice needs to be resilient to failures, which means that it needs to be able to restart when a failure happens.
Microsoft .NET Framework is a well-established mature Framework behind many enterprise applications that we use on a daily basis. With the introduction of Microsoft .NET Core in 2016, have you ever wondered what will happen to applications currently on .NET Framework? This article is exactly what you are looking for.
Understanding ASP.NET Middleware
In ASP.NET Core, middleware is the term used for components that form the Request Pipeline.
Introduction:
Docker is an open, lightweight platform for developing, shipping and running applications using container technology. Docker provides container solutions for developers, architects, DevOps, and IT People. It can run on Linux, Windows, Mac OS and most the cloud providers like AWS, Azure, Google, etc.
Your introduction for everything REST and how to understand it.
What is REST?
Representational state transfer (REST) is a software architectural style that defines a set of constraints to
be used for creating Web services. Web services that conform to the REST architectural style, called
RESTful Web services, provide interoperability between computer systems on the Internet.