2/5/20 Update

Since last weeks update I have again changed back to a ASP.Net Web Application. I essentially started from scratch and am making a Library Shop. I have a database created in MSSQ called Library_Dev. Everything else is in Visual Studio. I created all the .cs files that will be needed and link some together through foreign keys. I have also set up a migration where i can input “update-database” in the Package Manager Console so the database gets updated with all the tables i add and and information within those tables. In the MSSQ photo, that is just an example of being able to run raw SQL queries on the database connected to Visual Studio. Within each table, you can look at all the items and see which are primary keys and foreign keys etc… As for the Visual Studio photo, you can see the migration added with everything that is sent to the database. You can also view all the .cs files under the folder “Models.” Below is the “Package Manager Console” where i first started with “add-migration” to make everything flow. More to come next week. So far, I have not run into any issues yet.

Leave a comment

Design a site like this with WordPress.com
Get started