Microsoft just released something that's pretty cool, yet when I realized it wasnt EXACLTY what I wanted, it was a let down. MS released a connector that will allow Microsoft Office Outlook to connect …
Blog
Installing BlogEngine.NET on GoDaddy Shared Hosting
I recently installed BlogEngine.NET on a GoDaddy.com shared deluxe Windows hosting account. After following the directions located on BlogEngine.NET's website I ran into a few …
Continue Reading about Installing BlogEngine.NET on GoDaddy Shared Hosting →
Postponing .NET User Group Presentation
Unfortunately due to some unforeseen circumstances recently I have had to reschedule the .NET User Group presentation I had scheduled for tomorrow night. I apologize to anyone who was making …
Continue Reading about Postponing .NET User Group Presentation →
SubVersion / TortoiseSVN Global Ignore Pattern
**** Update: 20090316 **** I have changed my pattern to this: */bin */obj *.bak *.*scc *.user *.suo *.webinfo bin obj *.csproj.user *.resharper.user *.resharper *.suo *.cache …
Continue Reading about SubVersion / TortoiseSVN Global Ignore Pattern →
Windsor Links
Every once in awhile I'll make a post that is for my own use, this happens to be one of them. Ayende, put up a great post awhile back that I just bumped into. It has a bunch of good Windsor …
DbDataReader Mishap
This is something that I'm almost afraid to admit to. *sheepish grin* I was debugging a DbDataReader Unit Test and all of a sudden it started to fail. After about 5 minutes of thrashing I saw …