|
|
As a follow up to one of our earlier articles, I translated our ASP.NET Assert Handler to VB.NET. As most developers know, Debug.Assert is a valuable development tool because it fires only when the expression evaluates to "True". This could be the sixteenth time through a loop, etc. which makes it much more useful.
|