fabiomaulo

Stories kicked by fabiomaulo

Duck Typing with NHibernate(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 2 years, 10 months ago

NHibernate working with anonymous types read more...

add a comment |category: |Views: 22

tags: another

NHibernate 2.1.0 : Executable queries(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years ago

NHibernate's news about executable HQL. read more...

add a comment |category: |Views: 28

tags: another

Oh… beautiful SQL(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years ago

The result of a OO delete (using HQL)... read more...

add a comment |category: |Views: 15

tags: another

NH2.1: Executable HQL(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years ago

New feature in NHibernate read more...

add a comment |category: |Views: 21

tags: another

A Spring in NHibernate’s Conversation per Business Transaction(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years ago

Implementation of CpBT using Spring AOP. read more...

add a comment |category: |Views: 46

tags: another

NUnitEx: assertion.Should().Satisfy(lambda);(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years, 1 month ago

New NUnitEx syntax based on lambda expressions (pure .NET-language-based assertions). read more...

add a comment |category: |Views: 4

tags: another

Tuning NHibernate: Tolerant QueryCache(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years, 1 month ago

A tuned QueryCache for NHibernate. read more...

add a comment |category: |Views: 13

tags: another

Ensuring updates on Flush(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years, 1 month ago

How have full control over NHibernate updates disabling auto-dirty-check. read more...

add a comment |category: |Views: 6

tags: another

NUnitEx : assertion.Should().Be.Fluent();(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years, 2 months ago

New features of NUnitEx (NUnit extensions for fluent assertions). read more...

add a comment |category: |Views: 10

tags: another

NUnitEx : News(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years, 2 months ago

NUnitEx : NUnit Extensions API review after feedback. read more...

add a comment |category: |Views: 6

tags: another

NUnitEx : actual.Should().EqualTo(expected)(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years, 2 months ago

Extensions working on-top of NUnit. The intention of the project is to be a “base-line” of a possible API implementation for NUnit3.0. As me, Charlie Poole, think that “to have the code available is different than few-words and with this project we can "test" the acceptance of a possible API based on .Net3.5” (the phrase is mine and Charlie simply said “great!”)..... read more...

add a comment |category: |Views: 6

tags: another

NH2.1.0: generators behavior explained(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years, 3 months ago

Diving in generators behavior. In the last year we saw an increment of NHibernate’s users and sometimes they are ignoring some facts, by the way I'm hoping this post will be useful to “old” users too. I will try to show you what happen behind the scene and hopefully this will be one of the bases, of your decision, when you must choose a POID generator strategy.... read more...

add a comment |category: |Views: 191

tags: another

Diving in NHibernate.Validator(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years, 3 months ago

Surfing in the NET, to find some NHibernate.Validator (NHV) example, I saw that there are various things not so clear about how NHV is working. In this post I’ll try to give you a more deep explication.... read more...

1 comment |category: |Views: 284

tags: another

NHibernate.Validator: fluent-interface configuration(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years, 3 months ago

Fluent interface configuration for NHibernate.Validator explained. read more...

add a comment |category: |Views: 279

tags: another

NHV.Loquacious : fluent-configuration for NHV(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years, 3 months ago

The new EMBEDDED configuration, based on fluent-interface implementation, for NHibernate.Validator. read more...

add a comment |category: |Views: 146

tags: another

Persistence Conversation – Part 2: Configuring the conversation(gustavoringel.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years, 3 months ago

Part 2 of a step-by-step example of the Conversation-per-BusinessTransaction pattern (using NHibernate and IoC) read more...

add a comment |category: |Views: 7

tags: another