Category Archives: .NET

NAnt FilePoke Implementation

NAnt (for those of you who don’t know) is the .NET version of Ant. It’s very similar to Ant, but has some nice extensions, like xmlpoke, which replaces text in an XML file at the location specified by an XPath … Continue reading

Posted in .NET | Leave a comment

Fiddler, .NET and SOAP

This morning I spent some time playing with WSE, .NET and Java. I knew Fiddler could listen in on conversations between IE and the world, but I never was able to get it to listen to conversations between me and … Continue reading

Posted in .NET, J2EE, SOAP, Software Development | Leave a comment

Links: 10-23-2005

NHibernate 1.0 Released The first stable .NET port of Hibernate was released recently, it is ‘comparable’ to version 2.1 of Hibernate. (categories: hibernate nhibernate opensource orm )

Posted in .NET, Daily Links, Open Source | Leave a comment

eBay Java / C# SOAP Examples

At the start of this year I worked with some guys at eBay to further develop their code samples. Some, but not all of the twelve examples I wrote went live in the recently launched Community Codebase. You can download … Continue reading

Posted in .NET, J2EE, Open Source, SOAP, Software Development | 2 Comments

ASP.NET: The resource cannot be found.

Spent some time today buried in IIS trying to figure out why an ASP.NET application would throw the following error message for every single page that existed in an application within a website: Server Error in ‘/myapp’ Application. —————————————————- The … Continue reading

Posted in .NET, Systems Administration | 42 Comments

Titleist Performance Institute

If you’ve peeked at my resume recently, you may have noticed the work I did for a division of the company I work called Titleist Performance Institute. The institute was recently written up in Forbes (online) by John Steinbreder, but … Continue reading

Posted in .NET | Leave a comment

daily links

· Bloglines API · Paul Graham on what the Bubble got right: “… what would be wrong would be that how one presented oneself counted more than the quality of one’s ideas. That’s the problem with formality. Dressing up is … Continue reading

Posted in .NET, P2P, Software Development | Leave a comment

The ‘using’ keyword

Joe pointed out that the C# PGP decryption code that I wrote could be better; specifically I should be checking the xExitCode property of the Process instance and the code would also be better served if I made certain that … Continue reading

Posted in .NET, Software Development | 1 Comment

Conflicting mindsets of C# vs. Java: Part II

You all read the the ‘Conflicting mindsets of C# vs. Java‘ weblog post right? And you all noticed that the guys running the Lucene.NET project on sourceforge closed up shop, took all their toys and went on home right? I’m … Continue reading

Posted in .NET, J2EE, Lucene, Open Source, Software Development | 13 Comments

daily links

· How do know if an online business is reputable? Use the Better Business Bureau search. Sometimes I do a search on google using the business name as the keyword appending “scam” or “sucks”. Epinions works too. · How to … Continue reading

Posted in .NET, J2EE, Software Development | Leave a comment