By using our website, you agree to the use of our cookies.
By using our website, you agree to the use of our cookies.

Early Wave | Blogs

Using the Actor Model in a .NET Microservice

When creating new services with .NET, developers often choose an n-tier model, usually with a data layer, logic layer, and an API layer. Various design patterns are used, such as the Service Pattern and the Repository Pattern, to shape the different layers. This is a proven concept that works well for many types of services.

However, there are challenges: Read more…

Enterprise Kubernetes Security!

Do you work on the Azure Cloud and have you ever looked at Azure Kubernetes Service (AKS)? Or does your company use Kubernetes as a platform for your microservices? Then take a good look at how the security of this managed service is set up.

Kubernetes is a platform for hosting containerized applications Read more…