Monday, April 11, 2016

ASP.NET MVC 4 test project in VS 2015...

- when EF DB 1st, give PascalCase singluar names to tables, otherwise generated model class names like session_activity will be ugly and non-standard
- 1st attempt to generate model classes from DB semi-failed, files were created, but looked unlinked to project; reopening helped

http://docs.asp.net/en/latest/tutorials/your-first-aspnet-application.html                              
http://docs.asp.net/en/latest/tutorials/first-web-api.html                                              
http://www.asp.net/mvc/overview/getting-started/database-first-development/creating-the-web-application

No comments:

Post a Comment