363
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 15, 2024 — Nov 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing project.json schemas More... almost 12 years ago
Fixed up project.json to be more specific. More... almost 12 years ago
Removed the generated csprojes More... almost 12 years ago
Updated the sample to use the owin http abstractions glue. More... almost 12 years ago
Updated the samples project for net45 to use owin. More... almost 12 years ago
Remove packages.config More... almost 12 years ago
Updated the build. More... almost 12 years ago
Ifdef to make stuff compile on both platforms. More... almost 12 years ago
Updated the build and removed older projects. More... almost 12 years ago
Updated MVC. - Use new HttpAbstractions - Updated the build - Added new projects More... almost 12 years ago
Removed core services. More... almost 12 years ago
Renamed the solution file. More... almost 12 years ago
Removed unneeded dependencies and updated owin bits. More... almost 12 years ago
Moving compilation to Microsoft.AspNet.Mvc.Razor More... almost 12 years ago
* Migrating HtmlHelper stub * Updating project json files to new format More... almost 12 years ago
Added restore to build. More... almost 12 years ago
Nuke the bin folder More... almost 12 years ago
Moving View overloads to Controller base type More... almost 12 years ago
* Updating project structure to use the src, test, build, samples format * Adding build scripts to use K compilation. More... almost 12 years ago
Adding support for ViewData More... almost 12 years ago
Adding support for disk based views with code generation and compilation More... almost 12 years ago
Extension methods/Object content/Dummy conneg/and formurlformatter More... almost 12 years ago
Add JSON formatter support More... almost 12 years ago
Adding view engines More... almost 12 years ago
Use new reflection API More... almost 12 years ago
Added project.json files. More... almost 12 years ago
Moved the routing up a level. More... almost 12 years ago
Call into the IActionResultFactory only if the return value isn't IActionResult. More... almost 12 years ago
Small tweaks. More... almost 12 years ago
Reworked it so that it's fully action based. - The action invoker factory is the entry point to an mvc application. - The default implementation will use an IActionDescriptorProvider with a IActionInvokerProvider to resolve an IActionInvoker to invoke. More... almost 12 years ago