Yatagan

Stories kicked by Yatagan

Id Generation for db4o(devlicio.us)

submitted by tehliketehlike(1000) 3 years ago

In this post, the author tries to show a possible way of implementing Id generation feature for db4o by using db4o's event read more...

add a comment |category: |Views: 192

tags: another

NHibernate POID Generators revealed(devlicio.us)

submitted by tehliketehlike(1000) 3 years, 2 months ago

In this post author shows some differences among identity generators for NHibernate. read more...

add a comment |category: |Views: 148

tags: another

An Improvement on SessionFactory initialization(devlicio.us)

submitted by tehliketehlike(1000) 3 years, 2 months ago

In this post the author shows a way to have faster SessionFactory initialization on NHibernate. read more...

add a comment |category: |Views: 9

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

Fluent Validation With ASP.NET MVC and Db4o(tunatoksoz.com)

submitted by tehliketehlike(1000) 3 years, 3 months ago

In this post, Tuna tries to implement validation that uses Fluent Validation as its validation framework. The approach he has taken is to apply validation rules at persistence level. read more...

add a comment |category: |Views: 353

tags: another

NH2.1.0: New generators(fabiomaulo.blogspot.com)

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

NHibernate new identity-style generators available for various dialects. read more...

add a comment |category: |Views: 273

tags: another

Castle Custom Component Activators(tunatoksoz.com)

submitted by tehliketehlike(1000) 3 years, 3 months ago

In this post, Tuna tries to explain what ComponentActivators of Windsor does, and how we can extend the framework abilities. read more...

add a comment |category: |Views: 112

tags: another

Transactional File System Operations with C#(tunatoksoz.com)

submitted by tehliketehlike(1000) 3 years, 4 months ago

In this post Tuna tries to explain his approach to transactional file system operations. This piece of code uses two of the Vista's new features namely Kernel Transaction Manager(KTM) and Transactional NTFS. read more...

1 comment |category: |Views: 1016

tags: another

Aspect Conversation-per-BusinessTransaction(fabiomaulo.blogspot.com)

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

The NHibernate Conversation-per-BusinessTransaction pattern implementation using AOP and Castle.Windsor. read more...

add a comment |category: |Views: 10

tags: another

Using Conversation per Business Transaction(fabiomaulo.blogspot.com)

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

How use the Conversation-per-Business-Transaction pattern, purely without AOP. read more...

add a comment |category: |Views: 53

tags: another

Implementing Conversation per Business Transaction(fabiomaulo.blogspot.com)

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

NHibernate session handling pattern implementation read more...

add a comment |category: |Views: 163

tags: another

Conversation-per-Business-Transaction(fabiomaulo.blogspot.com)

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

NHibernate's session handling pattern (to work especially in WPF and winForm application but useful in some other advanced scenario in WEB) read more...

add a comment |category: |Views: 180

tags: another

Is lambdas syntatic sugar, or Turkish delight?(tunatoksoz.com)

submitted by tehliketehlike(1000) 3 years, 4 months ago

In this post, Tuna tries to clarify his points on whether lambdas are syntatic sugars or not. read more...

1 comment |category: |Views: 402

tags: another

Decoupled design with events(tunatoksoz.com)

submitted by tehliketehlike(1000) 3 years, 5 months ago

In this post, Tuna tries to illustrate the use of Events as a way to have decoupled architecture. He also points out the what he thinks as a problem with Rob Conery's Akismet implementation for his Oxite Refactor. read more...

add a comment |category: |Views: 496

tags: another

Contributing to OSS – Creating a test case & patch(tunatoksoz.com)

submitted by tehliketehlike(1000) 3 years, 5 months ago

In this post Tuna tries to show how one can contribute to OSS, specifically NHibernate, projects by creating tests. read more...

add a comment |category: |Views: 78

tags: another

Writing Testable Time Dependent Code(tunatoksoz.com)

submitted by tehliketehlike(1000) 3 years, 5 months ago

In this post, Tuna shares his ideas on how to write testable time dependent code. read more...

add a comment |category: |Views: 217

tags: another