Click here to Skip to main content
15,885,757 members
Everything / Microservice

Microservice

microservice

Great Reads

by Ansel Castro
Leveraging Protobuf and code generation tools to drive the development of microservices and REST APIs
by freedeveloper
Use the logger system as other Microservices in your eco-system
by Nirosh
This white paper defines a set of architectural best practices for building micro-services using an event-driven approach (possibly one of the best ways of building distributed enterprise solutions).
by sun.shuo@aliyun.com
Lock-free programming for micro-service splitting

Latest Articles

by Bohdan Stupak
How to perform distributed lock between multiple instances of a microservice with Redlock.Net
by Michael Yuan @WasmEdge
Overview of tools and techniques needed to build and deploy Rust microservices in a WASM runtime
by Jennifer Reif
In this article we build a Java microservice that connects to, and interacts with, graph data in a Neo4j AuraDB Free database.
by Matthew Casperson
In this article, Using MSAL to Access Azure APIs, we use the OBO OAuth flow to call a service in Azure. Then, we’ll communicate the results back to the frontend application via a shared database.

All Articles

Sort by Score

Microservice 

6 Oct 2020 by Ansel Castro
Leveraging Protobuf and code generation tools to drive the development of microservices and REST APIs
21 Aug 2021 by freedeveloper
Use the logger system as other Microservices in your eco-system
6 May 2019 by Nirosh
This white paper defines a set of architectural best practices for building micro-services using an event-driven approach (possibly one of the best ways of building distributed enterprise solutions).
8 Aug 2019 by sun.shuo@aliyun.com
Lock-free programming for micro-service splitting
5 May 2020 by Garth J Lancaster
Well, I always think it's dangerous to make assumptions about geographic location vs language anyway : you could say for all of Australia use English as the default language (and many people with their head in the sand would like it to be so),...
7 Jul 2022 by Jennifer Reif
In this article we build a Java microservice that connects to, and interacts with, graph data in a Neo4j AuraDB Free database.
26 Mar 2019 by James A. Brannan
Spring Rest Using Spring Boot
15 Jun 2019 by sun.shuo@aliyun.com
Introduction to Distributed System Design - 4. Quantitative Analysis of Distributed Software
29 Mar 2020 by Richard MacCutchan
.NET Microservices. Architecture for Containerized .NET Applications | Microsoft Docs[^]
4 Jan 2021 by Dave Kreskowiak
This is not a code conversion service. You have to do the work yourself. It looks like you're going to have to learn MIPS assembly language.
20 Oct 2021 by Matthew Casperson
In this article, Using MSAL to Access Azure APIs, we use the OBO OAuth flow to call a service in Azure. Then, we’ll communicate the results back to the frontend application via a shared database.
3 Sep 2016 by Member 12702056
After i installed microsoft visual studio,i have this problem.i can't open many programs on my laptop.Only google chrome,notepad ,cygwin and some folders i can open,but when i want to open many other things,there is this problem "The procedure entry point LdrSystemDllInitBlock could not be...
6 Jan 2019 by Cas Dijkstra
Hi, I'm planning to write a few api's to improve my programming knowledge. But as a starter I'm thinking about authentication. I've been searching for a solution, but I'm wondering if there are better options. What I want to achieve is to have a AuthenticationAPI which handles the...
6 Jan 2019 by blueshabat
Hi, I want to use the microservices pattern in a complex system. The thing is that I have some methods that I'll use in many microservices, GetAccounts for example. Would I have to implement that method in each microservice? What would be the best way to perform this? What I have tried: I have...
25 Mar 2018 by Richard MacCutchan
Microservice deployment - Google Search[^]
27 Aug 2018 by girishmeena
I am trying to build an architecture using angular js web app, Azure service bus queue, micro-services. Web app communicates to azure function and in turn, send a message to the queue, but I am not sure how to consume the messages at the microservice end. one way is to use a worker role/azure...
6 Jan 2019 by Aydin Homay
IdentityService is the best solution so far I know because it allows you to make service to service authentication and service to consumer authenitcation. I have used it in serveral projects successfully and got a good results.
24 Apr 2019 by Markus Greuel
ASP.NET automatically parses distributed tracing headers, in azure functions however a bit of custom code is required.
27 Feb 2020 by Richard MacCutchan
Quote: What does the future of business computing look? If we could foretell the future we would all be billionaires. As to the rest of your questions, this is a Technical Quick Answers forum. your question is far too broad to be answered here....
27 Feb 2020 by MadMyche
While this is question is related to coding; it is not a good question for a Quick Answers forum which is aimed at solving a problem with specific code. My suggestion would be to do your research; a lot of these "new" gadgets and gizmos have...
29 Mar 2020 by Mohammad Nawaz
I have a mvc application structure like below Web Web.Business Web.Database Web.Domain Web.Tests Now I want to convert it to micro service What I have tried: As I am very new to micro service I don't know where to start
29 Mar 2020 by Afzaal Ahmad Zeeshan
Quote: I want to convert it to micro service You need to focus on a domain-driven analysis of your application to be able to successfully migrate a monolith to a microservice. Normal distribution of the applications happens at different levels,...
5 May 2020 by faayez
I am busy to create an application for multi countries and multi-language I need to do the next: 1- to master or (Automatic selection)the application by using geolocation (IP address of countries and sub IP address of cities) - if someone opens...
4 Jan 2021 by OriginalGriff
As Dave has said: This is not a code conversion service: we are not here to translate code for you. Even if we did, what you would end up with would not be "good code" in the target language – they are based on very different frameworks, and what...
4 Jan 2021 by Richard MacCutchan
Learn MIPS Assembly in Y Minutes[^].
21 Jun 2021 by vaibhav1800
I know that below code is to avoid error throw when the microservice is not available and also configure to do retries to reach the service. I am confused how "_" is recognized as an integer which is used as a parameter for WaitAndRetryAsync...
19 Jun 2021 by Richard MacCutchan
It represents the result of the lambda expression on the right of the => operator. See => operator - C# reference | Microsoft Docs[^].
21 Jun 2021 by Richard Deeming
The WaitAndRetryAsync method accepts two parameters: An integer representing the maximum number of times to retry. You have passed 5. A Func delegate, which takes a single parameter - the attempt number - and returns the length...
7 Dec 2019 by Florian Rappl
Microfrontends present the latest addition to the decoupling efforts of architects - are they worth the struggle?
24 Jul 2019 by sun.shuo@aliyun.com
This is an introduction to Distributed System Design - 1. Splitting in Microservice Architecture
13 Jun 2018 by Sacha Barber
Look at how to use Consul to allow for Microservice service discovery
15 Jul 2019 by Marc Clifton
A highly opinionated look at microservices
23 Aug 2016 by xxlben
Use dependency injection to communicate seamlessly with remote services.
31 Oct 2018 by Aydin Homay
Internet of Things requires fully decentralized platforms which can be developed, deployed, discovered, and requested more easily.
19 Mar 2023 by Bohdan Stupak
How to perform distributed lock between multiple instances of a microservice with Redlock.Net
10 Mar 2019 by Fred Song (Melbourne)
Angular 7 with .NET Core 2.2 - Global Weather (Part 2)
21 May 2019 by sun.shuo@aliyun.com
Introduction to Distributed System Design - 2. Practice of Splitting in Microservice Architecture
17 Apr 2019 by RaviAakula
In this article, we will learn how to deploy ASP.NET Core Microservices in AWS ECS using Fargate with Cloudformation template and AWS Console.
18 Jan 2017 by Alibaba Cloud
This article digs deeper to understand why microservices architecture is needed.
21 Apr 2016 by Shawn1Xu
Build a microservice with Service Fabric on Windows Server 2012 using ASP.NET 5 and Service Fabric SDK
29 Jan 2023 by Michael Yuan @WasmEdge
Overview of tools and techniques needed to build and deploy Rust microservices in a WASM runtime
28 Oct 2018 by Neeraj Sidhaye
Code and Automate your Integration Test - Best practices
20 Jun 2019 by sun.shuo@aliyun.com
This is a introduction to Distributed System Design - Overview of Distributed Engineering
20 May 2018 by Vishal Wadhwa
Best way would be to define your context and domains, and use these kind of methods as service API to fetch common data from a specific microservice instead of repeating the same code everywhere. In your example of getAccount, you must have a microservice which manages accounts and getAccount...
30 May 2019 by Member 13221290
Develop a demo service fabric in Visual Studio 2019
3 Sep 2016 by Michael_Davies
Google provides many answers...The procedure entry point LdrSystemDllInitBlock could not be located - Microsoft Community[^]
4 Nov 2018 by ali_1
Hi All, I am looking for a sample microservice application with at least two services. I am confused about how the API gateway is managing the requests from services and how it is transferring the data to UI? What I have tried: I have created three services and a web application, but don't...
4 Jan 2021 by Cristina Dijmarescu
Can anyone please convert this C code in Mips for me? I haven't worked with Mips before and I really have no idea how to deal with it. Thanks a lot! #include #include static int aplica(int (*f)(int), int x) { return...
6 Jan 2019 by Member 12008812
Hello, I am going to work on Micro services(MS) ,as I am new i don't have much idea about its deployment. I am aware of its independent working,scalability,performance,etc. I have some queries: Can we Host Micro services in IIS without Docker/Container as we host a normal web application? ...
6 Jan 2019 by Aydin Homay
First of all, Microservices is not a pattern is a software architecture in the SOA field. This is very imprtant to understand. Unlike SOA, Microservices Architecture (MSA) tries to share as less as possible, means that do not share any common functionalities between microservices and make them...
30 Nov 2017 by Dave Kreskowiak
Put your shared methods in its own Class Library project. You can then add a reference to this project from your other microservices projects and use them however you need.
6 Feb 2019 by Aydin Homay
Hi I think, API Gateway, I have to mention that the topic is related to service composition. So you first need to answer this question that what is your service composition strategy? Are you going to rely on orchestration or choreography? Service choreography will not lead you to build an API...
27 Feb 2020 by Ramakrishna.Pathuri
The Serverless vs. Microservices architecture design what does the future of business computing look? However, we are building large and complex microservice-based applications for a Property management system for hotels (for example, when...