What are microservices, and what is a microservices architecture? Microservices, or microservices architecture, is an approach to application development in which a large application is built from modular components or services. Each module supports a specific task or business goal and uses a simple, well-defined interface, such as an application programming interface (API), to communicate with other sets of services with Microsoft consulting firm.
APIs step by step
API (Application Programming Interface), which is a software intermediary that allows two applications to talk to each other. Each time you use an app like Facebook, send an instant message, or check the weather on your phone, you’re using an API.
In this part I am going to show Implementation of APIs, Rest API, Web API.
Web Services and WCF step by step
A web service is any piece of software that makes itself available over the internet and uses a standardized XML messaging system. XML is used to encode all communications to a web service. For example, a client invokes a web service by sending an XML message, then waits for a corresponding XML response. As all communication is in XML, web services are not tied to any one operating system or programming language—Java can talk with Perl; Windows applications can talk with Unix applications
Microsoft Azure step by step
Azure is a public cloud computing platform—with solutions including Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS) that can be used for services such as analytics, virtual computing, storage, networking, and much more. It can be used to replace or supplement your on-premise servers. Azure is a fast, flexible, and affordable platform, and its pricing and capabilities make it the best public cloud offering on the market. Now let’s take a look at how to put it to work for you.
For more information click here
In this part we are going through Azure platform, its Services, functions, APs, etc. step by step
Azure DevOps
Azure DevOps provides developer services for allowing teams to plan work, collaborate on code development, and build and deploy applications. Azure DevOps supports a collaborative culture and set of processes that bring together developers, project managers, and contributors to develop software. It allows organizations to create and improve products at a faster pace than they can with traditional software development approaches.
In this part we are going through Azure DevOps, how to start, how to configure and how to use DevOps
Kubernetes Service step by step
Azure Kubernetes Service (AKS) offers server less Kubernetes, an integrated continuous integration and continuous delivery (CI/CD) experience, and enterprise-grade security and governance. Unite your development and operations teams on a single platform to rapidly build, deliver, and scale applications with confidence.
In this section we are going to show how to use your applications on AKS. and Deploy and manage containerized applications more easily with a fully managed Kubernetes service.
Dependency Injection
We explain DI Pattern, DIP, Icon, DI Container
This is planned to be a concise tutorial on Dependency Injection Pattern and related topics: Dependency inversion principle (DIP), Inversion of control (Icon) principle, and Dependency Injection Container (aka Icon container). While short, this tutorial goes into enough breadth and depth to provide a solid overview of the topics. It is well suited for those that need to master basic concepts fast.


0 Comments