All of these samples (except SimpleLti) are based on the Visual Studio C# ASP.NET Web Application template.
Full blown LTI Tool Consumer with users, classes, and assignments. Supports Launch, Outcomes, and Content-Item Message.
Purpose built LTI Tool Consumer that passes all the 1.0, 1.1, 1.1.1, 1.2, and Outcomes-1 certification tests. See the Lti1Controller for the launch code, ProfileController for the ToolConsumerProfile, and OutcomesController for Outcomes 1.0.
Full blown LTI Tool Provider with users and consumers. Supports Launch, Outcomes, and Content-Item Message.
A single app that performs as both a TC and a TP. Has both MVC and WebForms pages.