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

https://github.com/danhpaiva/users-mvc-net

👤~ Project in .Net of a simple registration of users
https://github.com/danhpaiva/users-mvc-net

csharp hacktoberfest mvc visual-studio-code

Last synced: 10 months ago
JSON representation

👤~ Project in .Net of a simple registration of users

Awesome Lists containing this project

README

          


Project in .Net of a simple registration of users



Net


Status
Objective
Installation
Technology
Author
License


✔️ Concluded ✔️

📜 Objective

Study and develop codes that will be useful in everyday life.

Command lines used here:

create project
~~~
dotnet new mvc
~~~

run the project
~~~
dotnet watch run
~~~

integration with sqlserver
~~~
dotnet add package Microsoft.EntityFrameWorkCore.SqlServer
~~~

framework
~~~
dotnet add package Microsoft.EntityFrameWorkCore.Design
~~~

create migrations
~~~
dotnet ef migrations add AdicionaTabelaContato
~~~

update the database
~~~
dotnet ef database update
~~~

☑️ Installation

1. Clone the repository
2. Choose the project
3. Run it

🧰 Technology

The following technologies were used in this project:

- GIT: Setup
- Visual Studio Code: Visual Studio Code

😄 Author


Developed by Daniel Paiva

🆓 Licence


This project is under license: MIT