In VB.
I'm having some headaches using Structures and functions that return Nothing in VB.NET. Let me try to explain here …
.net vb.net data-structures structure nothingI need to update an old classic asp, and I have to call a function that normally returns an array, …
arrays asp-classic nothingWe have several projects in VB.Net, using .Net Framework 4 and Linq to Entities for many of our SQL queries. …
vb.net linq-to-entities nullable vb.net-2010 nothingI ran across this and was wondering if someone could explain why this works in VB.NET when I would …
c# vb.net nothingIf I got Dim myRect As Rectangle = New Rectangle(0,0,100,100) Is it necessary or just fine to later do this: myRect = …
vb.net memory nothing