Top Solutions

How to use try and catch in vb.net?

Here I am going to describe how to use try catch in vb.net. In this try section write your logic and catch section receive(display) your exception use messageBox or write message.

How to use mysql connection string in vb.net?

In this articles describes how to use mysql connection string in vb.net. if you know how to use sql server connection string in vb.net then it is very easy. It is same as sql server connection string. Here I am using local mysql server as a DataSource that mean it will connect automatically to the local server

How to use mysql connection in vb.net?

In this articles describes how to use mysql connection in vb.net. Here I am using ADO.net to connect mysql with vb.net. Add mysql.data reference to the reference folder and use it in your form.

How to find T4 Template file path in Asp.net MVC?

In this articles describes how to find t4 template file path in Asp.net MVC. Here I found some solution to find the location of t4 template(in build views). In my system I have used visual studio 2012, this location depends upon the visual studio versions