Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vb.net

Is there a free SQL formatting library for .NET?

c# .net sql vb.net formatting

VB.NET: Assign value to variable inside an IF condition?

vb.net

What is equivalent to Microsoft.VisualBasic.Collection in c#?

c# vb.net

VB.NET split on new lines (C# conversion)

c# vb.net string split

Pros and Cons of Option Compare Binary/Text in VB.NET

vb.net

Replace all but last instance of specified character

regex vb.net

Text Align column in Listview: first column cannot be centered

vb.net listview text-align

Excel Process not closing in VB.net

vb.net excel com interop

How to check for subscribers before raising an event in VB.NET

MVC DAL & BLL Concept [closed]

c# .net vb.net

OpenXml Edit text in the header of a word file

asp.net vb.net openxml

How to display an empty value in NumericUpDown control?

Is it possible to get the referring method in VB.NET?

vb.net

Can you pass a "type" as an argument?

vb.net casting types

How do I use Linq ToDictionary to return a dictionary with multiple values in the dictionary items?

vb.net linq delegates

How can a button click on a UserControl execute a method in the containing Window?

wpf vb.net user-controls

How can I get the characters between 2 other characters?

vb.net string

linq ambiguity on where and select

c# vb.net linq c#-4.0 lambda

Do you have to call EndInvoke (or define a callback ) for asynchronous method calls even if you don't have anything to do when it returns

Static keyword proper usage?

c# vb.net static