-
Recent Posts
Tags
- .NET
- ASP.NET
- ASP.NET Core
- ASP.NET Identity
- ASP.NET MVC
- aspnetcore2.0
- authentication
- Azure
- Basic Outcomes Service
- bootstrap
- BouncyCastle
- Canvas
- CodePlex
- competency based learning
- Content Item Message
- convert html
- differentiated content
- differentiated learning
- DOE
- ElSi
- Entity Framework
- Git
- GitHub
- Google Classroom
- htmlagilitypack
- html tags
- Identity Model
- Identity Server 4
- IMS
- inBloom
- jQuery
- jquery mobile
- LEA
- LTI
- LTI Advantage
- LTI Advantage Platform
- LTI Advantage Tool
- LTI Assignment and Grade Services
- LTI Consumer
- LtiLibrary
- LTI Names and Role Provisioning Services
- LTI Outcomes
- LTI Provider
- Microsoft Identity
- mobile
- MVC
- NCES
- netcore2.0
- NuGet
- OAuth
- OAuth.Net
- OAuth 2
- OAuth 2.0
- OpenID
- OpenID Connect
- OpenID Connect Third Party Login
- Outcomes
- OWIN
- sample
- Signature Base String
- SLC
- source control
- Swagger
- Swashbuckle
- Web API
- Web Forms
Archives
Meta
Category Archives: Uncategorized
Sample LTI Consumer now on Azure
The sample Consumer app I’ve been posting about is now running in the cloud on Azure, http://consumer.azurewebsites.net/. The data will get wiped out from time to time, but not too often I think. Anyone can register themselves. You must give … Continue reading
I can’t decide… CodePlex Seems to have more .NET projects than GitHub Integrates seamlessly with Visual Studio 2012 source control Presents a “front door” to the project GitHub Seems to be talked about more than CodePlex The vibe seems to … Continue reading
Building the LTI POST
In The Launch Action, I showed how the LTI link is launched: The AssignmentController.Launch method calculates all the LTI fields, saves them in the ViewBag, and loads the Assignment/Launch View. The View constructs a <form> from the data in ViewBag. … Continue reading
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
First up, LTI
I plan on using this space to blog about some stuff I’m doing with learning tools interoperability, including LTI… “Learning Tools Interoperability (LTI) is a specification developed by IMS Global Learning Consortium. The principal concept of LTI is to establish … Continue reading