Tag Archives: ASP.NET MVC

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

Quickly add LTI consumer outcomes support to your ASP.NET MVC web site

The IMS LTI™ outcomes service allows consumers (such as Learning Management Systems) and providers (such as an online test) to send score information back and forth. Teachers love this! No more manually entering grades into the gradebook. In this post, … Continue reading

Posted in Uncategorized | Tagged , , | 4 Comments

Quickly add LTI consumer functionality to your ASP.NET MVC web site

NOTE: This post is obsolete. LtiLibrary is now on GitHub, along with several samples. IMS LTI™ is a technology which helps one educational system interoperate with another. For example, a Learning Management System (LMS) can launch an educational tool with enough … Continue reading

Posted in Uncategorized | Tagged , | 2 Comments

Turn Your LTI 1.0 Consumer into an LTI 1.1 Consumer in 30 Minutes (or Less!)

If you have taken a peak at the source code in CodePlex lately, you may have noticed a new library project called LtiLibrary. I’m slowly pulling the LTI specific code out of Consumer (and eventually Provider) to make it easier … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Deploy ASP.NET MVC application with Membership to Azure

This article describes how to deploy an ASP.NET MVC application with the default Membership database to Azure, Deploy a Secure ASP.NET MVC application with OAuth, Membership and SQL Database – .NET Web Development and Tools Blog – Site Home – … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

IMS and SLC living together

“Human sacrifice, dogs and cats living together… mass hysteria!” – Dr. Peter Venkman Can LTI and SLC live together peacefully or will there be mass hysteria? The IMS Global Learning Consortium is “Advancing Learning Impact by Enabling the Open Foundation … Continue reading

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

Mobile UI

I’m experimenting with the jQuery Mobile and the mobile support in ASP.NET MVC. Using the Package Manager, I added jQuery.Mobile.MVC, and then created mobile specific views for Account > Login, Home > Index, and Course > Details. You might notice … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment