c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android

What is concept of Boxing and Unboxing?

| | Category: .Net

Boxing permits any value type to be implicitly converted to type object or to any interface type implemented by value type. Boxing is a process in which object instances are created and copy values in to that instance.

What are Value types and Reference types ?

| | Category: .Net

Value types directly contain their data which are either allocated on the stack or allocated in-line in a structure.

What are different types of JIT ?

| | Category: .Net

JIT compiler is a part of the runtime execution environment. In Microsoft .NET there are three types of JIT compilers:

Can we force garbage collector to run ?

| | Category: c# .net

System.GC.Collect() forces garbage collector to run. This is not recommended but can be used if situations arises.

How to use try and catch in vb.net?

| | Category: 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 bind DataGridView in vb.net?

| | Category: vb.net

In this articles describes how to bind DataGridView in vb.net. Here I am using SqlDataAdapter to fill dataset and then give dataset as DataSource for the grid.

How to use mysql connection string in vb.net?

| | Category: 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?

| | Category: 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 convert date to string in vb.net?

| | Category: vb.net

In this articles describes how to convert datetime to string vb.net. Here I am using Format Method to format or convert date to string.

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

| | Category: 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

Page 73 of 82