October 31, 2002

MMC Snapin Framework

Here. I don't know if this is new or not, but it's new to me and I know that .NET folks need to know how to plug into MMC. Jim Murphy, of Attila fame, has the solution.
October 31, 2002

Borland Investigating Mono for Kylix

Here. From jt: "Borland is investigating use of Ximian Inc's Project Mono in Kylix, as a possible means for Windows developers to move .NET applications to Linux."
October 29, 2002

Mindreef SOAPscope Public Beta 2 Available

Here. "SOAPscope is designed to help diagnose problems developing XML Web Services by logging message traffic and helping you find problems with the SOAP messages and WSDL." Mindreef did a very cool demo of their diagnostics tools at the DevCon and it was a big hit. Recommended.
October 29, 2002 .net

Pet Shop 2.0: Java vs. .NET

Here. The Middleware Company ran a comparison between the Pet Shop v2.0 application for both Java and .NET, both with the same features and both with the same aim at building something to use as a "best practice" sample while still being as responsive and scalable as possible. Pet Shop v2.0 was both company's attempt at winning the comparision run by the Middleware Company. My reading of this report is that .NET kicked Java's hinder in every single measure, from through-put and responsiveness to lines of code and lines of configuration required to build and run the app.
October 29, 2002

Sun to join web services group

Here. "SUN Microsystems looks set to take a seat on the Web Services Interoperability forum, after almost two years of argy-bargy with founding members Microsoft and IBM." The more folks involved in making web services work, the better I like it. Wahoo!
October 29, 2002 .net

X-Code .NET: writing code with code for .NET

Here. "X-Code .NET is a successor to the popular "X-Code" codegen language, which was included as part of the excellent-but-now-defunct product from DevelopMentor known as Gen. X-Code .NET is like classic X-Code, except that it’s based on JScript .NET instead of classic JScript.” I’m very happy to see Shawn, a valued member of the DevelopMentor Software team that built Gen in the first place, take up this project. You go, Shawn!
October 29, 2002

A Giant Sucking Sound

Here. NAFTA isn't the only one causing jobs to migrate. Microsoft is doing it, too.
October 29, 2002

Creating Non-Rectangular Windows

Here. "It's possible to change the shape of the form by making parts completely transparent. One way to do this is with the TransparencyKey property, which designates a color to use to mark transparent pixels. When a pixel on the form is supposed to be drawn with the transparent key color, that pixel will instead be removed from the form, both in the sense that the pixel will not be drawn over whatever is behind it and that clicking on that spot on the form will actually cause the click to happen on what's underneath." This is a little exerpt from the book about using WinForms to do non-rectangular forms and hit-testing.

← Newer Entries Older Entries →