SUBSCRIBE

Getting the most from Microsoft .Net

โ€œOur primary focus is writing apps that people use all day, every day,โ€ says Jeff Murray, proprietor of Jeff Murrayโ€™s Programming Shop. Thatโ€™s one reason he decided against an HTML interface for his Ryan White CareWare, an application used by more than 250 providers of services to HIV patients in the United States.

With browser-based applications, Murray says, โ€œYou have to do backflips to make the user interface something thatโ€™s a pleasurable experience.โ€ Instead, Murray opted to build CareWare using Microsoft Corp. .Netโ€™s Windows Forms, which enable rapid development of full-fledged Windows desktop applications.

For many other Microsoft developers, the main attraction of .Net has been ASP .Net, which makes the construction of interactive Web pages much easier than plain old ASP. But Murray was determined to use Window Forms โ€“ and not just to deliver a better user experience.

A Web-based application wouldnโ€™t have worked because CareWare has two functions: clinic management for AIDS care providers and store-and-forward data collection for the Health Resources Services Administration (HRSA). For clinic management, patient information is stored locally in an Access database. Regardless of the patient information collected by the clinic, all information exported to HRSA must be anonymous, so a smart-client application was needed to filter the data.

Of course, a smart client raises the spectre of client/server tribulations: deploying, versioning, and upgrading client software. Murray said he loves how .Net fixes this. After a .Net Framework has been installed, โ€œitโ€™s just a matter of copying a few DLLs to a client machine to get it to run the client,โ€ Murray says. โ€œYou can actually have the client download itself if thereโ€™s an update.โ€

With the CareWare client, โ€œevery single .dll and .exe file and icon file and everything else you need is about 300KB,โ€ Murray says. โ€œAll you have to do is copy that to the client machine. You donโ€™t even have to prompt (users) if you donโ€™t want to. Itโ€™s just incredible.โ€

At one point, Murray considered creating a Java client instead. But there were a couple of stumbling blocks. โ€œJava is not going to be distributed on every version of Windows, and .Net is. Whether itโ€™s fair or not, thatโ€™s the way it will be,โ€ he says. Of course, Murray was already running a Microsoft shop. Another reason: โ€œWe never could find a development environment we liked for Java. They all had their shortcomings.โ€

Murray has no such reservations about Visual Studio .Net, Microsoftโ€™s flagship development environment. โ€œItโ€™s all integrated โ€“ 100 percent. Itโ€™s stable. It rocks.โ€

Tech Jobs

Categories