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
- Host: GitHub
- URL: https://github.com/danhpaiva/users-mvc-net
- Owner: danhpaiva
- License: mit
- Created: 2022-10-01T18:28:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T15:53:20.000Z (over 3 years ago)
- Last Synced: 2025-08-30T13:43:04.310Z (10 months ago)
- Topics: csharp, hacktoberfest, mvc, visual-studio-code
- Language: HTML
- Homepage:
- Size: 872 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Project in .Net of a simple registration of users
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