
Pushing skills to a new level
Introduction As a developer, a professional, or just starting out, you must continually learn and hone your craft. There is a great way to accomplish this: first, write down objectives, then create a side project. The objective here is to create a contact solution using a SQL Server relational database and Microsoft EF Core to interact with it, implemented in a class project. Database creation Developers should consider using AI tools to build their databases, especially if they have limited experience with relational databases and proper indices. Using ChatGPT to create the database Prompt For the contact database, the following prompt was used. For Microsoft SQL Server, create a new relational database script for the following to create a contact database. Database name: Contacts Person table, gender reference table (Male, Female, Other), United States reference table, Address type reference table, Address table, Device table (Home phone, Work phone, Home email, Work email) What othe
Continue reading on Dev.to
Opens in a new tab



