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
octubre 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
The best way to solve NHibernate bugs? Submit good unit test
There's no better way to explain some code-related issue than providing a test for them, and that is what any NH team member is going to ask you no matter how clearly you described it; that said.. why not being smart enough to provide it since the...
Published
sáb, oct 04 2008 8:04 a.m.
by
Crad
Filed under:
HowTo
entity-name in action: Entity Abstraction
Another time I start from : “Program to an interface and not to an implementation” I want have the same approach, I’m using for DAOs, Models, Presenters, Validation, and so on, for my domain. The domain: public interface IEntity <TIdentity>...
Published
vie, oct 31 2008 7:53 p.m.
by
Fabio Maulo
Filed under:
NH2.1
,
Entity-Name
,
Inversion of Control
Bulk Data Operations With NHibernate's Stateless Sessions
Note: this was originally posted on my own blog In my previous post , i showed how you can configure NHibernate to batch create/update/delete statements and what kind of performance benefits you can get from it. In this post, we're going to take this...
Published
jue, oct 30 2008 9:28 p.m.
by
Davy Brion
Filed under:
bulk
,
Stateless
,
Session
How Test your mappings: the Ghostbuster
In NHibernate, when you have the FlushMode configured to AutoFlush , session.Flush() is called when NH detects a dirty entity instance and when a query with an intersected QuerySpace is performed. (The QuerySpace is represented by all tables affected...
Published
lun, oct 20 2008 3:48 p.m.
by
Fabio Maulo
Filed under:
mapping
,
NHibernate
,
Tests
Less than GoF is hbm
In Less than “Few” is GoF I show how have a single implementation for the whole domain entities using Tuplizers . In this post I will show another NH2.1 feature : EntityMode .Map Suppose you want prototype the persistence of your application;...
Published
jue, oct 16 2008 2:30 p.m.
by
Fabio Maulo
Filed under:
NHibernate
,
Dynamic-Map
,
Entity-Name
,
EntityMode
NHibernate.Spatial 1.0.0 Beta1 released
I'm proud to announce the first release of NHibernate.Spatial . This extension allows you to handle data in a spatial database using .NET objects and HQL queries in a way compliant with Open Geospatial Consortium specifications . Currently we support...
Published
mié, oct 01 2008 12:44 a.m.
by
Ricardo Stuven
Filed under:
MsSqlSpatial
,
OpenGIS
,
OGC
,
SQL Server 2008
,
PostGis
,
NTS
,
SQL Server
,
GIS
,
spatial
NHibernate.Spatial 1.0.0 Beta2 released
Yes, it has been a few days since 1.0.0 Beta1 release , but why we should wait so much for more goodness? :-) Beta2 brings a new MySQL spatial dialect and gets Npgsql updated to 2.0RTM. You can download it here . Enjoy!
Published
mié, oct 08 2008 9:36 a.m.
by
Ricardo Stuven
Filed under:
MsSqlSpatial
,
OpenGIS
,
OGC
,
SQL Server 2008
,
PostGis
,
NTS
,
SQL Server
,
GIS
,
spatial
,
MySQL
NH2.1.0: Reference to Castle removed
The NH trunk do no longer have dependency from Castle project; Castle.DynamicProxy2 are now only the default option. All dependency to Castle was moved to : NHibernate.ProxyGenerators.CastleDynamicProxy To continue working using lazy-loading, exactly...
Published
sáb, oct 11 2008 7:58 p.m.
by
Fabio Maulo
Filed under:
proxy
,
lazy loading
,
ProxyGenerators
,
NHibernate
,
Deploy
,
Castle
,
NH2.1
1
2
Next >