Tag Archives: MVC

LtiLibrary is now a NuGet Package

To make it even easier to add IMS LTI support to your learning app, I wrapped LtiLibrary into its own NuGet Package. To add LtiLibrary to your application, run the following command in the Package Manager Console: PM> Install-Package LtiLibrary … Continue reading

Posted in Uncategorized | Tagged , , , , , | 7 Comments

Customizing External Login Buttons in Sample Consumer

Ran across this… Customizing External Login Buttons in ASP.NET MVC 4. Now you see this… http://consumer.azurewebsites.net/Account/Login

Posted in Uncategorized | Tagged | Leave a comment

Sample Provider Overview

If you’ve been watching source code repository for this blog, you’ll know there is probably a sample provider website to go along with the sample consumer website…and there is! The sample provider website at http://provider.azurewebsites.net has the following features: Register … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Updated Sample Consumer

The sample consumer website at consumer.azurewebsites.net has had a lot of updates over the last month: Restructured as a “traditional” LMS or portal style website. Assignments are organized into courses. Users are teachers, students, or both and can be enrolled … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

The Launch Action

In my last post I mentioned that I had just posted a sample LTI Consumer app on CodePlex. Consumer is an ASP.NET MVC 4.5 app (it also uses Entity Framework 5, jQuery, jQuery UI, Chosen, tiny-mce, and qtip). Most of … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment