All Projects → PacktPublishing → Hands On Microservices With Csharp 8 And .net Core 3 Third Edition

PacktPublishing / Hands On Microservices With Csharp 8 And .net Core 3 Third Edition

Licence: mit
Hands-On Microservices with C# 8 and .NET Core 3, Third Edition, published by Packt

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Hands On Microservices With Csharp 8 And .net Core 3 Third Edition

Smilr
Microservices reference app showcasing a range of technologies, platforms & methodologies
Stars: ✭ 68 (+47.83%)
Mutual labels:  microservice, azure
silky
The Silky framework is designed to help developers quickly build a microservice development framework through simple code and configuration under the .net platform.
Stars: ✭ 146 (+217.39%)
Mutual labels:  microservice, dotnetcore
Dotnet Istanbul Microservices Demo
This is the demo application that i created for my talk 'Microservice Architecture & Implementation with Asp.Net Core' at Dotnet İstanbul Meetup Group.
Stars: ✭ 109 (+136.96%)
Mutual labels:  microservice, dotnetcore
Microservice
Xigadee is an open-source Microservice framework, developed by Paul Stancer and Guy Steel. The libraries provide a simple and consistent approach for building modern enterprise API and Microservice based solutions; specifically those solutions targeted on the Azure platform.
Stars: ✭ 47 (+2.17%)
Mutual labels:  microservice, azure
Microservices Reference Implementation
A reference implementation demonstrating microservices architecture and best practices for Microsoft Azure
Stars: ✭ 671 (+1358.7%)
Mutual labels:  microservice, azure
Event Sourcing Castanha
An Event Sourcing service template with DDD, TDD and SOLID. It has High Cohesion and Loose Coupling, it's a good start for your next Microservice application.
Stars: ✭ 68 (+47.83%)
Mutual labels:  microservice, dotnetcore
microservice-bootstrap
Get started with Microservices using dotnet core
Stars: ✭ 18 (-60.87%)
Mutual labels:  microservice, dotnetcore
Spring Cloud Azure
Spring Cloud integration with Azure services
Stars: ✭ 197 (+328.26%)
Mutual labels:  microservice, azure
Cosmonaut
🌐 A supercharged Azure CosmosDB .NET SDK with ORM support
Stars: ✭ 309 (+571.74%)
Mutual labels:  azure, dotnetcore
Applicationinsights Aspnetcore
ASP.NET Core web applications monitoring
Stars: ✭ 306 (+565.22%)
Mutual labels:  azure, dotnetcore
Exram.gremlinq
A .NET object-graph-mapper for Apache TinkerPop™ Gremlin enabled databases.
Stars: ✭ 84 (+82.61%)
Mutual labels:  azure, dotnetcore
Mldotnet Real Time Data Streaming Workshop
A Machine Learning and Real-Time Data Analytics Workshop
Stars: ✭ 34 (-26.09%)
Mutual labels:  azure, dotnetcore
Aspnetboilerplate Core Ng
Tutorial for ASP.NET Boilerplate Core + Angular
Stars: ✭ 61 (+32.61%)
Mutual labels:  azure, dotnetcore
Maximerouiller.azure.appservice.easyauth
.NET Core integration of Azure AppService EasyAuth
Stars: ✭ 38 (-17.39%)
Mutual labels:  azure, dotnetcore
Developing Solutions Azure Exam
This repository contains resources for the Exam AZ-203: Developing Solutions for Microsoft Azure. You can find direct links to resources and and practice resources to test yourself ☁️🎓📚
Stars: ✭ 59 (+28.26%)
Mutual labels:  azure, dotnetcore
Live.asp.net
Code for live.asp.net, which hosts the ASP.NET Community Stand-up
Stars: ✭ 295 (+541.3%)
Mutual labels:  azure, dotnetcore
Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (+1780.43%)
Mutual labels:  microservice, dotnetcore
Azure.data.wrappers
Azure Storage Simplified
Stars: ✭ 34 (-26.09%)
Mutual labels:  azure, dotnetcore
Azure Armviewer
Graphically visualize Azure Resource Manager templates NO LONGER UPDATED
Stars: ✭ 38 (-17.39%)
Mutual labels:  azure
Buildingblocks
Building blocks for Aspnet Core Microservices Development
Stars: ✭ 43 (-6.52%)
Mutual labels:  dotnetcore

$5 Tech Unlocked 2021!

Buy and download this Book for only $5 on PacktPub.com

If you have read this book, please leave a review on Amazon.com. Potential readers can then use your unbiased opinion to help them make purchase decisions. Thank you. The $5 campaign runs from December 15th 2020 to January 13th 2021.

Hands-On Microservices with C# 8 and .NET Core 3.0 - Third Edition

Hands-On Microservices with C# 8 and .NET Core 3.0 - Third Edition

This is the code repository for Hands-On Microservices with C# 8 and .NET Core 3.0 - Third Edition , published by Packt.

Refactor your monolith architecture into microservices using Azure

What is this book about?

The microservice architectural style promotes the development of complex applications as a suite of small services based on specific business capabilities. With this book, you'll take a hands-on approach to build microservices and deploy them using ASP .NET Core and Microsoft Azure.

This book covers the following exciting features: Package, deploy, and manage microservices and containers with Azure Service Fabric Use REST APIs to integrate services using a synchronous approach Protect public APIs using Azure Active Directory and OAuth 2.0 Understand the operation and scaling of microservices using Docker and Kubernetes Implement reactive microservices with Reactive Extensions Discover design patterns and best practices for building enterprise-ready apps

If you feel this book is for you, get your copy today!

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

Range book = 1..4;
var res = Books[book] ;
Console.WriteLine($"\tElement of array using Range: Books[{book}] => {Books[book]}");

Following is what you need for this book: This book is for C# and .NET Core developers who want to understand microservices architecture and implement it in their .NET Core applications. If you’re new to building microservices or have theoretical knowledge of the architectural approach, this book will help you gain a practical perspective to manage application complexity efficiently.

With the following software and hardware list you can run all code files present in the book (Chapter 1-).

Software and Hardware List

Chapter Software required OS required
All Visual Studio 2019 Windows
All SQL Server Management Windoows

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Gaurav Aroraa is a serial entrepreneur and start-up mentor. He has done an M.Phil in computer science. He is a Microsoft MVP award recipient. He is a lifetime member of the Computer Society of India (CSI), is an advisory member and senior mentor at IndiaMentor, is certified as a Scrum trainer/coach, is ITIL-F certified, and is PRINCE-F and PRINCE-P certified. He is an open source developer and a contributor to the Microsoft TechNet community. Recently, Gaurav was awarded "Icon of the year – excellence in Mentoring Technology Startups" for 2018-19 by Radio City, a Jagran initiative, for his extraordinary work during his 22-year career in the industry in the field of technology mentoring.

Ed Price is a senior program manager in engineering at Microsoft, with an MBA in technology management. He has run Microsoft customer feedback programs for Azure Development, Service Fabric, IoT, and Visual Studio. He was also a technical writer at Microsoft for 6 years, helped to lead TechNet Wiki, and now leads efforts to publish key guidance from AzureCAT (Customer Advisory Team), especially in the development of microservices. He is the coauthor of Learn to Program with Small Basic.

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].