Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vb.net

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

VB.NET class inherits a base class and implements an interface issue (works in C#)

c# vb.net

How to catch the event of the window close button(red X button on window right top corner) in wpf form?

c# wpf vb.net events

Inserting an IEnumerable<T> collection with Dapper errors out with "class is not supported by Dapper."

c# vb.net insert dapper

Declaring a hex constant in VB.NET

c# vb.net hex constants

What's the equivalent of VB's Asc() and Chr() functions in C#?

c# vb.net ascii

multiline comment in vb.net

vb.net comments

An attempt to attach an auto-named database for file ....database1.mdf failed

System.Linq.Dynamic does not support OrderByDescending("someColumn")?

asp.net vb.net linq

vb.net: can you split a string by a string

.net vb.net string

Why is it not necessary to indicate ByVal/ByRef anymore?