Stefan Sedich's Blog
try { Stefan.Code(); } catch(BadCodeException) { NotLikely(); }
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET 1.1
.NET 3.5
AJAX
ASP
ASP.NET
Attributes
Brisbane
C#
Caching
Castle
Change
Configuration
CONTROLS
Cross Page Postback
Event Validation
Extension Methods
FireFox
Fluent NHibernate
IIS
Javascript
LINQ
Mammoth
Mammoth VPS
MammothVPS
MICROSOFT
Moving
NHibernate
PAGING
PARAMETRES
PNG
RSS
SEO
Sitemap
SQL
TagCloud
Tagging
Tags
TDD
THREADS
Typemock
Unit Testing
Urchin
URL Rewriting
UserControl
Validation
VB.NET
VIDEO
VPS
Windsor
XML
Sponsors
advertise here
Navigation
Home
Blogs
Archives
May 2011 (2)
July 2010 (3)
May 2010 (2)
May 2009 (1)
December 2008 (2)
November 2008 (4)
October 2008 (4)
August 2008 (2)
July 2008 (1)
April 2008 (3)
March 2008 (7)
February 2008 (4)
January 2008 (7)
December 2007 (5)
November 2007 (2)
October 2007 (1)
Favourite Sites
Slashdot
The Daily WTF
July 2010 - Posts
2
Comments
So I Created Another Utils Library
by
stefan.sedich
Thought it was time I start my own Utils library (why not everyone else seems to have one), I have things like a UnitOfWork implementation, base Repository class, and plan to add more things as I go. This is still a work in progress and I would appreciate...
Filed under:
ASP.NET
,
.NET
,
.NET 3.5
,
NHibernate
,
Windsor
2
Comments
In Memory SQLite + Unit Test + FluentNHibernate
by
stefan.sedich
UPDATE: I have forked fluent NH here: http://github.com/stefansedich/fluent-nhibernate, and added a change so we can just use: .Database(SQLiteConfiguration.Standard.InMemory().ShowSql()) By default the InMemory() helper will now add the pooling support...
Filed under:
ASP.NET
,
.NET 3.5
,
NHibernate
,
Fluent NHibernate
1
Comments
NHibernate Session Management using FluentNhibernate and Castle Windsor
by
stefan.sedich
Time for my first post in a while, thought I would post on session management using Castle Windsor. I found this good post, http://blog.stevehorn.cc/2009/03/fluent-nhibernate-configured-via.html and I have basically converted it to use Castle for IoC...
Filed under:
ASP.NET
,
.NET 3.5
,
C#
,
Windsor
More Posts