Go to file
Stephen Halter 0ab560e086 Add UseServices overload that takes a Func returning IServiceProvider
- This should be useful for third-party IoC containers
2014-06-16 18:32:20 -07:00
samples/KWebStartup
src Add UseServices overload that takes a Func returning IServiceProvider 2014-06-16 18:32:20 -07:00
test Add UseServices overload that takes a Func returning IServiceProvider 2014-06-16 18:32:20 -07:00
.gitattributes
.gitignore
CONTRIBUTING.md
Hosting.sln
LICENSE.txt
NuGet.Config
README.md
build.cmd
build.sh Updating build.sh based on KRuntime changes 2014-06-10 17:22:35 -07:00
global.json
makefile.shade

README.md

Hosting

The Hosting repo contains code required to host an ASP.NET vNext application, it is the entry point used when self-hosting an application.

This project is part of ASP.NET vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the Home repo.