Skip to content

A basic MVC application using Entity Framework with a Code First approach.

Notifications You must be signed in to change notification settings

tbentham/MyFirstMVCApp

Repository files navigation

MVC App using Entity Framework with 'Code First' approach

Potential further improvements

  • Improve efficiency (and modularity) by creating separate entities for Address, Telephone and Age, as multiple customers may share the same details.

  • Standardise addresses by asking for a post code and building number/name, then using a post code finder to fill in the address fields. This would validate the address and prevent the same address being stored with slight variations.

  • Add security measures, e.g. encrypt private data, prevent SQL injection.

About

A basic MVC application using Entity Framework with a Code First approach.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published