BloggingAbout.NET
Thoughts of developers
Sign in
|
Join
|
Help
Home
Blogs
Media
All Tags
»
performance
»
NHibernate
(
RSS
)
Browse Blog Posts by Tags
Showing related tags and posts for the
Blogs
application. See
all tags in the site
Sorry, but there are no more tags available to filter with.
Speeding up startup time for applications that use NHibernate
I just read a very cool NHibernate trick to let your application start faster that was mentioned by Ricardo Peres: Configuration cfg = new Configuration().Configure(); IFormatter serializer = new BinaryFormatter(); using (Stream stream = File.OpenWrite("Configuration.serialized")) { serializer...
Posted to
Ramon Smits
by
Ramon Smits
on Tue, Mar 30 2010
Filed under:
Filed under:
Performance
,
NHibernate
Page 1 of 1 (1 items)
Copyright © 2003-2010 BloggingAbout.NET