PinnedInMicroservices for .NET DevelopersbyBishoy Labib·Jul 10, 2023When NoSQL is better than a relational database
PinnedInMicroservices for .NET DevelopersbyBishoy Labib·Apr 4, 2021Choosing to be a Monolith, Cloud-Native or Cloud-AgnosticToday’s expectations of modern applications are growing and if you think of creating a new application you will have to make lots of…
InMicroservices for .NET DevelopersbyBishoy Labib·Aug 28, 2019.NET Logging in the microservices worldIn this article I’ll take a deep dive into logging in the world of Microservices. Logging is one of the central aspects in a Microservices…A response icon1A response icon1
InMicroservices for .NET DevelopersbyBishoy Labib·Aug 22, 2019Making Http easier with .NET CoreIn this article, I’m going to focus a bit about a few Http related behaviors in .NET that are needed in every microservice or API, but not…
InMicroservices for .NET DevelopersbyBishoy Labib·Aug 16, 2019Making .NET Core more friendly to MicroservicesI’ve been working on Microservices for quiet some time now, using the dotnet core (mostly 2.2) to build APIs that call each others and…A response icon1A response icon1
InMicroservices for .NET DevelopersbyBishoy Labib·Nov 9, 2018How to run your DevOps using KubernetesThis post is part of a series: Introduction to Microservices for .NET Developers
InMicroservices for .NET DevelopersbyBishoy Labib·Oct 29, 2018Exposing your application to the public (Ingress)What is Ingress?
InMicroservices for .NET DevelopersbyBishoy Labib·Oct 16, 2018Deploying your first app to KubernetesFirst lets admit that installing Kubernetes for the first time is not an easy task. Because it has multiple components, there are multiple…A response icon2A response icon2
InMicroservices for .NET DevelopersbyBishoy Labib·Oct 6, 2018What is Kubernetes?After deciding on implementing your cloud service using microservices architecture. The next step is Kubernetes. Think of it as the…
InMicroservices for .NET DevelopersbyBishoy Labib·Sep 25, 2018What is microservices and why is it different?Definition