Smile325 Posted September 4, 2020 Posted September 4, 2020 Hey, After some testing I started to develop a Server with C# in Backend and JS for Frontend. But for some reason I cant set up a database correctly. I tried to use EntityFramework with no success. Do you guys have a idea or maybe a tip for me, so I can start using a database? Or maybe tell me how you guys are using databases in your projects. That would be very helpful.
Division Posted September 5, 2020 Posted September 5, 2020 (edited) Do not set up EF directly into your server project. Make a new class library that holds all your database stuff and link it into your gta project. Keep in mind to use .net core class lib Edited September 5, 2020 by Division
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now