Nerd-Dinner-with-Fluent-NHibernate | Nerd Dinner - using Fluent NHibernate
kandi X-RAY | Nerd-Dinner-with-Fluent-NHibernate Summary
kandi X-RAY | Nerd-Dinner-with-Fluent-NHibernate Summary
Nerd-Dinner-with-Fluent-NHibernate is a JavaScript library. Nerd-Dinner-with-Fluent-NHibernate has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
My version of Scott Hanselman's and Scott Guthrie's Nerd Dinner ASP MVC app. This version uses Fluent NHibernate as its data persistence mechanism, NUnit for unit testing and StructureMap for Dependency Injection/Inversion of Control. In addition, this version also incorporates a JQuery Date Time Picker. As promised, I have added IoC support using StructureMap. To walk though the code, I suggest you add a breakpoint to the RegisterClasses() call in Application_Start() in Global.asax. As you can see, the change made last week has been modified. Because an IoC container is being used, there is no longer a need to manually instantiate the NHibernate Session and repositories. StructureMap now handles that work. For example, this: Application["SessionFactory"] = new SessionFactory().CreateSessionFactory();. was replaced with: Application["SessionFactory"] = ObjectFactory.GetInstance ().CreateSessionFactory();. In order to support StructureMap, a new StructureMapControllerFactory class was added. You can find it under the Controllers Folder. In order for things to work correctly with the AccountController, I had to create a new MembershipProviderFactory class that serves up the Membership.Provider instance when needed.
My version of Scott Hanselman's and Scott Guthrie's Nerd Dinner ASP MVC app. This version uses Fluent NHibernate as its data persistence mechanism, NUnit for unit testing and StructureMap for Dependency Injection/Inversion of Control. In addition, this version also incorporates a JQuery Date Time Picker. As promised, I have added IoC support using StructureMap. To walk though the code, I suggest you add a breakpoint to the RegisterClasses() call in Application_Start() in Global.asax. As you can see, the change made last week has been modified. Because an IoC container is being used, there is no longer a need to manually instantiate the NHibernate Session and repositories. StructureMap now handles that work. For example, this: Application["SessionFactory"] = new SessionFactory().CreateSessionFactory();. was replaced with: Application["SessionFactory"] = ObjectFactory.GetInstance ().CreateSessionFactory();. In order to support StructureMap, a new StructureMapControllerFactory class was added. You can find it under the Controllers Folder. In order for things to work correctly with the AccountController, I had to create a new MembershipProviderFactory class that serves up the Membership.Provider instance when needed.
Support
Quality
Security
License
Reuse
Support
Nerd-Dinner-with-Fluent-NHibernate has a low active ecosystem.
It has 10 star(s) with 2 fork(s). There are 2 watchers for this library.
It had no major release in the last 6 months.
Nerd-Dinner-with-Fluent-NHibernate has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of Nerd-Dinner-with-Fluent-NHibernate is current.
Quality
Nerd-Dinner-with-Fluent-NHibernate has no bugs reported.
Security
Nerd-Dinner-with-Fluent-NHibernate has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
Nerd-Dinner-with-Fluent-NHibernate does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
Nerd-Dinner-with-Fluent-NHibernate releases are not available. You will need to build from source code and install.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Nerd-Dinner-with-Fluent-NHibernate
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Nerd-Dinner-with-Fluent-NHibernate
Nerd-Dinner-with-Fluent-NHibernate Key Features
No Key Features are available at this moment for Nerd-Dinner-with-Fluent-NHibernate.
Nerd-Dinner-with-Fluent-NHibernate Examples and Code Snippets
No Code Snippets are available at this moment for Nerd-Dinner-with-Fluent-NHibernate.
Community Discussions
No Community Discussions are available at this moment for Nerd-Dinner-with-Fluent-NHibernate.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Nerd-Dinner-with-Fluent-NHibernate
You can download it from GitHub.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page