Sign in
musings from a snowstorm....
jim blizzard's blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Geek
General
Pocket PC
Way off topic
Archive
Archives
March 2010
(1)
December 2009
(1)
September 2009
(2)
September 2003
(17)
August 2003
(48)
July 2003
(13)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
musings from a snowstorm....
When to use .NET Remoting vs. Web Services...
Posted
over 10 years ago
by
jim blizzard [aka bliz]
2
Comments
Here’s some good info… “ .NET Remoting Architectural Assessment ” on MSDN.
musings from a snowstorm....
Moving from eMbedded Visual Basic to Visual Basic .NET...
Posted
over 10 years ago
by
jim blizzard [aka bliz]
3
Comments
Hot off the presses at MSDN : Learn how to move Microsoft Windows Pocket PC 2002 software development from Microsoft eMbedded Visual Basic to the Microsoft .NET Framework and Visual Basic .NET. The release of the .NET Compact Framework enables mobile...
musings from a snowstorm....
VB6 migration...
Posted
over 10 years ago
by
jim blizzard [aka bliz]
3
Comments
I'm attending a VB6 migration lab with a client this week in Redmond. There's a VB6 add-in (“Code Advisor“) that tells you where you'll run into issues during the upgrade. It's best to take care of as many things as you can on the VB6 side before...
musings from a snowstorm....
See you at the Seattle NETDA meeting tonight!
Posted
over 10 years ago
by
jim blizzard [aka bliz]
0
Comments
Deborah Kurata is presenting on “Best Kept Secrets in .NET”. See you there !
musings from a snowstorm....
Blogging software...
Posted
over 10 years ago
by
jim blizzard [aka bliz]
0
Comments
I went looking around for blogging software written in a .NET language and saw DasBlog 1.0. It's available in a GDN workspace . Pretty cool. Written in C#. Just saw that they've posted a 1.1 release. I'll have to take a look. (I had made of list...
musings from a snowstorm....
MCSD for .NET... was it hard?
Posted
over 10 years ago
by
jim blizzard [aka bliz]
2
Comments
A couple of people asked me if it was difficult. Well, yes and no. First, the 'No': I've been working with .NET full-time for a year and a half. I worked on several .NET projects while I was in Microsoft Consulting Services. Fortunately the projects...
musings from a snowstorm....
2 new ASP.NET articles just published on MSDN....
Posted
over 10 years ago
by
jim blizzard [aka bliz]
0
Comments
ASP.NET provides three forms of caching in Web Applications. Examine best practices and techniques for using these three methods to improve your performance. Click here to read. Learn best practices for Web application design and programming in this...
musings from a snowstorm....
Success! MCSD for .NET...
Posted
over 10 years ago
by
jim blizzard [aka bliz]
10
Comments
I just passed 70-300, the last exam for my MCSD for .NET. Wa Hoo!
musings from a snowstorm....
Good e-mail bumper sticker
Posted
over 10 years ago
by
jim blizzard [aka bliz]
2
Comments
I saw this at the bottom of one of David Weller 's e-mails, in his signature “bumper sticker”: “Dream as if you'll live forever. Live as though you'll die today.” - James Dean
musings from a snowstorm....
"Software acquisition is 3 percent to 5 percent of the total cost..."
Posted
over 10 years ago
by
jim blizzard [aka bliz]
0
Comments
CNET has an interview with Martin Taylor , Platform Strategies Manager at Microsoft.
musings from a snowstorm....
Whidbey Alpha and the Pocket PC...
Posted
over 10 years ago
by
jim blizzard [aka bliz]
3
Comments
Phil Scott mentioned that I just announced to everyone that I have some say in who gets to beta test Whidbey... No, not really. But I can ask. ;-) And I'm sure (at least I hope!) there will be a public beta period, similar to the one for “Everett...
musings from a snowstorm....
101 things to do while at a red light... (well, at least one thing)
Posted
over 10 years ago
by
jim blizzard [aka bliz]
5
Comments
As I was sitting at a long red light this morning, trying to get out of the neighborhood, facing a 30 minute drive into work, I decided to sync my e-mail. There was a request from one of the account managers asking if a particular customer could get...
musings from a snowstorm....
MSDN event in Portland on 8/19 and Redmond on 8/21
Posted
over 10 years ago
by
jim blizzard [aka bliz]
0
Comments
If you live in the Portland or Seattle area, you'll want to register for the upcoming free MSDN event. Two topics, from 1 - 5 pm: Smart client deployment with WinForms Microsoft Office 2003 and VS .NET 2003. Click here for more info about...
musings from a snowstorm....
Writing faster applications in VB.NET
Posted
over 10 years ago
by
jim blizzard [aka bliz]
0
Comments
Recently posted on MSDN : “In this recent chat, members of the Visual Basic team discuss performance issues such as late binding, compile-on-demand, thread pooling, and measuring your app's performance.” It doesn't matter if you're writing Web apps...
musings from a snowstorm....
DUH! (Or, COM Interop - C# type consumed by VB6 program - part 5. I'm so stupid...)
Posted
over 10 years ago
by
jim blizzard [aka bliz]
0
Comments
You know. Sometimes just stepping away for a few minutes can make all the difference it the world. I closed my laptop, walked upstairs and took a shower. All the while, in the back of my sludge pit of a brain, I was dredging around, trying to figure...
musings from a snowstorm....
Mars attacks...
Posted
over 10 years ago
by
jim blizzard [aka bliz]
0
Comments
One “nice” thing about not being able to sleep because I feel the need to show the world how much sludge I have in my brain: I just walked outside and was blinded by how bright Mars is. Received in e-mail: Never again in your lifetime will the...
musings from a snowstorm....
COM Interop - C# type consumed by VB6 program - part 4. Still searching, but getting closer...
Posted
over 10 years ago
by
jim blizzard [aka bliz]
0
Comments
If I define eData as a variant in the VB6 program, the program compiles. I ran the program and set a breakpoint after the assignment statement (eData = emp.ReturnEmpData()). In the immediate window I typed “? eData” and it printed Employee.EmpData...
musings from a snowstorm....
COM Interop - C# type consumed by VB6 program - part 3. Still searching...
Posted
over 10 years ago
by
jim blizzard [aka bliz]
0
Comments
Frans Bouma states that “user defined types in VB are not something related to COM, but are a VB thing. The error clearly states that the user defined type is stored inside a variant, it is not used as a com object.” OK. So I can't use a VB6 Type...
musings from a snowstorm....
COM Interop - C# type consumed by VB6 program - Part 2. Still searching...
Posted
over 10 years ago
by
jim blizzard [aka bliz]
1
Comments
If I define the type in C# as a public class instead of as a struct, I still get a compile error on the same line as before in VB6. This time the error message is: “Only user-defined types defined in public object modules can be coerced to or from a...
musings from a snowstorm....
How do you return a C# struct to a VB6 calling program??? (Good ol' COM Interop) :-|
Posted
over 10 years ago
by
jim blizzard [aka bliz]
0
Comments
I've beaten my head against the wall time and again over the weekend, and still haven't been able to figure it out. Returnin a string or an int isn't a problem, but when I try to return a struct that consists of a couple of string fields, you'd think...
musings from a snowstorm....
Pocket PC Phone...
Posted
over 10 years ago
by
jim blizzard [aka bliz]
2
Comments
After months of debating with myself, I finally bought a Pocket PC Phone on Friday. It's cool. My phone company got my GPRS internet service going this morning. The phone has better coverage than my old cell phone did. And it's really nice to be able...
musings from a snowstorm....
Are your Windows systems fully patched?
Posted
over 10 years ago
by
jim blizzard [aka bliz]
0
Comments
While on the topic of security, please make sure your Windows systems are up to date ! Especially regarding security bulletin MS03-026 . Seriously.
musings from a snowstorm....
Security and SQL injection attacks
Posted
over 10 years ago
by
jim blizzard [aka bliz]
2
Comments
Ted Neward's post about SQL injection attacks is very eye-opening...
Page 2 of 2 (48 items)
1
2