May
21st,
2002
Charles Cook takes on my comments about Strong Names and Open Source and continues the discussion. He makes some good points, particularly about combining strong names with certificates. Certificates aren't the be-all solution either, as they certainly have been attack in the past (as the attack on the Microsoft certificate,...
May
18th,
2002
I've been thinking about just how Strong Names in .NET (as generated by SN.EXE) and Open Source libraries should be mixed, and I must admit I haven't quite made up my mind, yet. I started thinking about this after Simon's and Peter's recent discussion on the security merits of strong...
May
18th,
2002
Formatters and Remoting It's pretty obvious that Serialization Formatters are not only meant to aid in object persistence, but also play a very important role in the marshaling of objects across remoting boundaries. </p> Overall, when I look at the extensibility of the Remoting framework in .NET, I'm throughly impressed....
April
29th,
2002
Scheduling Objects Serialization Formatters are supposed to be able to serialize a graph of objects correctly. This implies it has to be able to cope with a graph in which two different objects A and B reference a third one, C, without writing C twice to the stream. This is...
April
27th,
2002
Why the Formatter class sucks If you've ever planned on writing a Serialization Formatter for .NET, chances are you've taken a look at the Formatter class in the System.Runtime.Serialization namespace. </p> The docs on Formatter say:<br/> "Formatter is the abstract (MustInherit in Visual Basic) base class for all runtime serialization...
April
23rd,
2002
Jim Murphy mentions a few interesting tidbits about what individual developers are publishing for .NET. One of his observations is "Maybe the not-so-glorious era of writing API wrappers is over". Well, I think we're not there quite yet. Plenty of things to wrap in the Win32 API that are not...
April
23rd,
2002
Peter Drayton asks: "...will hiring managers be looking for MC++ skills to kickstart their new $10M BetterMousetrap project?". My guess: likely not. What I think will happen is that developers mostly working with other managed languages (C#), or those with large C++ code bases already, will find themselves in a...
April
23rd,
2002
Peter also managed to generate and RSS feed
of my weblog using RssDistiller,
which is available here.
April
23rd,
2002
So Peter responds to my earlier question on his MC++ comments. You know what? I completely agree with him. MC++ is extremely cool, but it also can be a complete drag to use if you're not already pretty well versed in both your C++ and and way .NET works. But...
April
22nd,
2002
Peter says "...I'm starting to think of Managed C++ as the Lisp of 2002...". Now, from the little LISP I've done, I can't tell whether this is meant to be a compliment or a curse ;-) So, Peter, would you care to enlighten us?