using …

Pure C#

‘Alt.Net’ Kategorisi için Arşiv

NHibernate and Castle ActiveRecord Tutorial for the Uninitiated

Yazan: esersahin 17/05/2009

http://davidhayden.com/blog/dave/archive/2008/04/28/NHibernateCastleActiveRecordTutorialUninitiated.aspx

Speaking of O/R Mappers, if you are into the ActiveRecord Design Pattern and want to use an O/R Mapper that uses the ActiveRecord Pattern, don’t forget about Castle ActiveRecord:

”The Castle ActiveRecord project is an implementation of the ActiveRecord pattern for .NET. The ActiveRecord pattern consists on instance properties representing a record in the database, instance methods acting on that specific record and static methods acting on all records. Castle ActiveRecord is built on top of NHibernate, but its attribute-based mapping free the developer of writing XML for database-to-object mapping, which is needed when using NHibernate directly.”

I have talked about ActiveRecord and Castle ActiveRecord quite a bit in the past:

If you are interested in Castle ActiveRecord, The NHibernate FAQ has a new tutorial here on getting started with Castle ActiveRecord.

Yazı kategorisi: Alt.Net, Castle Active Record, NHibernate | » yorum bırak;

Castle ActiveRecord – Active Record Pattern Built on NHibernate – Rapid Application Development

Yazan: esersahin 17/05/2009

Yazı kategorisi: Alt.Net, Castle Active Record, NHibernate | » yorum bırak;

NHibernate and the Unit of Work pattern (Part 3)

Yazan: esersahin 17/05/2009

Yazı kategorisi: Alt.Net, NHibernate | » yorum bırak;

Article series on NHibernate and Fluent NHibernate – Part 2

Yazan: esersahin 17/05/2009

Yazı kategorisi: Alt.Net, NHibernate | » yorum bırak;

NHibernate and Castle Active Record (Part 1)

Yazan: esersahin 17/05/2009

Yazı kategorisi: Alt.Net, Castle Active Record, NHibernate | » yorum bırak;

Ayende On Advanced NHibernate

Yazan: esersahin 17/05/2009

Yazı kategorisi: Alt.Net, NHibernate | » yorum bırak;

David Hayden T4 Articles

Yazan: esersahin 17/05/2009

Yazı kategorisi: Alt.Net, NHibernate | » yorum bırak;

Fluent NHibernate Auto-Mapping Tutorials – O/R Mappers

Yazan: esersahin 17/05/2009

http://www.pnpguidance.net/post/FluentNHibernateAutoMappingTutorialsORMappers.aspx

I suspect that NHibernate will be gaining in momentum in the .NET Developer Community given that LINQ To SQL is dead and the Entity Framework received a vote of no confidence by the developer community at large. I think this is actually a good thing as most .NET Developers need to increase their exposure to non-Microsoft products.

Fluent-NHibernate – Losing Those Ugly XML Configuration Files

I believe Fluent NHibernate will actually help NHibernate gain momemtum given that it makes NHibernate more palatable for the average .NET Developer. It gets us out of XML Hell and allows us to use conventions over configurations to make it easier to map entities to database tables in NHibernate. I briefly talked about Fluent NHibernate in a few posts:

 

James Gregory, who is on the Fluent NHibernate team, has written a number of good tutorials recently on Fluent NHibernate to help you get up to speed on using it to help map business entities to tables in your NHibernate Applications. Here is a link to James’ category on Fluent NHibernate. Check out his tutorials.

 

You can download the Fluent NHibernate Project here.

You can learn more about O/R Mappers on my personal website.

Yazı kategorisi: Alt.Net, NHibernate | » yorum bırak;

The Beauty of Fluent NHibernate Automapping

Yazan: esersahin 17/05/2009

Yazı kategorisi: Alt.Net, NHibernate | » yorum bırak;

Chad Myers’ Blog

Yazan: esersahin 17/05/2009

Yazı kategorisi: Alt.Net, Developer | » yorum bırak;