Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vb.net

Is VB really case insensitive?

Breaking/exit nested for in vb.net

Custom Compiler Warnings

How to get ALL child controls of a Windows Forms form of a specific type (Button/Textbox)?

c# .net vb.net winforms controls

Measuring code execution time

c# .net vb.net datetime timespan

IsNothing versus Is Nothing

vb.net nothing

VB.NET equivalent of C# property shorthand?

c# vb.net language-features

How to flatten nested objects with linq expression

c# .net vb.net linq

VB.NET IntelliSense : Disable newline on ENTER autocomplete

Inline list initialization in VB.NET [duplicate]

.net vb.net

Case insensitive string compare in LINQ-to-SQL

.net vb.net linq

#if Not Debug in c#?

c# vb.net

How to have comments in IntelliSense for function in Visual Studio?

The name does not exist in the namespace error in XAML

Auto column width in EPPlus

c# .net vb.net epplus

Multiline strings in VB.NET

string vb.net

Why C# fails to compare two object types with each other but VB doesn't?

c# .net vb.net comparison

VB.NET equivalent to C# var keyword [duplicate]

c# vb.net linq keyword var

How should I cast in VB.NET?

.net vb.net casting

Mixing C# & VB In The Same Project

c# vb.net