Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Sample ASP.NET App #6

Open
IoBebe opened this issue Nov 7, 2017 · 1 comment
Open

Suggestion: Sample ASP.NET App #6

IoBebe opened this issue Nov 7, 2017 · 1 comment

Comments

@IoBebe
Copy link

IoBebe commented Nov 7, 2017

Any chance you can make a sample app that uses this wonderful library ?

Or at least a detailed TODO list of how to set it up.
Example:

  1. Add package IQuark.AppBoot
    2a. If you use Unity -> add package IQuark.AppBoot.Unity
    2b else -> implement IDependencyContainer
  2. var bootstrap = new Bootstrap(..)
    4a. If you use Unity -> bootstrap.ConfigureWithUnity
    4b. else bootstrap.Configuration.SetSettingInstance(new MyDepedencyContaienr())

etc...

step 4b is really hidden if you don't read the code.

@florinc
Copy link
Member

florinc commented Nov 8, 2017

Yes, some references on how to setup the AppBoot for different types of apps would definitely help someone to get started with it. Its on our TODO list for a while.

In the mean time, you could have a look on the examples from the Code Design training repository. The AppInfraDemo solution contains a workable setup of the AppBoot in a console app in the ConsoleApplication\Program.cs. Other examples of using or extending the AppBoot can be found in the TradingApp demo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants