Skip to content

oguzhaneren/AspNetCoreComposition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.Net Core Composition Example

app.CreateBranch(new PathString("/context1"), env, loggerFactory, _services, new Context1.Startup(Configuration));
app.CreateBranch(new PathString("/context2"), env, loggerFactory, _services, new Context2.Startup(Configuration));

About

ASP.Net Core Composition Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published