Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vb.net

Securing a web service?

Whats the Difference between (As) and (=) in object declaration in VB.NET

vb.net declaration

How would I convert C# delegate function to VB.Net?

c# vb.net c#-to-vb.net

Getting an invalid cast exception when trying to order a list of objects with linq

vb.net linq sorting

Best way to tell if in production or development environment in .NET

Converting DateTime to number of seconds in VB .NET

How to pass a Null date variable to SQL Server database

Function doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used

WPF DataGrid binds to string.Length instead of string text

wpf vb.net binding datagrid

Get Windows service start type?

VB.NET Visual Basic Power Packs not working on VS2015?

Best way to send an email from a .NET application?

.net vb.net email

Does the CLR garbage collection methodology mean it's safe to throw circular object references around?

Calculate days of month

vb.net

Library to work with XAdES digital signatures

c# .net vb.net

DropDown Menu with ScrollBar in .NET

c# .net vb.net winforms

DataGridView.Editmode = EditOnEnter. How to Select the row to Delete it?

c# .net vb.net datagridview

Display `00` instead of `0` in a NumericUpDown control

Copying text along with its formatting from a RichTextBox

Will SqlConnection's Dispose Method Interfere with Connection Pool?