anortham

Stories kicked by anortham

Windbg & Son of Strike(poseyj.blogspot.com)

submitted by anorthamanortham(250) 4 years ago

Using windbg to find ASP.NET memory usage problems. read more...

add a comment |category: |Views: 151

tags: another

NHibernate 2.0 Alpha is out(ayende.com)

submitted by anorthamanortham(250) 4 years, 1 month ago

Description of changes in new alpha release. read more...

add a comment |category: |Views: 4

tags: another

Practical Implementation - spending some cache.(devlicio.us)

submitted by anorthamanortham(250) 4 years, 2 months ago

Enter the ASP.NET AJAX AutoComplete Extender. It's a perfect candidate for a little cache help. I certainly wouldn't want the database being hit every time a user typed the next letter in the autocomplete box... read more...

add a comment |category: |Views: 4

tags: another

Custom Collections with NHibernate, Part I: Who Cares?(devlicio.us)

submitted by anorthamanortham(250) 4 years, 5 months ago

When people speak of the object-relational impedance mismatch, they usually talk about the differences between structure, the lack of behavior in relational databases, and the complexities that mapping abstractions present. A disadvantage which receives less attention is the impact that the impedance mismatch has on keeping code free of extraneous data-driven communications. In spite of the efforts taken to avoid it, domain layer code ultimately includes some degree of coding and/or structure which was dictated by the constraints of the data layer. read more...

add a comment |category: |Views: 4

tags: another

Castle Project cooler than Jerry Springer (devlicio.us)

submitted by anorthamanortham(250) 4 years, 7 months ago

There, I've said it. If Castle Project has been on your "need to check that out list," you very much need to make it a higher priority. read more...

1 comment |category: |Views: 1

tags: another

WCF and NHibernate(devlicio.us)

submitted by anorthamanortham(250) 4 years, 7 months ago

If you've tried to pass NHibernate objects over the wire using a webservice before, you know how painful it can be. But what about WCF? Can it ease your pain? Well, yes, of course it can. This wouldn't be a very interesting post if the answer was no. read more...

add a comment |category: |Views: 170

tags: another