.net

August 13, 2002 .net

Wahoo! reinstated for .NET SP1!

SP1, as far as I can tell, introduced a bug wherein applications that had specific code groups granting them permissions with a membership determined by a strong key could not run when launched via the href-exe/moble code technique. Keith Brown did some spelunking and determined that ieexec.exe (the hosting process for such an app) would (mistakenly?) require that code from the site as a whole had at least Execution permissions before taking any of the other permissions for the specific assembly into account. The upshot is that to let wahoo.exe run on a .NET SP1+ box, you had to have two code groups, one that gave Internet permissions or greater to assemblies w/ a strong name and one that awarded at least Execution permission to all assemblies from sellsbrothers.com. I've updated the Wahoo! site w/ an MSI that creates both of these code groups along with the full source so that you can do the same for your own assemblies. Enjoy!
August 12, 2002 .net

WD-Mag Newsletter: Chris Sells on .NET

Here. I plan on holding forth on smaller .NET programming topics in this bi-monthly newsletter.
August 8, 2002 .net

.Net name ties Microsoft in knots

Here. "We still get people saying to us, 'What is .Net?'" Gates said at a conference held two weeks ago specifically to answer that question. "It's one of those great questions that people can say, 'Yes, it's come into focus at the infrastructure level,' but a little bit where we go beyond that has been unclear to people." You’d have thought they would have learned their lesson from COM, OLE and ActiveX before this. I guess the slack caused by the Internet boom has taught even Microsoft bad habits.
August 8, 2002 .net

Delphi for .NET compiler preview

Here. From jt: A first look at the Delphi for .NET compiler features and Delphi's new language syntax
August 7, 2002 .net

.NET Framework Service Pack 2

Here. "This article provides information about the bugs that are fixed in Microsoft .NET Framework Service Pack 2 (SP2)."
August 5, 2002 .net

WinForms Over the Web

I did a talk at the local Portland Area .NET User’s Group on zero-setup deployment of WinForms applications over the web, including versioning, caching, optimization, debugging and security. This talk is also an excerpt from DevelopMentor’s Essential WinForms course, which I highly recommend (although I'm hardly unbiased : ).
August 4, 2002 .net

.NET Compact Framework Discussion List is Online

Here. From Jim Wilson: The .NET CF Resource site has been substantially updated and we now have the discussion group online. If you have a questions about the .NET Compact Framework, information that you would like to share or you just want to see what other people are doing with the .NET Compact Framework, this is the list for you.
August 3, 2002 .net

Mike Lehman’s BugTracker.net Released

Here. From Michael Lehman: "Mike Lehman's BugTracker.net" is an open-source Windows Forms, XML, ADO.net bug tracking application written in C#.