This application consists of:
- Simple database with one Todo table.
- Simple Controller that implements CRUD operations on Todo table.
Do you want to learn more?
- Read article on Code Project site.
- Find more samples on SQL Server samples GitHub
Run & Deploy
- Create new database on SQL Server 2016 or Azure SQL.
- Execute setup.sql script to create Todo table and populate it with sample data
- Open xproj file in Visual Studio 2015 and set connection string in Startup.cs file.
- Run project and call REST api on /api/Todo URL.