help.net
<font size="2"><br />Musing on .Net</font>
-
LongHorn Architecture diagram
Click on the diagram posted by Brad Adams to see the full size...
-
New version of Royal TS 1.1
If someone else but me is using this tool, you might visit my site. Released version 1.1 a few days ago. Nothing really new only some minor improvements...
-
Is it the right place to sell tools, components, code on this blog ?
I am surely going to be flame for this post, but I like free speech ;-)
I am not sure that .Net blogs is a good place to sell your tools, guys. Talking about code, sharing the code, this is for me the purpose of this space. -
Top 30 Features of SQL Server "Yukon"
If you are curious to know what are the benefits in Yukon read this page
-
Gator change its skin
News.com is reporting that infamous spyware distributor, Gator, is changing its name to Claria in an attempt to better reflect its business. Well see if a Gator really can change its spots.
-
New Keyword in VB 2
Just discovered that you have now Continue which allow you to close the current loop and jump into the next step.
The keyword can be used with For, Do, and While loops. In nested loops of different types, the desired loop could be specified by a suffix-for example, Continue For. -
Lipsum generator
Tool to use if you need to generate online some Lorem Ipsum text for your prototypes, very cool ;-)
-
Partial Classes in VB.Net 2.0
Partial classes exists also in VB2 like C#2.
-
Using XML Documentation in VB .NET 2.0
Until now, direct source code documentation was reserved for C# developers.
-
Gear Up for Generics
Excellent article if you want to know more on Generics .