19 May
2008

ReSharper 4.0 goes Beta (Candidate)

Category:UncategorizedTag: :

I just saw this on the wire: ReSharper 4.0 has entered Beta a Beta Candidate now as of build 804. If you want it, go get it here: http://www.jetbrains.net/confluence/display/ReSharper/ReSharper+4.0+Nightly+Builds If you just want to see what is new: check out this page: http://www.jetbrains.net/confluence/display/ReSharper/ReSharper+4.0+EAP+Notes Finally, there is another deal going on at JetBrains.  DotTrace has gone […]

Read More
18 May
2008

Integrating Castle Windsor and NHibernate with WCF

Up until now, we were using the NHibernate facility of Castle Windsor for managing our NHibernate sessions in WCF. But, we want to have a session-per-request approach as one would use when integrating NHibernate with a regular web application. Yesterday I did a small spike to figure out how this should work. It turned out […]

Read More
15 May
2008

Implementing NHibernate Interceptors

One of the areas where NHibernate really shines is it’s high extensibility features. The NHibernate API provides a massive amount of interfaces that can be implemented for your own custom extension pleasure. For me this is a nice change as opposed to the many sealed API’s put out by the Redmond collective (WCF being the […]

Read More
13 May
2008

Code Cast 8 – Jarod Ferguson

Category:UncategorizedTag: , :

This week’s Code Cast is a great discussion with Jarod Ferguson, an Elegant Coder who takes us through several topics including: Scrum The Seattle Alt.Net conference Open Spaces The Entity Framework The Web Client Software Factory and plenty more. Jarod has more brains in his pinky than I have in my family tree and I […]

Read More
13 May
2008

WCF friction

Category:UncategorizedTag: :3 Comments on WCF friction

Today I spent some time (thank God no more than 15 minutes) tracking down a WCF issue from hell. Every time I made a call to the service I got the following exception: System.ServiceModel.CommunicationException : The underlying connection was closed: The connection was closed unexpectedly. This is really helpful, isn’t it? Fortunately there is some […]

Read More