Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vb.net

Is there a VB.NET function to format a number as an Ordinal

DataTable.Select("Bla='Blablabla'").Count Returns 'Count' is not a member of 'System.Array' Exception

.net asp.net vb.net .net-3.5

VB.NET: What is the equivalent of the SQL Server bit datatype?

sql-server vb.net

wrong result with IF() function and a nullable integer?

vb.net

Why are interfaces not strongly typed?

replace slashes in .Net

.net vb.net

Can a VB.NET .dll assembly be reflected by C#

c# .net vb.net clr

How do I keep Visual Studio's Windows Forms Designer from deleting controls?

How to capture SQL with parameters substituted in? (.NET, SqlCommand)

VB.NET Use WebRequest to check if URI is valid

vb.net httpwebresponse

How do you incorporate "/x" option parameters into a .NET console application?

Adding new line to console output

vb.net

VB.net faster than C++? [duplicate]

c++ vb.net optimization

Is there a call in vb.net I can make to determine daylight savings time?

vb.net datetime time

Is a 'With ... End With' really more efficient?

vb.net cil

VB.net : How can I prompt a user if they are about to close their program with unsaved data?

vb.net datagridview save

Unable to position form to center

vb.net winforms

how to create shortcut on desktop in vb.net without installer

Are using modules in VB.NET considered bad practice?

.net vb.net module

Alternative to VB.NET's Type Conversion functions (CBool) in C#?