vb.net

How to Debug Visual Studio .NET Project in 64 Bit OS

Submitted by admin on

This tutorial will explain on:

How to Debug Visual Basic .NET and Visual C# project in 64 bit Operating System.

If you are running 32 Bit operating system before and were intrigued to install 64 bit OS to improved performance of your computer, then maybe you are having problems debugging your Visual Studio .NET source code.

I am once having this issue which stops me from debugging all of my VB.NET 2008 source code after I installed Windows 7 64 bit.

How to Add Table to Your Existing Database

Submitted by admin on

In my previous tutorial I discuss on “How to Create Database in SQL Server 2005 Express Edition”. This time you will learn how to add a table in your “LibSys” database using SQL Server Management Studio.

Since LibSys database may contain several tables, I will only teach you to create at least one table and the rest will be done by executing a script.