Prompt Detail:
Generate a prompt. Goal: Write an MVC application in .Net 7
Prompt context: Create a new MVC application
Example prompt: Write an MVC application in .Net 7 to upload data from an Excel spreadsheet to a SQL Server database. Use the NPOI package for spreadsheet operations. The target database table is described as an Entity Framework code-first class.
Add a comment