Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vb.net

Difference between FormClosed and FormClosing event

vb.net forms

Return a string array from a function without initialising it first

vb.net

List of Input Values which will cause the "A potentially dangerous Request.Form value was detected..." error

c# .net asp.net vb.net

How to prevent Visual Studio from "publishing" XML documentation files in web projects?

VB.NET boolean doesn't get its default value in loop?

vb.net variables loops block

.exe is not a valid Win32 application on Windows XP

Regex must contain specific letters in any order

regex vb.net

Extension methods in referenced assemblies?

Could not establish secure channel for SSL/TLS for SOAP call

.net vb.net wcf soap ssl

C# equivalent of VB DLL function declaration (InternetSetOption)?

c# vb.net

Exclamation(!) operator used on a number in vb.net, what does this do?

vb.net

What is the difference between a child of a parent class and the derived of a base class in VB.NET or C#?

Debug vs Release in optimization of .net (concerns when distributing to users)

c# .net vb.net visual-studio

How do I get the Process ID from a created "Excel.Application" object?

vb.net excel

Since Windows Update kb4340556: VBA COM .NET Automation error on CreateObject()

Strip HTML from string in SSRS 2005 (VB.NET)

vb.net reporting-services

Dynamic logical expression parsing/evaluation in C# or VB?

c# vb.net expression

Read resources from a DLL file

c# vb.net resources

What is the difference between 'foo = Nothing' and 'foo is Nothing' in VB.NET?

vb.net syntax null

Is there a difference between StringDictionary class and Dictionary<String,String> [duplicate]