Jackie Goldstein's Weblog
Microsoft, .NET, and other stuff...
-
IVBUG Celebrates its Seventh Birthday
Last night, the Israel Visual Basic User Group (IVBUG) celebrated its seventh birthday! I'll include some pictures from our meeting/party at the end of this post.
-
Has blogging gone too far ?!
Earlier this week I send out an email to numerous friends and colleagues with a great cartoon on blogging. I have since seen it on at least one recipient's blog, so I figured I should post it here as well.
-
Microsoft Products Developed with .NET code
Yag has a post with a list of Microsoft products that are developed, at least partially, with .NET code. The list is actually somewhat longer than I had realized. His post is in response to a claim that .NET Winforms is not really "ready for prime time" since MS isn't developing all of their products in .NET. His counter-claim is most reasonable - if not obvious.
-
Sample Compilers Written in .NET
In my post last night, I mentioned that I had written a compiler in VB6. If the idea of writing your own compiler intrigues you, you can see some (rather simple) examples that come with the .NET Framework SDK. Look for them at
-
Fundamental Rules of Performance
Eric Gunnerson had a good post on performance here. He is addessing the specific issue of the performance of generics, but lays out general principles:
-
Fascinating, but useless: x86 ASM to IL Compiler
Yes, you read correctly. A tool to compile x86 assembly language code to .NET IL.
You can download it from here. -
Using SQL Server 2005 Express with VB6
You know that I have always been a big proponent of using MSDE, and now SQL Server Express, in low-end systems (I think my first-ever VSLive presentation was on MSDE 1.0). Hey - the price is right and the upgrade path is simple !
-
Keeping Things in Perspective - From a Technical Expert
I have had several blog postings in the past that point to some great material by Pat Helland.
-
November IVBUG Meeting
November's Israel Visual Basic User Group Meeting will be held on November 3, 2004:
-
C# catching up to VB
It was recently announced that as of the last CTP drop, C# 2.0 now supports Edit and Continue ! It is good to see the C# guys learning from the VB team and implementing some of eh really cool features. What is next - C# developers using the My classes ?!?!