tehlike

Stories submitted by tehlike

Extending Castle MicroKernel / EnrichWith facility(devlicio.us)

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

In this post, I tried to explain ways of Castle Microkernel and implemented a cool feature of SM (EnrichWith) in castle. read more...

add a comment |category: |Views: 11

tags: another

Querying on Child Count With NHibernate(devlicio.us)

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

In this post, I try to show how one can query on number of children of a parent. read more...

add a comment |category: |Views: 49

tags: another

What is a build script? Writing MsBuild Scripts - Part I(devlicio.us)

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

In this post series I will try to explain MsBuild. In this post, I am explaining the need for a build script. read more...

add a comment |category: |Views: 466

tags: another

Fast Add Reference Dialog for VS 2010(devlicio.us)

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

I have spent a couple of days on implementing a fast add reference dialog box for Visual Studio. The time of adding a reference has been a great time to have some coffee, to have lunch, or even a way to save economy (remember, developer time costs money!). read more...

add a comment |category: |Views: 464

tags: another

Id Generation for db4o(devlicio.us)

submitted by tehliketehlike(1000) 2 years, 8 months 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: 186

tags: another

Remoting issues w/ auto properties(devlicio.us)

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

In this post Derik Whittaker shows that how our friend automatic properties can lead to problems that are hard to detect. read more...

add a comment |category: |Views: 19

tags: another

Delay All Your Decisions(devlicio.us)

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

In this post Casey mentions about the consept of delayed decisions and gives examples from his team. read more...

add a comment |category: |Views: 4

tags: another

Introduction to NHibernate, pt.5 - Mapping Value Types(codebetter.com)

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

In this post author mentions about mapping value types in nhibernate. read more...

add a comment |category: |Views: 109

tags: another

NHibernate POID Generators revealed(devlicio.us)

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

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

add a comment |category: |Views: 146

tags: another

Open Source Maturity Model Explored(devlicio.us)

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

In this post Tim Barcz discusses the maturity criteria for open source projects and give samples from many known .net projects. read more...

add a comment |category: |Views: 4

tags: another

S#arp Architecture 1.0 RC 2 Released!(devlicio.us)

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

S#arp Architecture 1.0 RC 2 has been released at http://code.google.com/p/sharp-architecture/downloads. Billy McCafferty mentions about S#arp Application improvements in this post. read more...

add a comment |category: |Views: 12

tags: another

An Improvement on SessionFactory initialization(devlicio.us)

submitted by tehliketehlike(1000) 2 years, 10 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

A Few NHibernate Tips (devlicio.us)

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

In this post, Billy McCafferty shares a few tips on NHibernate. Those tips include the structure of mapping files, things to pay attention on associations and mapping strategies. read more...

add a comment |category: |Views: 28

tags: another

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

submitted by tehliketehlike(1000) 3 years 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

Castle Custom Component Activators(tunatoksoz.com)

submitted by tehliketehlike(1000) 3 years 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: 105

tags: another

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

submitted by tehliketehlike(1000) 3 years 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: 951

tags: another