berkerpeksag

Stories kicked by berkerpeksag

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

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

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

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