Browse by Tags

All Tags » VB (RSS)

The trials and tribulations of installing VS 2008 SP1

I wasn't going to install VS 2008 SP1 Beta on my main development machine until I read a MSDN blog that said the final SP1 will install over the top of it. So I figure there's more good in getting feedback into the system now, than waiting. Installing...
Posted by bill | with no comments
Filed under: , ,

Microsoft continues to treat VB as a 2nd class citizen

It's bad enough when the Windows Live team continually releases their SDKs omitting VB, but when XNA 3.0 CTP is released and STILL NO VB support, it's getting beyond a joke. XNA 3 is for Visual Studio 2008 and lets you do cool things like create...
Posted by bill | 7 comment(s)
Filed under: , , , , ,

Bit-wise algebra

Today I answered a question saying use A XOr (A And B). Then I thought, well isn't that the same as A And Not (A And B). Now I knew there is a simplification because of the double A and both And's but I honestly couldn't remember all my boolean...
Posted by bill | with no comments
Filed under:

VB on the up !

Latest TOIBE analysis shows VB on the up ! VB 11.7 %, C# 3.8%
Posted by bill | 4 comment(s)
Filed under:

Where's the .NET framework ?

In putting together some virtual machines for testing on hyper-v, I was amazed and disappointed to find that Microsoft is NOT pushing out the .NET framework any more. On Windows XP, windows update offers only .NET 1.1 and 2.0. Vista includes 3.0. So why...
Posted by bill | 1 comment(s)
Filed under: , , ,

More on implied interfaces.

If you read section 12.2 of the Common Language Infrastructure (CLI) Partition II document, you'll see the following part in regards to interface implementation: If there are any virtual methods in the interface that still have empty slots, see if...
Posted by bill | 3 comment(s)
Filed under: ,

SQL Timestamps

I was just reading a work around for timestamps with LINQ or WCF, and I must be stupid, but I just don't get it. In fact, ever since dotnet came out mapping timestamp to a byte array or SqlBinary, I never got why they did that. Timestamp is 8 bytes...
Posted by bill | with no comments
Filed under: , , ,

Implied Interfaces

One of the many things I love about VB is it's explicit interface mapping . It's the beauty of declarative coding that not only allows for flexible mapping but also makes the code explicit. You don't need to know the intimate details of a...
Posted by bill | 2 comment(s)
Filed under: ,

VB finished ??

If you open Visual Studio 2008, you'll notice that the start page for VB hasn't been updated since December 4th, 2007. Strangely enough the VB team's blog still seems to be used from time to time. Hopefully someone's just asleep at the...
Posted by bill | 3 comment(s)
Filed under: , ,

Google kicks Microsoft's a**

Well April first pranks have come and gone. Google, the fun company , had lots of hilarious April 1st pages and sub sites on their web: Virgle colony to Mars , Moon base work centre, new google anytime scheduling; all really well done :) Microsoft on...
Posted by bill | with no comments
Filed under: ,

Auto properties : What ifs ...

Paul Vick posted a speculative post as to Automatically Implemented properties for VB10. Although it's kind of nice, it really is just a minor modification from what C# did in 3.0 and misses a lot of the "what if" scenarios we should be...
Posted by bill | 4 comment(s)
Filed under: , ,

Can't get no VB Action ?

Paul Stovell finally notices the lack of support for statement lambdas in VB9 . Unfortunately Vb9 only supports lambda expressions such as can be expressed in today's expression trees. .NET 4.0 will most probably include support for lambda statements...
Posted by bill | with no comments
Filed under: , , ,
More Posts Next page »