Tag Archives: ASP.NET

LtiLibrary 1.6

So finally, huh! LtiLibrary (my .NET library for LTI web applications) is now at version 1.6. The big change is the addition Outcomes 2.0 (Draft). Outcomes 2.0 has been in draft status since December 2014. I hope by including support … Continue reading

Posted in Uncategorized | Tagged , , , | 8 Comments

LtiLibrary 1.5

LtiLibrary (my .NET library for LTI applications) is now at version 1.5. This coincides with IMS releasing the LTI v1.2 and LTI Outcomes v1.0 Final Specifications, http://www.imsglobal.org/lti/. LtiLibrary 1.5 also supports Content-Item Message v1.0 Public Draft (3 February 2015) and … Continue reading

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

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

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

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