zcz527 / autofac

Automatically exported from code.google.com/p/autofac
Other
0 stars 0 forks source link

How use autofac to resolve? It's too hard to read your wiki!!! #360

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
the solution include project's:

SolutionDemo
|
|--ConsoleDemo
   |--Program.exe
   |--App.config
|--IBLL
   |--IBUser.cs
|--BLL
   |--BUser.cs
|--IDAL
   |--IDbUser.cs
|--DAL
   |--DbUser.cs

Please tell me what to do to run the ConsoleDemo.exe.

and i think you should give some demo app,about web/winform/'s.

I know the simple codes in web app,but like this,a solution include more than 
one project to resolve,I can't do anything.

Original issue reported on code.google.com by djy...@gmail.com on 16 Apr 2012 at 6:16

GoogleCodeExporter commented 8 years ago
The Getting Started wiki page 
(http://code.google.com/p/autofac/wiki/GettingStarted) has some good 
information including a link to a tutorial on CodeProject 
(http://www.codeproject.com/KB/architecture/di-with-autofac.aspx). Another good 
resource to use for asking questions is StackOverflow 
(http://stackoverflow.com). Finally, you can also ask questions on the 
discussion group 9https://groups.google.com/forum/#forum/autofac).

If you have some specific issue with Autofac (e.g., bug or feature request), 
please feel free to file an issue; otherwise, for clarification/help, please 
pursue one of the above options.

Original comment by travis.illig on 22 May 2012 at 1:00