https://github.com/kstkolev/rpg
A console application, created by using the programming language C#, Entity Framework, Visual Studio and MS SQL.
https://github.com/kstkolev/rpg
c-sharp entity-framework mssql ssms visual-studio
Last synced: 29 days ago
JSON representation
A console application, created by using the programming language C#, Entity Framework, Visual Studio and MS SQL.
- Host: GitHub
- URL: https://github.com/kstkolev/rpg
- Owner: KStKolev
- Created: 2024-12-27T17:37:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-28T18:37:29.000Z (over 1 year ago)
- Last Synced: 2025-02-19T04:48:12.988Z (over 1 year ago)
- Topics: c-sharp, entity-framework, mssql, ssms, visual-studio
- Language: C#
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Guide for successfully cloning and running RPG console application.
STEP 1: Download and install Visual Studio from the official Microsoft website.
STEP 2: Go to section "Code", which is located on a green button around the start of the repository. Click on it.
STEP 3: Copy the presented link from the HTTPS section.
STEP 4: Open the terminal and go to the directory of your choosing. Type git clone and CTRL + V (which pastes the link for the application), and press enter.
STEP 5: Download SSMS (SQL Server Management Studio) from the official website.
STEP 6: After Installing it, go to the search tab and type "Services".
STEP 7: After clicking on it, search for SQL Server (SQLEXPRESS) and start the service.
STEP 8: Open SSMS. After launching it, a tab named "Connect to Server" will pop up. Write "(local)\SQLEXPRESS" on the Server name and press Connect.
STEP 9: Open RPG directory with the application folders inside it. Open the folder named "RPG" and click on "RPG.sln"
STEP 10: After Visual Studio launches "RPG.sln", click on the green arrow at the top of the IDE.
And That's it!
Here's some pictures showing the console application in action.