- HelloWorldExtensibleAPI:
- WebAPI that returns text for two functions:
- Hello World!
/api/Hello
- An overridden/custom Hello [anyone] that takes input!
/api/Hello?audience={0}
- Hello World!
- MVC site that calls API functions via AJAX
- Uses responsive Bootstrap and jQuery
- WebAPI that returns text for two functions:
- HelloWorldExtensibleDB
- SQL Server Data Tools project (SSDT) that contains potential table DDL for MSSQL HelloWorldExtensibleDB
- Connectionstring for database added to site's Web.Config above and EntityFramework6 added
- Site and API are hosted here.