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

While working  VB.Net application(added COM DLL’s references) on 64-bit Windows7 system , i came across a runtime exception like Retrieving the COM class factory for component with CLSID {632F4591-AA62-4219-8FB6-22BCF5F60090} failed due to the following error: 80040154. How i handled this error: -> I just removed the References and added once again.… Continue Reading COM Exception, failed due to the following error: 80040154.

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

.NET framework is the software frame work developed by Microsoft. And it came into existence in the year 2000. It provides a large library and Language InterOperability across many programming languages provided by .NET framework. -> It’s not a single language; it‘s a collection of multiple languages and multiple  technologies. That‘s… Continue Reading WHAT IS .NET FRAMEWORK ?

DIFFERENCE BETWEEN MICROSOFT’S .NET AND SUN’S JAVA : .NET : ->It is cost effective ->Supports Language independency, supports multiple languages . ->Offers IDE as Visual Studio by Microsoft. ->Offers easiest and fastest application development, which indirectly reduces the cost of the software. ->Designing the UI is very much easy with… Continue Reading DIFFERENCE BETWEEN MICROSOFT’S .NET AND SUN’S JAVA

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