Sql Server 2000 (edit)
1) Northwind DB
Download link
https://www.microsoft.com/en-us/download/confirmation.aspx?id=23654
Could not find stored procedure ‘sp_dboption’ – How to handle it?
2) POCO Generator
https://www.codeproject.com/Articles/892233/POCO-Generator
https://www.codeproject.com/Articles/1012100/Use-EF-Power-Tool-to-generate-EF-POCO-classes
Introduction to entity framework reverse poco generator for visual studio
https://marketplace.visualstudio.com/items?itemName=SimonHughes.EntityFrameworkReversePOCOGenerator
3) EF DB Code First
https://weblogs.asp.net/scottgu/code-first-development-with-entity-framework-4
https://weblogs.asp.net/scottgu/using-ef-code-first-with-an-existing-database
https://github.com/sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
https://www.brentozar.com/archive/2018/06/new-stack-overflow-public-database-available-2018-06
https://blogs.msdn.microsoft.com/adonet/2010/07/14/ef-feature-ctp4-walkthrough-code-first/
4) ASP.NET Application Security
ASP.NET Identity Database First Approach
https://mono.software/2017/11/17/asp-net-identity-database-first-approach/