Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vb.net

"Z-Index" in winforms

vb.net winforms

Is Mono's VB.Net support ready for a production site? [closed]

.net asp.net vb.net linux mono

Several Visual Studio projects are complaining that a temp file is missing and therefore cannot be opened. Error code &H80070003

Differences in LINQ syntax between VB.Net and C#

c# vb.net linq c#-to-vb.net

How to check if a Datatable is Null or Nothing

Clever Uses of .Net 2 Iterators [closed]

c# .net vb.net iterator

What is the difference between returning IList vs List, or IEnumerable vs List<Class>. I want to know which is better to return

Suppressing obsolete warnings in VB.NET

vb.net warnings obsolete

App.config - LocalSqlServer connection string

vb.net

Split a string in VB.NET

vb.net string split

Is there a way to Overload a Property in .NET

Python: Where does if-endif-statement end?

python vb.net vb6 migration

Start VB.NET GUI app using Sub Main or form startup object?

vb.net winforms

Adding items to the List at creation time in VB.Net

vb.net list c#-to-vb.net

What is the equivalent of |= in Visual Basic?

c# vb.net

How to perform short-circuit evaluation in Windows PowerShell 4.0?

What is the C# equivalent of VB.Net " IsDBNull"

c# vb.net

Translation of C# ActionCommand:ICommand into VB.net

c# vb.net translation icommand

Why can I apply an indexer to an ICollection in VB.Net, but not in C#

c# vb.net icollection

Casting in VB.NET

vb.net casting ctype