Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jke94/solutionrepositorypattern
A little example of how seed random data in the database when the web application is launched. Using SQL Server as data provider and code first strategy to build the application.
https://github.com/jke94/solutionrepositorypattern
efcore net5 sqlite sqlserver
Last synced: about 1 month ago
JSON representation
A little example of how seed random data in the database when the web application is launched. Using SQL Server as data provider and code first strategy to build the application.
- Host: GitHub
- URL: https://github.com/jke94/solutionrepositorypattern
- Owner: jke94
- Created: 2021-08-23T14:37:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T16:26:26.000Z (over 3 years ago)
- Last Synced: 2024-11-13T15:54:10.871Z (3 months ago)
- Topics: efcore, net5, sqlite, sqlserver
- Language: C#
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .NET 5 (C#) + EF Core: Data seeding (🍺) when the web application is launched 🔛
A little example of how seed random data in the database when the web application is launched. Using SQL Server as data provider and code first strategy to build the application.# Medium Post
[.NET 5 (C#) + EF Core: Data seeding (🍺) when the web application is launched 🔛](Update URL)## Description
In this project has been used the following tools and NuGet Packages to extract the metric solutions:
- [Visual Studio Community 2019](https://visualstudio.microsoft.com/es/vs/community/)
- [SQL Server Management Studio](https://docs.microsoft.com/es-es/sql/ssms)## Getting Started
### Dependencies or tool necessaries
* Visual Studio Community 2019
* .NET 5.0### Installing
* Clone project.
* Open SolutionRepositoryPattern.sln## Help
Any advice for common problems or issues.
## Authors
Javier Carracedo
Twitter Profile: [@JaviKarra94](https://twitter.com/JaviKarra94)
## Version History
## License
This project is licensed under the [Mit License](https://github.com/jke94/NetCoreCoverage/blob/dev/LICENSE), see the LICENSE.md file for details.