Skip to content

A small ASP.NET (MVC/C#) application to import a CSV file into MSSQL. It is using the Entity Framework code first to create the database from a class.

Notifications You must be signed in to change notification settings

rjbullock/ASP-MVC-import-csv-File-to-SQL-Entity-Framework-Code-First

Repository files navigation

ASP-MVC-import-csv-File-to-SQL-Entity-Framework-Code-First

This is a small web application using ASP.NET (MVC/C#), and JavaScript to import a CSV file for persons details through the interface and save the details in an MSSQL database. It is using the Entity Framework code first to create the database from a class. The application allow data to be viewed, edited and deleted from within the interface and validate all input. The CSV file has some errors ,the application is handling this when importing the file.

About

A small ASP.NET (MVC/C#) application to import a CSV file into MSSQL. It is using the Entity Framework code first to create the database from a class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published