General

Avoiding "connection: close" when returning a 304 (Not Modified) status code in ASP.NET (Part 1)

Posted on September 11th, 2007.

First, a short introduction to the 304 status code and how to use it in ASP.NET.Let’s say you have an ASP.NET page that returns data which can be cached on the client. Let’s also assume that this data doesn’t change often and you want the client to “ask” whether the data has changed before you return it. […]

Read Full Post | Make a Comment ( 1 so far )

JSON Viewer

Posted on June 3rd, 2007.

I just published a new project on CodePlex called JSON Viewer. The project is exactly what you’d expect: A viewer for JSON strings. The viewer comes in 3 flavors: A standalone viewer – JsonView.exe A plugin for Fiddler 2 (http://www.fiddler2.com) – FiddlerJsonViewer.dll A visualizer for Visual Studio 2005 – JsonVisualizer.dll [More screen shots] As you can see […]

Read Full Post | Make a Comment ( 19 so far )

TFS Work Item plug-in for Cropper

Posted on June 2nd, 2007.

My friend Dudu released a nifty plug-in for Cropper that allows you to take a screen capture and instantly create a Team Foundation Server Work Item with that image attached to it. Check it out Technorati: Cropper, Team Foundation Server, Work Items

Read Full Post | Make a Comment ( Comments Off on TFS Work Item plug-in for Cropper so far )

VssConneXion and SourceConneXion for Delphi 2007

Posted on April 28th, 2007.

The final Preview versions of VssConneXion and SourceConneXion for Delphi 2007 are now available for download from our site. If you’re a VssConneXion 4 or SourceConneXion 3 licensed user then your current license key will work for this version.

Read Full Post | Make a Comment ( 8 so far )

Delphi 2007

Posted on April 17th, 2007.

The good news – Due to large demand, I ported Unit Expert to Delphi 2007. You can download the latest version from here: http://www.epocalipse.com/downloads.htm The somewhat good news – I’m working on the Delphi 2007 version of VssConneXion and SourceConneXion and things are looking good. I’m still waiting for Delphi 2007 support from one vendor and […]

Read Full Post | Make a Comment ( Comments Off on Delphi 2007 so far )

Windows Terminal Services Client

Posted on November 5th, 2006.

My friend Dudu Shmaya uploaded to CodePlex a utility that he and I developed together (He did most of the work, I only did the hacks that made it work just a little better..;-)) The project is a multi-tab terminal services (RDP) client that is very simple yet powerful (That’s a standard line in marketing brochures for utilities). […]

Read Full Post | Make a Comment ( 5 so far )

.NET Web Services and STA COM Objects on MSDN Magazine

Posted on November 4th, 2006.

Jeff Prosise wrote an article about running .NET web services on STA threads. The article appears in the October 2006 issue of MSDN Magazine and he bases his code example on my solution to this problem. I know I get many hits to my blog from people looking for a solution to this problem, So I’m […]

Read Full Post | Make a Comment ( Comments Off on .NET Web Services and STA COM Objects on MSDN Magazine so far )

VSSConverter GUI on CodePlex

Posted on November 2nd, 2006.

After several requests (Last one from Jeff Atwood, who’s blog I recommend for anyone using TFS),  I decided to upload VSSConverter GUI to CodePlex and make it an open source project. Hope someone will find this helpful. http://www.codeplex.com/VssConverterGui Technorati: Team System, VSSConverter, CodePlex

Read Full Post | Make a Comment ( 6 so far )

VSSConverter GUI

Posted on April 6th, 2006.

[Update: The sources for VSSConverterGui are now available on CodePlex: http://www.codeplex.com/Wiki/View.aspx?ProjectName=VssConverterGui ] If you’re going to migrate your SourceSafe repository to Team System, you’ll eventually meet VSSConverter. VSSConverter is a command line utility that uses xml configuration files to transfer SourceSafe projects to TFS. If you don’t like command line utilities then you’ve come to the […]

Read Full Post | Make a Comment ( 40 so far )

VSSConverter Tip

Posted on April 5th, 2006.

If you need to run VSSConverter (The command line utility to migrate SourceSafe projects to Team Foundation Source Control ) from a batch file and you don’t want the utility to prompt for the VSS admin password, you can set the environment variable SourceSCMPasswd to the admin password and set HATCONTESTING to “yes” vssconv.bat:set SourceSCMPasswd=VssPasswordset […]

Read Full Post | Make a Comment ( Comments Off on VSSConverter Tip so far )

« Previous Entries |
eXTReMe Tracker