NHibernate Forge
The official new home for the NHibernate for .NET community
Sign in
|
Join
|
Help
Home
Blog
Wikis
Groups
Reference
Issue tracker
Source Code
noviembre 2008 - NHibernate blog
NHibernate blog
Home
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Recent Posts
Dynamic LINQ to NHibernate
S#arp Lite: The Basics
NH Mapping by code VS the Untouchable DB
Automatic Mapping: Pluralize table names
Using NH3.2 mapping by code for Automatic Mapping
NHibernate 3 Beginners Guide published
Generate better NHibernate logs
Using <set /> in mappings without Iesi.Collections (.Net 4)
Effective NHibernate Session management for web apps
Integrating Adobe Flex Applications with NHibernate
Tags
AOP
ASP.NET MVC
caches
collections
configuration
fluent configuration
HowTo
HQL
identity
lazy loading
linq
mapping
News
NH2.1
NHibernate
NHibernate Documentation
proxy
query
querying
Release
Session
SQL Server 2008
validation
Validator
WPF
View more
Archives
noviembre 2011 (2)
septiembre 2011 (3)
agosto 2011 (1)
mayo 2011 (1)
marzo 2011 (3)
febrero 2011 (3)
enero 2011 (4)
diciembre 2010 (4)
noviembre 2010 (1)
octubre 2010 (3)
septiembre 2010 (1)
agosto 2010 (1)
julio 2010 (5)
junio 2010 (1)
mayo 2010 (3)
abril 2010 (2)
febrero 2010 (1)
diciembre 2009 (4)
noviembre 2009 (5)
octubre 2009 (4)
septiembre 2009 (3)
agosto 2009 (13)
julio 2009 (8)
junio 2009 (10)
mayo 2009 (12)
abril 2009 (24)
marzo 2009 (11)
febrero 2009 (12)
enero 2009 (3)
diciembre 2008 (3)
noviembre 2008 (9)
octubre 2008 (16)
septiembre 2008 (22)
agosto 2008 (7)
Sort by:
Most Recent
|
Most Viewed
|
Most Commented
NH with Multiple Assembly versions in GAC
I know that the title have something strange because NH don’t have nothing to do with GAC, but in NH-JIRA we have an issue with this title: “NHibernate does not support multiple versions of the same assembly for entity mapping” Perhaps...
Published
jue, nov 27 2008 12:32 p.m.
by
Fabio Maulo
Filed under:
NHibernate
,
GAC
Populating Entities With Associations From Stored Procedures With NHibernate
Note: this was originally posted on my own blog . In response to my last post where i showed how you could fill entities with the resultset of a stored procedure , i was asked if it was also possible to fill entities and their associations if the stored...
Published
lun, nov 24 2008 3:27 a.m.
by
Davy Brion
Populating Entities From Stored Procedures With NHibernate
Note: this was orginally posted on my own blog . A short while ago we needed to fetch the data for some entities through a stored procedure for performance reasons. We already use NHibernate in the typical way to fetch and modify the data of this entity...
Published
dom, nov 23 2008 3:37 p.m.
by
Davy Brion
NHibernate hbm2ddl
NHibernate has a number of configuration options: Enabling statistics, Caching etc. You can check more from here I will now talk about an unknown feature(well, at least I didn’t know until I implement SchemaValidator): hbm2ddl.auto Hbm2ddl.auto...
Published
dom, nov 23 2008 12:04 a.m.
by
Tuna Toksoz
NHibernate SchemaValidator
This post was originally posted here NHibernate provides a number of tools for developers to manage their database. I prefer mapping driven approach in which I let NHibernate generate the schema for database for me. By that way, I only concentrate on...
Published
sáb, nov 22 2008 11:55 p.m.
by
Tuna Toksoz
Mapping Source: How map a class without use nothing
I don’t know how many times you heard a mad man talking about “mapping source” in NHibernate… Map a class in NH without use XML at all ? only a crazy man can say that . As usual an entity implementation: public class Animal {...
Published
dom, nov 16 2008 9:13 p.m.
by
Fabio Maulo
Filed under:
BuildSessionFactory
,
HowTo
,
NHibernate
,
Mapping source
NHibernate.Burrow 1.0.1 GA is released!
NHibernate.Burrow is a light weight middleware developed to support .Net applications using NHibernate (maybe also referred as NH in this article) as ORM framework by providing advanced and smart session/transaction management and other facilitates. This...
Published
vie, nov 14 2008 5:45 p.m.
by
kailuowang
Filed under:
release Burrow 2.0.1GA 1.0.1GA
NH2.1.0: Bytecode providers
This post is an update of “Reference to Castle removed” . In the trunk we had removed all dependency from any kind of “Proxy framework” trough various implementations of IProxyFactoryFactory . There is not a specific default Proxy...
Published
dom, nov 09 2008 12:04 p.m.
by
Fabio Maulo
Filed under:
proxy
,
NH2.1
1
2
Next >