-
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
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
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
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
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
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
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
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
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