tehlike

Stories submitted by tehlike

Real Life Single Responsibility Principle(devlicio.us)

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

S.O.L.I.D. principles seem to be a hot topic. The guys over at LosTechies.com explored it last year in March as their topic of the month and did a great job of it. I know when I read blogs I enjoy when different authors post on similar topics. I find that often the different examples and explanations paint a clearer picture than can be had with only one example. I'd like to share an area where we use the Single Responsibility Principle (SRP) in our application read more...

add a comment |category: |Views: 32

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

NHibernate hbm2ddl(tunatoksoz.com)

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

In this post Tuna Toksoz tells about a little known configuration option namely hbm2ddl.auto read more...

add a comment |category: |Views: 121

tags: another

NHibernate SchemaValidator(tunatoksoz.com)

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

In this post Tuna tells about a new NHibernate feature: NHibernate SchemaValidator read more...

add a comment |category: |Views: 107

tags: another

Some tips on events(tunatoksoz.com)

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

In this post, Tuna explains some practices about using Events in C# read more...

add a comment |category: |Views: 16

tags: another

Castle ServiceIdResolver(tunatoksoz.com)

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

In this post, Tuna tries to explain how useful it can be to use ISubDependency in Castle. read more...

add a comment |category: |Views: 4

tags: another