Robert McLaws: FunWithCoding.NET
Public Shared Function BrainDump(ByVal dotNet As String) As [Value]
-
Camera Phone Stops Crime
MSNBC.com has a report of a kid that used a camera-phone to catch pictures of a would-be assailant. These pictures led to his arrest.
-
XmlTextWriter + StringWriter = Headache
I've come to the conclusion that .NET doesn't really make coding easier (yet), because most Framework classes are incomplete, and use Inheritance as an excuse to leave them that way. Case in point: XmlTextWriter.
-
Is it just me...
Or are the workspaces wigging out tonight?
-
StringBuilder Size Algorithm
When I posted about this before, someone noted that cycling through all the items would be a performance hit. Well, as you can see, I'm really only cycling thru the tables in the DataSet, and in the case of the DataReader, I'm only accessing a property that already exists.
-
Webservices + SSL = Good or Bad?
Right now, I have all my web services under one project, secured behind SSL. I have not decided if I want to move the to a better location, like http://webservices.interscapeusa.com, or something like that. Basically to move them out of the SSL security. Now, I'd like some opinions in terms of the effect... is the latency of SSL combined with the serialization of data into XML substantial? Is it worth it to have your data stream encrypted, or would it be better to use WSE to make sure the data is encrypted and not the whole stream? Is there something I'm not considering here? Please leave me comments, thoughts, and suggestions. Thanks.
-
VSIP Corroboration
“Be sure to read the EULA” - John Tobler
-
DAL Article Finally Out
My long-awaited article on Data Access Layer security is here! None of what I talk about is really new information, but it is put forth in a very unique way. Here's an excerpt:
-
Whidbey Information
MS made a lot of information about Whidbey public today. While I cannot elaborate in any way about the features, I can confirm that they exist, and that they are pretty awesome. They've done an outstanding job enhancing the developer experience. And this is just the Alpha.
-
VS.NET Shortcuts
Having just registered for and been accepted to the Visual Studio Integration Program, I've been going through the included Help collection, and found some neat little tidbits. These actually have nothing to do with the VSIP SDK, but the SDK did lead me to some great docs in the regular VS.NET 2003 Help Collection.
-
"No-Brainer Compatibility" Explained
For several weeks now, I've been talking about various issues in regards to component versioning and Framework compatibility. A few months ago, I got so frustrated by the issues that were raised, that I said I was going to start a task force to solve the problem. This task force was informal and basically consisted of Paul Alexander (XHEO) and I (Interscape Technologies). Over the past 6 months, I have really enjoyed working with Paul, and I am constantly amazed at the work he achieves. Together, we've been able to make some headway in the industry as a whole, and we have several extremely exciting things coming up in the future.