berko

Stories kicked by berko

Thoughts on Nerd Dinner(hackingon.net)

submitted by johnsheehanjohnsheehan(4785) 3 years, 2 months ago

A good review of the architecture of the Nerd Dinner project read more...

add a comment |category: |Views: 67

tags: another

jQuery Autocomplete JSON ASP.NET MVC(blog.schuager.com)

submitted by AngryPetsAngryPets(300) 3 years, 5 months ago

Great overview of undocumented jQuery AutoComplete. read more...

add a comment |category: |Views: 1931

tags: another

Neptune (personal SMTP testing server)(donovanbrown.com)

submitted by jonasjonas(2215) 3 years, 7 months ago

Neptune is a SMTP Development Server targeted for use in automated testing. It's a SMTP server that does not relay the message and allows you to query for messages and their content. read more...

add a comment |category: |Views: 445

tags: another

Linq.Specifications - The Project(mostlyclean.com)

submitted by berkoberko(170) 3 years, 7 months ago

In the past few weeks I have revisited the specification pattern using Linq. I have teased it, toyed with it and tricked it up. And today I announce the public availability of a project demonstrating my current thoughts. You can grab the solution from Google Code at http://code.google.com/p/linq-specifications. read more...

add a comment |category: |Views: 16

tags: another

ASP.NET MVC and Json.NET(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 7 months ago

Bringing Json.NET to ASP.NET MVC read more...

add a comment |category: |Views: 433

tags: another

ASP.net MVC goes Beta(microsoft.com)

submitted by phatboyslimphatboyslim(370) 3 years, 7 months ago

Hot on the heels of Silverlight, MVC is out of preview and into Beta today. read more...

3 comments |category: |Views: 461

tags: another

Achieving POCO s in Linq to SQL(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 7 months ago

How to get rid of Persistence Related code and making L2S Still work ! read more...

1 comment |category: |Views: 784

tags: another

Blisteringly fast Integration Tests with NHibernate and SQLite(blog.e4ums.co.uk)

submitted by chriscanalchriscanal(105) 3 years, 7 months ago

Intergration tests can be slow and can be painful to run often. In this post I cover using SQLite with NHibernate, and automatically switching between SQLite and SQL Server read more...

1 comment |category: |Views: 390

tags: another

IServiceLocator a step toward IoC container / Service locator detente(codebetter.com)

submitted by schalkvanwykschalkvanwyk(1335) 3 years, 7 months ago

Today we launched an exciting project on CodePlex, namely the Common Service Locator library. What is it? It's a shared interface that applications and frameworks can reference in order to leverage IoC containers / service location mechanisms without taking hard dependencies. read more...

1 comment |category: |Views: 227

tags: another

Linq Expressions, The Specification Pattern and Repositories - Part 3(mostlyclean.com)

submitted by berkoberko(170) 3 years, 9 months ago

Part 3 in my Linq series. Here I show how to use a simple AdHoc specification to allow the greatest possible flexibility when querying via the repository. read more...

add a comment |category: |Views: 20

tags: another

Linq Expressions, The Specification Pattern and Repositories - Part 2(mostlyclean.com)

submitted by berkoberko(170) 3 years, 9 months ago

Part 2 in my series. Here I display a flexible repository solution for handling Linq based specifications. read more...

add a comment |category: |Views: 41

tags: another

Linq Expressions, The Specification Pattern and Repositories - Part 1(mostlyclean.com)

submitted by berkoberko(170) 3 years, 9 months ago

In this upcoming series of articles I break down the use of Linq Expressions to provide a flexible, queryable repoository interface. The key to the functionality is the expression parsing and deferred execution capacity of Linq. I chose Linq to NHibernate but any other Linq provider would require zero change to the specifications and only very minor changes to the repository implementation. read more...

add a comment |category: |Views: 305

tags: another

Does the Fluent NHibernate create static XML mapping files?(zachariahyoung.com)

submitted by zpyoungzpyoung(595) 3 years, 9 months ago

This was one of the first questions I had when I started learning about the Fluent Nhibernate API. In this article, I want to explain why the API does not need to create static XML files. This API can create static XML files, but it is not necessary. read more...

add a comment |category: |Views: 48

tags: another

The Onion Architecture(jeffreypalermo.com)

submitted by terrbleterrble(1665) 3 years, 9 months ago

The fundamental rule is that all code can depend on layers more central, but code cannot depend on layers further out from the core. This architecture is unashamedly biased toward object-oriented programming, and it puts objects before all others. read more...

1 comment |category: |Views: 487

tags: another

Test Driven Development - Beginners Screencast(mostlyclean.com)

submitted by berkoberko(170) 3 years, 10 months ago

I produced a screencast (first ever!) to show some of the basics of getting started with TDD in .Net. I intend to go into some more advanced topics as the series progresses. read more...

add a comment |category: |Views: 72

tags: another

Seperations of concerns(lostechies.com)

submitted by chrissie1chrissie1(370) 3 years, 10 months ago

This is the 5th and last part in a series on hoow to make a bad application better. Wonderfully explained. There is a lot to learn from this. read more...

add a comment |category: |Views: 358

tags: another