In this article i will explain step by step installation of MVC 4 for VS2010. Requirements: If you don’t have VS2010 installed in your system, first you should install Visual Studio 2010. After Installing VS2010, follow the steps below : Step 1: Download and Install Visual Studio 2010 Service Pack… Continue Reading MVC 4.0 Installation for Visual Studio 2010

In this article we will see how to compile a C Program with Visual Studio Command Prompt. Here i am using Visual studio 2010. For opening Visual Studio command prompt, All Programs -> Microsoft visual Studio 2010 -> Visual Studio Tools -> Visual Studio command prompt   After opening command… Continue Reading Compiling a C program with Visual Studio Command Prompt

There are two ways to remove unused using from our code . Remove Unused Usings option in Visual Studio removes unused using in our code . The first way is : 1) Main Menu – On the Edit menu, point to IntelliSense, point to Organize Usings, and then click Remove Unused Usings. 2) Context Menu –… Continue Reading How To Remove Unused Usings in Visual Studio

Visual studio 2010 installation installs a set of components on your pc. Visual studio installation is similar as any other software . The list of softwares that are installed automatically with the installation of visual studio  are listed below.. During the installation, select typical installation to install all the components… Continue Reading Microsoft Visual Studio 2010 installation

Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop console and graphical user interface applications along with Windows Forms applications, web sites, web applications, and web services in both native code together with managed code for all platforms supported by Microsoft Windows, Windows Mobile, Windows CE, .NET Framework, .NET Compact Framework and Microsoft Silverlight. Visual Studio includes a code editor supporting IntelliSense as well as code refactoring. The integrated debugger works both as a source-level debugger… Continue Reading Microsoft Visual Studio