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
IIS
Javascript
LINQ
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
Windsor
XML
Sponsors
advertise here
Navigation
Home
Blogs
Archives
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
November 2008 - Posts
0
Comments
Lazy Loaded One-To-One With NHibernate
by
stefan.sedich
UPDATE 20081114 The one-to-one solution I had posted turned out not to work for updates, :(, in the end I had to use a many-to-one map with a unique foreign key association to get this to work, the updated example is below. Sorry for my EPIC FAIL :)....
Filed under:
.NET 3.5
,
C#
,
NHibernate
0
Comments
Day Of Frustration
by
stefan.sedich
<Rant> I am in the process of playing around with the routing library for my current project, and I am playing around with using routing for web forms. I was running in IIS7 Classic mode (Don't ask why integrated works fine but I was seeing how...
Filed under:
ASP.NET
,
.NET 3.5
,
C#
,
IIS
1
Comments
Avoid Memory Leaks When Using Windsor And Not Releasing Objects
by
stefan.sedich
I just had this issue in a project I am working on (ASP.NET Webforms Application), yesterday I ran a load test and watched my memory climb rapidly and max out not long after. I am using Castle Windsor for my IOC and mostly transient instances are registered...
Filed under:
ASP.NET
,
.NET 3.5
,
C#
,
Castle
,
Windsor
27
Comments
Bug with Latest Google Chrome and ASP.NET Validation
by
stefan.sedich
Hello, This is something that drove me insane today, I have a dropdown control with a required field validator on this control. the dropdown is also set to autopostback. Now up until after lunch today this was working fine in chrome but after lunch it...
Filed under:
Javascript
,
ASP.NET
,
.NET 3.5
,
Validation
More Posts