Top "Vb.net" questions

Visual Basic.

Validating Recaptcha 2 (No CAPTCHA reCAPTCHA) in ASP.NET's server side

The new Recaptcha 2 looks promising, but i didn't find a way to validate it in ASP.NET's server side, if(…

c# asp.net vb.net recaptcha
URL Routing, Image Handler & "A potentially dangerous Request.Path value"

I've been experiencing this problem now for quite sometime and have decided to try and get to the bottom of …

asp.net .net vb.net web-config httphandler
An existing connection was forcibly closed by the remote host

I have a fat VB.NET Winform client that is using the an old asmx style web service. Very often, …

vb.net web-services asmx
How to specify path using open file dialog in vb.net?

In the first start of my application I need to specify a path to save some files to it. But …

vb.net file directory openfiledialog
VB.NET equivalent to C# var keyword

Is there a VB.NET equivalent to the C# var keyword? I would like to use it to retrieve the …

c# vb.net linq keyword var
How do I create a parameterized SQL query? Why Should I?

I've heard that "everyone" is using parameterized SQL queries to protect against SQL injection attacks without having to vailidate every …

sql vb.net sql-parametrized-query
Difference between Private Sub, Function and Class

What are the differences between the following: Private Sub Private Function Private Class When should each one be used?

vb.net access-modifiers
An attempt to attach an auto-named database for file ....database1.mdf failed

I am getting the following error while debugging my visual studio 2010 website: An attempt to attach an auto-named database for …

asp.net vb.net sql-server-2008 asp.net-4.0 unc
How to open visual basic 6 program with visual studio.net

I want to open a program (written in Visual basic 6) to be open in Visual Studio.net. Please guide, how …

vb.net visual-studio-2010 visual-studio vb6-migration
"Not ... Is Nothing" versus "... IsNot Nothing"

Does anyone here use VB.NET and have a strong preference for or against using Not foo Is Nothing as …

vb.net nothing