CLR Spy

“CLR version 1.1 (Everett) debuts a set of debug probes that enable you to find and diagnose difficult bugs, even in a production environment. CLR SPY [http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=c7b955c7-231a-406c-9fa5-ad09ef3bb37f] is a C# Windows Forms program that exposes these probes in a simple…

Pizza ... healthy?!?!

“Pizza is undoubtedly the healthiest fast food option available …” as some say so [http://www.apache.ie/food.htm]. I’m a big fan of pizzas and sandwiches myself. Not just about everything that has salad in it, but some delis and outlets make it well (like Quiznos [http://www.…

Microsoft ISV Buddy Program

Microsoft ISV Buddy Program [http://msdn.microsoft.com/isv/isvbuddy/default.aspx] > “The Microsoft ISV Buddy Program is all about connecting you, the Independent Software Vendor, with a Microsoft employee who will be your point person within Microsoft. It’s about putting a face to Microsoft and helping you…

myRSS

myRSS: Build your own custom RSS channel [http://www.myrss.com/]. myRSS enables anyone to build custom RSS channels for virtually any news site they desire. myRSS requires no programming experience, is completely automated and all channels are available for free.…

RSS Bandit

I’m using RSS Bandit [http://www.rssbandit.org] for all my daily blog readings these days. Its been great so far! I just love simple and lightweight software. And specially when its free, its worth a try. BTW, RSS Bandit is a .NET RSS desktop feed aggregator. Not that…

Services and Processes

Another great overview article by Don Box [http://www.gotdotnet.com/team/dbox/] on the Services and Processes [http://www.gotdotnet.com/team/dbox/default.aspx?key=2004-07-02T07:00:39Z] > “To get code to run on Windows, you need a process from the OS. To get managed code to…

Services and Communications

A great overview article by Don Box [http://www.gotdotnet.com/team/dbox/] on the Services and Communications [http://www.gotdotnet.com/team/dbox/default.aspx?key=2004-07-02T07:24:58Z] > “We currently give you three “full-featured” ways to send a message from one process to another: MSMQ, DCOM, HTTP.…