Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vb.net

The difference between + and & for joining strings in VB.NET

vb.net string

Null check in VB

vb.net null runtime-error

Winforms: Application.Exit vs Environment.Exit vs Form.Close

c# .net windows vb.net winforms

How to implement class constructor in Visual Basic?

vb.net

The VB.NET 'With' Statement - embrace or avoid?

vb.net with-statement

VB.Net Properties - Public Get, Private Set

vb.net properties scope

Get the name of the current method

.net vb.net reflection

Validating Recaptcha 2 (No CAPTCHA reCAPTCHA) in ASP.NET's server side

c# asp.net vb.net recaptcha

What is the purpose of Decimal.One, Decimal.Zero, Decimal.MinusOne in .Net

c# .net vb.net decimal constants

VB.NET null coalescing operator? [duplicate]

.NET equivalent of the old vb left(string, length) function

c# .net vb.net

How to write a VB.Net Lambda expression

vb.net linq lambda

What is C# 'internal' in VB.net?

c# vb.net syntax keyword

Redirect Trace output to Console

return only Digits 0-9 from a String

Is String a primitive type?

How to make String.Contains case insensitive? [duplicate]

Use float or decimal for accounting application dollar amount?

Add keys/values to Dictionary at declaration

Parse a string to an Enum value in VB.NET

vb.net enums