Skip to content

Commit 2b73bc6

Browse files
committed
Readme updates
1 parent b02b3f0 commit 2b73bc6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Microservice Example using .NET and MariaDB
22

3-
This repository provides a simple example of a microservice architecture using a [Microsoft .NET](https://dotnet.microsoft.com/en-us/learn/dotnet/what-is-dotnet) solution with [MariaDB](https://mariadb.com) that contains:
3+
This repository provides a simple example of a microservice architecture using a [Microsoft .NET](https://dotnet.microsoft.com/en-us/learn/dotnet/what-is-dotnet) solution with [Entity Framework](https://docs.microsoft.com/ef/) and [MariaDB](https://mariadb.com) that contains:
44

55
* Two microservice ([Web API](https://dotnet.microsoft.com/en-us/apps/aspnet/apis)) projects
66
* One API Gateway project
@@ -23,7 +23,7 @@ This repository provides a simple example of a microservice architecture using a
2323
3. [Anatomy of the app](#app)
2424
4. [Confifgure the application](#config)
2525
5. [Build and run the app](#build-run)
26-
4. [Requirements to run the app](#requirements)
26+
4. [Helpful Resources](#helpful-resources)
2727
5. [Support and contribution](#support-contribution)
2828
6. [License](#license)
2929

@@ -134,6 +134,10 @@ Depending on how you've setup your environment you may have the option to build
134134
* [Visual Studio](https://docs.microsoft.com/en-us/visualstudio/ide/walkthrough-building-an-application?view=vs-2022) - build and run the solution by first opening the [Demo.sln file](Demo.sln]) using the Visual Studio IDE
135135
* [dotnet CLI](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-run) - build and run the solution by using the dotnet command with the [Demo.sln file](Demo.sln).
136136

137+
## Helpful Resources <a name="helpful-resources"></a>
138+
139+
Webinar: [Creating Microservices with .NET 6, Entity Framework and MariaDB](https://go.mariadb.com/22Q1-WBN-OSSG-GLBL-Microservices-.Net-Entity-Framework-2021-12-21_Registration-LP.html)
140+
137141
## Support and Contribution <a name="support-contribution"></a>
138142

139143
Thanks so much for taking a look at this sample app! As this is a simple example, there's plenty of potential for improvement and customization. Please feel free to submit PR's to the project to include your modifications!

0 commit comments

Comments
 (0)