Download TinCan.NET
Description
Using the TinCan specifications, this C# MVC project attempts to provide endpoints for TinCan compliant clients.
Icons
Source Files
The download file tincan.zip has the following entries.
.gitignore/*from w w w . j a v a2s .c o m*/
TinCan.LRS.Web/TinCan.LRS.Web.Tests/App.config
TinCan.LRS.Web/TinCan.LRS.Web.Tests/Controllers/HomeControllerTest.cs
TinCan.LRS.Web/TinCan.LRS.Web.Tests/Properties/AssemblyInfo.cs
TinCan.LRS.Web/TinCan.LRS.Web.Tests/TinCan.LRS.Web.Tests.csproj
TinCan.LRS.Web/TinCan.LRS.Web.Tests/packages.config
TinCan.LRS.Web/TinCan.LRS.Web.sln
TinCan.LRS.Web/TinCan.LRS.Web/App_Start/AuthConfig.cs
TinCan.LRS.Web/TinCan.LRS.Web/App_Start/BundleConfig.cs
TinCan.LRS.Web/TinCan.LRS.Web/App_Start/FilterConfig.cs
TinCan.LRS.Web/TinCan.LRS.Web/App_Start/RouteConfig.cs
TinCan.LRS.Web/TinCan.LRS.Web/App_Start/WebApiConfig.cs
TinCan.LRS.Web/TinCan.LRS.Web/Bootstrapper.cs
TinCan.LRS.Web/TinCan.LRS.Web/Components/InMemoryStorage.cs
TinCan.LRS.Web/TinCan.LRS.Web/Content/Site.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/images/ui-icons_222222_256x240.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/images/ui-icons_2e83ff_256x240.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/images/ui-icons_454545_256x240.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/images/ui-icons_888888_256x240.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/jquery-ui.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/jquery.ui.accordion.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/jquery.ui.all.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/jquery.ui.autocomplete.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/jquery.ui.base.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/jquery.ui.button.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/jquery.ui.core.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/jquery.ui.datepicker.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/jquery.ui.dialog.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/jquery.ui.progressbar.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/jquery.ui.resizable.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/jquery.ui.selectable.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/jquery.ui.slider.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/jquery.ui.tabs.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/jquery.ui.theme.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/images/ui-icons_222222_256x240.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/images/ui-icons_2e83ff_256x240.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/images/ui-icons_454545_256x240.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/images/ui-icons_888888_256x240.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/images/ui-icons_cd0a0a_256x240.png
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/jquery-ui.min.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/jquery.ui.accordion.min.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/jquery.ui.autocomplete.min.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/jquery.ui.button.min.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/jquery.ui.core.min.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/jquery.ui.datepicker.min.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/jquery.ui.dialog.min.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/jquery.ui.progressbar.min.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/jquery.ui.resizable.min.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/jquery.ui.selectable.min.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/jquery.ui.slider.min.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/jquery.ui.tabs.min.css
TinCan.LRS.Web/TinCan.LRS.Web/Content/themes/base/minified/jquery.ui.theme.min.css
TinCan.LRS.Web/TinCan.LRS.Web/Controllers/AccountController.cs
TinCan.LRS.Web/TinCan.LRS.Web/Controllers/ActivitiesController.cs
TinCan.LRS.Web/TinCan.LRS.Web/Controllers/HomeController.cs
TinCan.LRS.Web/TinCan.LRS.Web/Controllers/StateController.cs
TinCan.LRS.Web/TinCan.LRS.Web/Controllers/StatementsController.cs
TinCan.LRS.Web/TinCan.LRS.Web/Controllers/xApiController.cs
TinCan.LRS.Web/TinCan.LRS.Web/Filters/AddAcrhHeaderAttribute.cs
TinCan.LRS.Web/TinCan.LRS.Web/Filters/AddOptionsSupportAttribute.cs
TinCan.LRS.Web/TinCan.LRS.Web/Filters/AllowCrossSiteJsonAttribute.cs
TinCan.LRS.Web/TinCan.LRS.Web/Filters/InitializeSimpleMembershipAttribute.cs
TinCan.LRS.Web/TinCan.LRS.Web/Global.asax
TinCan.LRS.Web/TinCan.LRS.Web/Global.asax.cs
TinCan.LRS.Web/TinCan.LRS.Web/Images/accent.png
TinCan.LRS.Web/TinCan.LRS.Web/Images/bullet.png
TinCan.LRS.Web/TinCan.LRS.Web/Images/heroAccent.png
TinCan.LRS.Web/TinCan.LRS.Web/Images/orderedList0.png
TinCan.LRS.Web/TinCan.LRS.Web/Images/orderedList1.png
TinCan.LRS.Web/TinCan.LRS.Web/Images/orderedList2.png
TinCan.LRS.Web/TinCan.LRS.Web/Images/orderedList3.png
TinCan.LRS.Web/TinCan.LRS.Web/Images/orderedList4.png
TinCan.LRS.Web/TinCan.LRS.Web/Images/orderedList5.png
TinCan.LRS.Web/TinCan.LRS.Web/Images/orderedList6.png
TinCan.LRS.Web/TinCan.LRS.Web/Images/orderedList7.png
TinCan.LRS.Web/TinCan.LRS.Web/Images/orderedList8.png
TinCan.LRS.Web/TinCan.LRS.Web/Images/orderedList9.png
TinCan.LRS.Web/TinCan.LRS.Web/Models/AccountModels.cs
TinCan.LRS.Web/TinCan.LRS.Web/Models/AccountObject.cs
TinCan.LRS.Web/TinCan.LRS.Web/Models/Activity.cs
TinCan.LRS.Web/TinCan.LRS.Web/Models/ActivityDefinition.cs
TinCan.LRS.Web/TinCan.LRS.Web/Models/Actor.cs
TinCan.LRS.Web/TinCan.LRS.Web/Models/Agent.cs
TinCan.LRS.Web/TinCan.LRS.Web/Models/Attachment.cs
TinCan.LRS.Web/TinCan.LRS.Web/Models/Authority.cs
TinCan.LRS.Web/TinCan.LRS.Web/Models/Context.cs
TinCan.LRS.Web/TinCan.LRS.Web/Models/Group.cs
TinCan.LRS.Web/TinCan.LRS.Web/Models/InteractionActivity.cs
TinCan.LRS.Web/TinCan.LRS.Web/Models/InverseFunctionalIdentifier.cs
TinCan.LRS.Web/TinCan.LRS.Web/Models/LanguageMap.cs
TinCan.LRS.Web/TinCan.LRS.Web/Models/Result.cs
TinCan.LRS.Web/TinCan.LRS.Web/Models/Statement.cs
TinCan.LRS.Web/TinCan.LRS.Web/Models/Verb.cs
TinCan.LRS.Web/TinCan.LRS.Web/Models/XObject.cs
TinCan.LRS.Web/TinCan.LRS.Web/Models/XVersion.cs
TinCan.LRS.Web/TinCan.LRS.Web/Properties/AssemblyInfo.cs
TinCan.LRS.Web/TinCan.LRS.Web/Scripts/_references.js
TinCan.LRS.Web/TinCan.LRS.Web/Scripts/jquery-1.7.1-vsdoc.js
TinCan.LRS.Web/TinCan.LRS.Web/Scripts/jquery-1.7.1.js
TinCan.LRS.Web/TinCan.LRS.Web/Scripts/jquery-1.7.1.min.js
TinCan.LRS.Web/TinCan.LRS.Web/Scripts/jquery-ui-1.8.20.js
TinCan.LRS.Web/TinCan.LRS.Web/Scripts/jquery-ui-1.8.20.min.js
TinCan.LRS.Web/TinCan.LRS.Web/Scripts/jquery.unobtrusive-ajax.js
TinCan.LRS.Web/TinCan.LRS.Web/Scripts/jquery.unobtrusive-ajax.min.js
TinCan.LRS.Web/TinCan.LRS.Web/Scripts/jquery.validate-vsdoc.js
TinCan.LRS.Web/TinCan.LRS.Web/Scripts/jquery.validate.js
TinCan.LRS.Web/TinCan.LRS.Web/Scripts/jquery.validate.min.js
TinCan.LRS.Web/TinCan.LRS.Web/Scripts/jquery.validate.unobtrusive.js
TinCan.LRS.Web/TinCan.LRS.Web/Scripts/jquery.validate.unobtrusive.min.js
TinCan.LRS.Web/TinCan.LRS.Web/Scripts/knockout-2.1.0.debug.js
TinCan.LRS.Web/TinCan.LRS.Web/Scripts/knockout-2.1.0.js
TinCan.LRS.Web/TinCan.LRS.Web/Scripts/modernizr-2.5.3.js
TinCan.LRS.Web/TinCan.LRS.Web/Services/IStorage.cs
TinCan.LRS.Web/TinCan.LRS.Web/TinCan.LRS.Web.Publish.xml
TinCan.LRS.Web/TinCan.LRS.Web/TinCan.LRS.Web.csproj
TinCan.LRS.Web/TinCan.LRS.Web/TinCan.LRS.Web.csproj.user
TinCan.LRS.Web/TinCan.LRS.Web/Unity.Mvc4.README.txt
TinCan.LRS.Web/TinCan.LRS.Web/Unity.WebAPI.README.txt
TinCan.LRS.Web/TinCan.LRS.Web/Views/Account/ExternalLoginConfirmation.cshtml
TinCan.LRS.Web/TinCan.LRS.Web/Views/Account/ExternalLoginFailure.cshtml
TinCan.LRS.Web/TinCan.LRS.Web/Views/Account/Login.cshtml
TinCan.LRS.Web/TinCan.LRS.Web/Views/Account/Manage.cshtml
TinCan.LRS.Web/TinCan.LRS.Web/Views/Account/Register.cshtml
TinCan.LRS.Web/TinCan.LRS.Web/Views/Account/_ChangePasswordPartial.cshtml
TinCan.LRS.Web/TinCan.LRS.Web/Views/Account/_ExternalLoginsListPartial.cshtml
TinCan.LRS.Web/TinCan.LRS.Web/Views/Account/_RemoveExternalLoginsPartial.cshtml
TinCan.LRS.Web/TinCan.LRS.Web/Views/Account/_SetPasswordPartial.cshtml
TinCan.LRS.Web/TinCan.LRS.Web/Views/Home/About.cshtml
TinCan.LRS.Web/TinCan.LRS.Web/Views/Home/Contact.cshtml
TinCan.LRS.Web/TinCan.LRS.Web/Views/Home/Index.cshtml
TinCan.LRS.Web/TinCan.LRS.Web/Views/Shared/Error.cshtml
TinCan.LRS.Web/TinCan.LRS.Web/Views/Shared/_Layout.cshtml
TinCan.LRS.Web/TinCan.LRS.Web/Views/Shared/_LoginPartial.cshtml
TinCan.LRS.Web/TinCan.LRS.Web/Views/Web.config
TinCan.LRS.Web/TinCan.LRS.Web/Views/_ViewStart.cshtml
TinCan.LRS.Web/TinCan.LRS.Web/Web.Debug.config
TinCan.LRS.Web/TinCan.LRS.Web/Web.Release.config
TinCan.LRS.Web/TinCan.LRS.Web/Web.config
TinCan.LRS.Web/TinCan.LRS.Web/config/unity.config
TinCan.LRS.Web/TinCan.LRS.Web/favicon.ico
TinCan.LRS.Web/TinCan.LRS.Web/packages.config
TinCan.LRS.Web/packages/CommonServiceLocator.1.0/CommonServiceLocator.1.0.nupkg
TinCan.LRS.Web/packages/CommonServiceLocator.1.0/CommonServiceLocator.1.0.nuspec
TinCan.LRS.Web/packages/CommonServiceLocator.1.0/lib/NET35/Microsoft.Practices.ServiceLocation.XML
TinCan.LRS.Web/packages/CommonServiceLocator.1.0/lib/NET35/Microsoft.Practices.ServiceLocation.dll
TinCan.LRS.Web/packages/CommonServiceLocator.1.0/lib/NET35/Microsoft.Practices.ServiceLocation.pdb
TinCan.LRS.Web/packages/CommonServiceLocator.1.0/lib/SL30/Microsoft.Practices.ServiceLocation.XML
TinCan.LRS.Web/packages/CommonServiceLocator.1.0/lib/SL30/Microsoft.Practices.ServiceLocation.dll
TinCan.LRS.Web/packages/DotNetOpenAuth.AspNet.4.0.3.12153/DotNetOpenAuth.AspNet.4.0.3.12153.nupkg
TinCan.LRS.Web/packages/DotNetOpenAuth.AspNet.4.0.3.12153/lib/net40-full/DotNetOpenAuth.AspNet.dll
TinCan.LRS.Web/packages/DotNetOpenAuth.AspNet.4.0.3.12153/lib/net40-full/DotNetOpenAuth.AspNet.xml
TinCan.LRS.Web/packages/DotNetOpenAuth.Core.4.0.3.12153/DotNetOpenAuth.Core.4.0.3.12153.nupkg
TinCan.LRS.Web/packages/DotNetOpenAuth.Core.4.0.3.12153/lib/net40-full/DotNetOpenAuth.Core.dll
TinCan.LRS.Web/packages/DotNetOpenAuth.Core.4.0.3.12153/lib/net40-full/DotNetOpenAuth.Core.xml
TinCan.LRS.Web/packages/DotNetOpenAuth.OAuth.Consumer.4.0.3.12153/DotNetOpenAuth.OAuth.Consumer.4.0.3.12153.nupkg
TinCan.LRS.Web/packages/DotNetOpenAuth.OAuth.Consumer.4.0.3.12153/lib/net40-full/DotNetOpenAuth.OAuth.Consumer.dll
TinCan.LRS.Web/packages/DotNetOpenAuth.OAuth.Consumer.4.0.3.12153/lib/net40-full/DotNetOpenAuth.OAuth.Consumer.xml
TinCan.LRS.Web/packages/DotNetOpenAuth.OAuth.Core.4.0.3.12153/DotNetOpenAuth.OAuth.Core.4.0.3.12153.nupkg
TinCan.LRS.Web/packages/DotNetOpenAuth.OAuth.Core.4.0.3.12153/lib/net40-full/DotNetOpenAuth.OAuth.dll
TinCan.LRS.Web/packages/DotNetOpenAuth.OAuth.Core.4.0.3.12153/lib/net40-full/DotNetOpenAuth.OAuth.xml
TinCan.LRS.Web/packages/DotNetOpenAuth.OpenId.Core.4.0.3.12153/DotNetOpenAuth.OpenId.Core.4.0.3.12153.nupkg
TinCan.LRS.Web/packages/DotNetOpenAuth.OpenId.Core.4.0.3.12153/lib/net40-full/DotNetOpenAuth.OpenId.dll
TinCan.LRS.Web/packages/DotNetOpenAuth.OpenId.Core.4.0.3.12153/lib/net40-full/DotNetOpenAuth.OpenId.xml
TinCan.LRS.Web/packages/DotNetOpenAuth.OpenId.RelyingParty.4.0.3.12153/DotNetOpenAuth.OpenId.RelyingParty.4.0.3.12153.nupkg
TinCan.LRS.Web/packages/DotNetOpenAuth.OpenId.RelyingParty.4.0.3.12153/lib/net40-full/DotNetOpenAuth.OpenId.RelyingParty.dll
TinCan.LRS.Web/packages/DotNetOpenAuth.OpenId.RelyingParty.4.0.3.12153/lib/net40-full/DotNetOpenAuth.OpenId.RelyingParty.xml
TinCan.LRS.Web/packages/EntityFramework.5.0.0/Content/App.config.transform
TinCan.LRS.Web/packages/EntityFramework.5.0.0/Content/Web.config.transform
TinCan.LRS.Web/packages/EntityFramework.5.0.0/EntityFramework.5.0.0.nupkg
TinCan.LRS.Web/packages/EntityFramework.5.0.0/lib/net40/EntityFramework.dll
TinCan.LRS.Web/packages/EntityFramework.5.0.0/lib/net40/EntityFramework.xml
TinCan.LRS.Web/packages/EntityFramework.5.0.0/lib/net45/EntityFramework.dll
TinCan.LRS.Web/packages/EntityFramework.5.0.0/lib/net45/EntityFramework.xml
TinCan.LRS.Web/packages/EntityFramework.5.0.0/tools/EntityFramework.PS3.psd1
TinCan.LRS.Web/packages/EntityFramework.5.0.0/tools/EntityFramework.PowerShell.Utility.dll
TinCan.LRS.Web/packages/EntityFramework.5.0.0/tools/EntityFramework.PowerShell.dll
TinCan.LRS.Web/packages/EntityFramework.5.0.0/tools/EntityFramework.psd1
TinCan.LRS.Web/packages/EntityFramework.5.0.0/tools/EntityFramework.psm1
TinCan.LRS.Web/packages/EntityFramework.5.0.0/tools/Redirect.VS11.config
TinCan.LRS.Web/packages/EntityFramework.5.0.0/tools/Redirect.config
TinCan.LRS.Web/packages/EntityFramework.5.0.0/tools/about_EntityFramework.help.txt
TinCan.LRS.Web/packages/EntityFramework.5.0.0/tools/init.ps1
TinCan.LRS.Web/packages/EntityFramework.5.0.0/tools/install.ps1
TinCan.LRS.Web/packages/EntityFramework.5.0.0/tools/migrate.exe
TinCan.LRS.Web/packages/Microsoft.AspNet.Mvc.4.0.20710.0/Microsoft.AspNet.Mvc.4.0.20710.0.nupkg
TinCan.LRS.Web/packages/Microsoft.AspNet.Mvc.4.0.20710.0/lib/net40/System.Web.Mvc.dll
TinCan.LRS.Web/packages/Microsoft.AspNet.Mvc.4.0.20710.0/lib/net40/System.Web.Mvc.xml
TinCan.LRS.Web/packages/Microsoft.AspNet.Mvc.4.0.30506.0/Microsoft.AspNet.Mvc.4.0.30506.0.nupkg
TinCan.LRS.Web/packages/Microsoft.AspNet.Mvc.4.0.30506.0/Microsoft.AspNet.Mvc.4.0.30506.0.nuspec
TinCan.LRS.Web/packages/Microsoft.AspNet.Mvc.4.0.30506.0/lib/net40/System.Web.Mvc.dll
TinCan.LRS.Web/packages/Microsoft.AspNet.Mvc.4.0.30506.0/lib/net40/System.Web.Mvc.xml
TinCan.LRS.Web/packages/Microsoft.AspNet.Razor.2.0.20710.0/Microsoft.AspNet.Razor.2.0.20710.0.nupkg
TinCan.LRS.Web/packages/Microsoft.AspNet.Razor.2.0.20710.0/lib/net40/System.Web.Razor.dll
TinCan.LRS.Web/packages/Microsoft.AspNet.Razor.2.0.20710.0/lib/net40/System.Web.Razor.xml
TinCan.LRS.Web/packages/Microsoft.AspNet.Razor.2.0.30506.0/Microsoft.AspNet.Razor.2.0.30506.0.nupkg
TinCan.LRS.Web/packages/Microsoft.AspNet.Razor.2.0.30506.0/Microsoft.AspNet.Razor.2.0.30506.0.nuspec
TinCan.LRS.Web/packages/Microsoft.AspNet.Razor.2.0.30506.0/lib/net40/System.Web.Razor.dll
TinCan.LRS.Web/packages/Microsoft.AspNet.Razor.2.0.30506.0/lib/net40/System.Web.Razor.xml
TinCan.LRS.Web/packages/Microsoft.AspNet.Web.Optimization.1.0.0/Microsoft.AspNet.Web.Optimization.1.0.0.nupkg
TinCan.LRS.Web/packages/Microsoft.AspNet.Web.Optimization.1.0.0/lib/net40/System.Web.Optimization.dll
TinCan.LRS.Web/packages/Microsoft.AspNet.WebApi.4.0.20710.0/Microsoft.AspNet.WebApi.4.0.20710.0.nupkg
TinCan.LRS.Web/packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/Microsoft.AspNet.WebApi.Client.4.0.20710.0.nupkg
TinCan.LRS.Web/packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/lib/net40/System.Net.Http.Formatting.dll
TinCan.LRS.Web/packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/lib/net40/System.Net.Http.Formatting.xml
TinCan.LRS.Web/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/Microsoft.AspNet.WebApi.Core.4.0.20710.0.nupkg
TinCan.LRS.Web/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/content/web.config.transform
TinCan.LRS.Web/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/lib/net40/System.Web.Http.dll
TinCan.LRS.Web/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/lib/net40/System.Web.Http.xml
TinCan.LRS.Web/packages/Microsoft.AspNet.WebApi.Core.4.0.30506.0/Microsoft.AspNet.WebApi.Core.4.0.30506.0.nupkg
TinCan.LRS.Web/packages/Microsoft.AspNet.WebApi.Core.4.0.30506.0/Microsoft.AspNet.WebApi.Core.4.0.30506.0.nuspec
TinCan.LRS.Web/packages/Microsoft.AspNet.WebApi.Core.4.0.30506.0/content/web.config.transform
TinCan.LRS.Web/packages/Microsoft.AspNet.WebApi.Core.4.0.30506.0/lib/net40/System.Web.Http.dll
TinCan.LRS.Web/packages/Microsoft.AspNet.WebApi.Core.4.0.30506.0/lib/net40/System.Web.Http.xml
TinCan.LRS.Web/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0.nupkg
TinCan.LRS.Web/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/lib/net40/System.Web.Http.WebHost.dll
TinCan.LRS.Web/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/lib/net40/System.Web.Http.WebHost.xml
TinCan.LRS.Web/packages/Microsoft.AspNet.WebApi.WebHost.4.0.30506.0/Microsoft.AspNet.WebApi.WebHost.4.0.30506.0.nupkg
TinCan.LRS.Web/packages/Microsoft.AspNet.WebApi.WebHost.4.0.30506.0/Microsoft.AspNet.WebApi.WebHost.4.0.30506.0.nuspec
TinCan.LRS.Web/packages/Microsoft.AspNet.WebApi.WebHost.4.0.30506.0/lib/net40/System.Web.Http.WebHost.dll
TinCan.LRS.Web/packages/Microsoft.AspNet.WebApi.WebHost.4.0.30506.0/lib/net40/System.Web.Http.WebHost.xml
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.2.0.20710.0/Microsoft.AspNet.WebPages.2.0.20710.0.nupkg
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.Helpers.dll
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.Helpers.xml
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Deployment.dll
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Deployment.xml
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Razor.dll
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Razor.xml
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.dll
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.xml
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.2.0.30506.0/Microsoft.AspNet.WebPages.2.0.30506.0.nupkg
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.2.0.30506.0/Microsoft.AspNet.WebPages.2.0.30506.0.nuspec
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.2.0.30506.0/lib/net40/System.Web.Helpers.dll
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.2.0.30506.0/lib/net40/System.Web.Helpers.xml
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.2.0.30506.0/lib/net40/System.Web.WebPages.Deployment.dll
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.2.0.30506.0/lib/net40/System.Web.WebPages.Deployment.xml
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.2.0.30506.0/lib/net40/System.Web.WebPages.Razor.dll
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.2.0.30506.0/lib/net40/System.Web.WebPages.Razor.xml
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.2.0.30506.0/lib/net40/System.Web.WebPages.dll
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.2.0.30506.0/lib/net40/System.Web.WebPages.xml
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.Data.2.0.20710.0/Microsoft.AspNet.WebPages.Data.2.0.20710.0.nupkg
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.Data.2.0.20710.0/lib/net40/WebMatrix.Data.dll
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.Data.2.0.20710.0/lib/net40/WebMatrix.Data.xml
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.OAuth.2.0.20710.0/Microsoft.AspNet.WebPages.OAuth.2.0.20710.0.nupkg
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.OAuth.2.0.20710.0/lib/net40/Microsoft.Web.WebPages.OAuth.dll
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.OAuth.2.0.20710.0/lib/net40/Microsoft.Web.WebPages.OAuth.xml
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.WebData.2.0.20710.0/Microsoft.AspNet.WebPages.WebData.2.0.20710.0.nupkg
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.WebData.2.0.20710.0/lib/net40/WebMatrix.WebData.dll
TinCan.LRS.Web/packages/Microsoft.AspNet.WebPages.WebData.2.0.20710.0/lib/net40/WebMatrix.WebData.xml
TinCan.LRS.Web/packages/Microsoft.Net.Http.2.0.20710.0/Microsoft.Net.Http.2.0.20710.0.nupkg
TinCan.LRS.Web/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.WebRequest.dll
TinCan.LRS.Web/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.WebRequest.xml
TinCan.LRS.Web/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.dll
TinCan.LRS.Web/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.xml
TinCan.LRS.Web/packages/Microsoft.Net.Http.2.0.20710.0/lib/net45/_._
TinCan.LRS.Web/packages/Microsoft.Web.Infrastructure.1.0.0.0/Microsoft.Web.Infrastructure.1.0.0.0.nupkg
TinCan.LRS.Web/packages/Microsoft.Web.Infrastructure.1.0.0.0/lib/net40/Microsoft.Web.Infrastructure.dll
TinCan.LRS.Web/packages/Microsoft.jQuery.Unobtrusive.Ajax.2.0.20710.0/Content/Scripts/jquery.unobtrusive-ajax.js
TinCan.LRS.Web/packages/Microsoft.jQuery.Unobtrusive.Ajax.2.0.20710.0/Content/Scripts/jquery.unobtrusive-ajax.min.js
TinCan.LRS.Web/packages/Microsoft.jQuery.Unobtrusive.Ajax.2.0.20710.0/Microsoft.jQuery.Unobtrusive.Ajax.2.0.20710.0.nupkg
TinCan.LRS.Web/packages/Microsoft.jQuery.Unobtrusive.Validation.2.0.20710.0/Content/Scripts/jquery.validate.unobtrusive.js
TinCan.LRS.Web/packages/Microsoft.jQuery.Unobtrusive.Validation.2.0.20710.0/Content/Scripts/jquery.validate.unobtrusive.min.js
TinCan.LRS.Web/packages/Microsoft.jQuery.Unobtrusive.Validation.2.0.20710.0/Microsoft.jQuery.Unobtrusive.Validation.2.0.20710.0.nupkg
TinCan.LRS.Web/packages/Modernizr.2.5.3/Content/Scripts/modernizr-2.5.3.js
TinCan.LRS.Web/packages/Modernizr.2.5.3/Modernizr.2.5.3.nupkg
TinCan.LRS.Web/packages/Newtonsoft.Json.4.5.6/Newtonsoft.Json.4.5.6.nupkg
TinCan.LRS.Web/packages/Newtonsoft.Json.4.5.6/lib/net40/Newtonsoft.Json.dll
TinCan.LRS.Web/packages/Newtonsoft.Json.4.5.6/lib/net40/Newtonsoft.Json.xml
TinCan.LRS.Web/packages/Unity.2.1.505.2/Unity.2.1.505.2.nupkg
TinCan.LRS.Web/packages/Unity.2.1.505.2/Unity.2.1.505.2.nuspec
TinCan.LRS.Web/packages/Unity.2.1.505.2/lib/NET35/Microsoft.Practices.Unity.Configuration.dll
TinCan.LRS.Web/packages/Unity.2.1.505.2/lib/NET35/Microsoft.Practices.Unity.Configuration.xml
TinCan.LRS.Web/packages/Unity.2.1.505.2/lib/NET35/Microsoft.Practices.Unity.dll
TinCan.LRS.Web/packages/Unity.2.1.505.2/lib/NET35/Microsoft.Practices.Unity.xml
TinCan.LRS.Web/packages/Unity.2.1.505.2/lib/SL30/Microsoft.Practices.Unity.Silverlight.dll
TinCan.LRS.Web/packages/Unity.2.1.505.2/lib/SL30/Microsoft.Practices.Unity.Silverlight.xml
TinCan.LRS.Web/packages/Unity.2.1.505.2/tools/Utils.psm1
TinCan.LRS.Web/packages/Unity.2.1.505.2/tools/install.ps1
TinCan.LRS.Web/packages/Unity.Mvc4.1.1.0.0/Unity.Mvc4.1.1.0.0.nupkg
TinCan.LRS.Web/packages/Unity.Mvc4.1.1.0.0/Unity.Mvc4.1.1.0.0.nuspec
TinCan.LRS.Web/packages/Unity.Mvc4.1.1.0.0/content/Bootstrapper.cs.pp
TinCan.LRS.Web/packages/Unity.Mvc4.1.1.0.0/content/Unity.Mvc4.README.txt
TinCan.LRS.Web/packages/Unity.Mvc4.1.1.0.0/lib/net40/Unity.Mvc4.dll
TinCan.LRS.Web/packages/Unity.WebAPI.0.10/Build.bat
TinCan.LRS.Web/packages/Unity.WebAPI.0.10/Unity.WebAPI.0.10.nupkg
TinCan.LRS.Web/packages/Unity.WebAPI.0.10/Unity.WebAPI.0.10.nuspec
TinCan.LRS.Web/packages/Unity.WebAPI.0.10/content/Bootstrapper.cs.pp
TinCan.LRS.Web/packages/Unity.WebAPI.0.10/content/Unity.WebAPI.README.txt
TinCan.LRS.Web/packages/Unity.WebAPI.0.10/lib/net40/Unity.WebApi.dll
TinCan.LRS.Web/packages/WebGrease.1.1.0/WebGrease.1.1.0.nupkg
TinCan.LRS.Web/packages/WebGrease.1.1.0/lib/Antlr3.Runtime.dll
TinCan.LRS.Web/packages/WebGrease.1.1.0/lib/WebGrease.dll
TinCan.LRS.Web/packages/WebGrease.1.1.0/tools/WG.exe
TinCan.LRS.Web/packages/jQuery.1.7.1.1/Content/Scripts/jquery-1.7.1-vsdoc.js
TinCan.LRS.Web/packages/jQuery.1.7.1.1/Content/Scripts/jquery-1.7.1.js
TinCan.LRS.Web/packages/jQuery.1.7.1.1/Content/Scripts/jquery-1.7.1.min.js
TinCan.LRS.Web/packages/jQuery.1.7.1.1/Tools/common.ps1
TinCan.LRS.Web/packages/jQuery.1.7.1.1/Tools/install.ps1
TinCan.LRS.Web/packages/jQuery.1.7.1.1/Tools/jquery-1.7.1.intellisense.js
TinCan.LRS.Web/packages/jQuery.1.7.1.1/Tools/uninstall.ps1
TinCan.LRS.Web/packages/jQuery.1.7.1.1/jQuery.1.7.1.1.nupkg
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-icons_222222_256x240.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-icons_2e83ff_256x240.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-icons_454545_256x240.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-icons_888888_256x240.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery-ui.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.accordion.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.all.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.autocomplete.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.base.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.button.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.core.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.datepicker.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.dialog.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.progressbar.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.resizable.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.selectable.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.slider.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.tabs.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/jquery.ui.theme.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-icons_222222_256x240.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-icons_2e83ff_256x240.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-icons_454545_256x240.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-icons_888888_256x240.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/images/ui-icons_cd0a0a_256x240.png
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery-ui.min.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery.ui.accordion.min.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery.ui.autocomplete.min.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery.ui.button.min.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery.ui.core.min.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery.ui.datepicker.min.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery.ui.dialog.min.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery.ui.progressbar.min.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery.ui.resizable.min.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery.ui.selectable.min.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery.ui.slider.min.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery.ui.tabs.min.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Content/themes/base/minified/jquery.ui.theme.min.css
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Scripts/jquery-ui-1.8.20.js
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/Content/Scripts/jquery-ui-1.8.20.min.js
TinCan.LRS.Web/packages/jQuery.UI.Combined.1.8.20.1/jQuery.UI.Combined.1.8.20.1.nupkg
TinCan.LRS.Web/packages/jQuery.Validation.1.9.0.1/Content/Scripts/jquery.validate-vsdoc.js
TinCan.LRS.Web/packages/jQuery.Validation.1.9.0.1/Content/Scripts/jquery.validate.js
TinCan.LRS.Web/packages/jQuery.Validation.1.9.0.1/Content/Scripts/jquery.validate.min.js
TinCan.LRS.Web/packages/jQuery.Validation.1.9.0.1/jQuery.Validation.1.9.0.1.nupkg
TinCan.LRS.Web/packages/knockoutjs.2.1.0/Content/Scripts/knockout-2.1.0.debug.js
TinCan.LRS.Web/packages/knockoutjs.2.1.0/Content/Scripts/knockout-2.1.0.js
TinCan.LRS.Web/packages/knockoutjs.2.1.0/knockoutjs.2.1.0.nupkg
TinCan.LRS.Web/packages/repositories.config
Download
Click the following link to download tincan.zip.
tincan.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »