Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vb.net

Any sense to set obj = null(Nothing) in Dispose()?

How to find the main() entry point in a VB.Net winforms app?

.net vb.net winforms

DataTable: How to get item value with row name and column name? (VB)

vb.net datatable

What are the most important functional differences between C# and VB.NET?

c# vb.net comparison

The item was specified more than once in the "Resources" parameter. Duplicate items are not supported by the "Resources" parameter

Is .( ever legal in C# or VB.Net?

c# vb.net syntax

What optimization hints can I give to the compiler/JIT?

c# .net vb.net optimization

Visual Studio delay between multiple startup projects?

Code regions not allowed within method bodies in VB.NET?

c# .net vb.net code-regions

How do I validate email address formatting with the .NET Framework?

.net vb.net validation email

Get the current date and time

vb.net winforms

VB.net Need Text Box to Only Accept Numbers

vb.net textbox numbers

How to configure SMTP settings in web.config

asp.net .net vb.net smtp email

How do I create a menu separator bar in WPF using code

wpf vb.net menu

Integer.TryParse - a better way?

vb.net tryparse

How do I force MSBuild to compile for 32-bit mode?

Is there #Region code for HTML

c# html vb.net region

How to check if a string contains only numbers?

vb.net

How to use TransactionScope properly?

Difference with Parameters.Add and Parameters.AddWithValue

c# .net vb.net ado.net