-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
115 lines (89 loc) · 2.44 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
Hello!
This is the code from the MvcCOnf Real World Application Development with Mvc3 NHibernate, FluentNHibernate and Castle Windsor. These are my awesome notes for the presentation... think of them as a poor mans slide deck
The Castle version is 2.5.2, and the NHibernateFacility is a custom build, I will be making a pull request, so hopefull it will make it in, or something similar will soon
URLs
Castle
http://castleproject.org/
http://stw.castleproject.org/
http://groups.google.com/group/castle-project-users
NHibernate
http://nhforge.org/Default.aspx
http://groups.google.com/group/nhusers
FluentNHibernate
http://fluentnhibernate.org/
http://groups.google.com/group/fluent-nhibernate
http://stackoverflow.com/questions/tagged/fluent-nhibernate
AutoMapper
http://automapper.codeplex.com/
FEEDBACK! pretty please :)
http://spkr8.com/t/5520
Thanks :D
@chriscanal
Mvc Configuration
----------------------
New Mvc DI goodness?
- Mvc 1/2
- IControllerFactory
- Mvc 3 - borked
- IDependencyResolver
- IControllerActivator
- IViewActivator
- Goals
Castle.Core
Castle.Windsor
global.asax
- Registering installers
WindsorControllerFactory
- GetControllerInstance
- UpdateRequestHost - will return to
- ReleaseController
MvcControllerInstaller
- BasedOn usage
- If, can chain
- Confguire
- Lifestyle
MvcComponentsInstaller
- Goals
- *ContextHost
- WindsorControllerFactory UpdateRequestHost
- UsingFactoryMethod
- *Helper
----------------------
Logging
----------------------
- LoggingInstaller
- Castle.Facilities.Logging
- Log4net
- NLog
----------------------
Persistence
----------------------
- Goals
- Tools
- NHibernate
- FluentNHibernate
- NHibernateFacility
- TransactionFacility
- PersistenceInstaller
- TransactionFacility
- NHibernateFacility
- IConfigurationBuilder/FluentNHibernateConfigurationBuilder
- INHibernateConfiguration/DefaultNHibernateConfiguration
- RealWorldNHibernateConfiguration
- DefaultStormConventions
- ForeignKeyConvention
- CategoryOverride
----------------------
AutoMapperInstaller
----------------------
- Mapper.Initialize
- RegisterMapperEngine
- SetAutoMappedViewResultMapMethod
- BrowseController - example
----------------------
Providers
----------------------
- Can we squeeze in FluentMvc?
- ModelBinderProvidersInstaller
- Factory
- ModelValidatorInstaller