Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.