https://github.com/pencsharpener/demos.dotnetweb
Console applications to experiment with EF and MySql (Pomelo)
https://github.com/pencsharpener/demos.dotnetweb
Last synced: 12 months ago
JSON representation
Console applications to experiment with EF and MySql (Pomelo)
- Host: GitHub
- URL: https://github.com/pencsharpener/demos.dotnetweb
- Owner: penCsharpener
- License: mit
- Created: 2019-07-14T13:32:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:49:41.000Z (over 3 years ago)
- Last Synced: 2025-02-25T14:40:36.637Z (over 1 year ago)
- Language: C#
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demos.DotnetWeb
A collection of various tutorials I followed to learn different web development techniques and frameworks.
## 1. Demo.EntityFramework.MySql
Console applications to experiment with EF and MySql (Pomelo) based on [How to Access MySQL Database with Entity Framework Core](https://www.youtube.com/watch?v=N10QW_AIOnI).