Tag Archives: microsoft

Handshake

IIS- Still learning!

Welcome to CodeSpread!Whenever we receive some error which is related to IIS, we just jump on internet as we lack the basic concepts of IIS and i can definitely say that we almost ignore IIS and focus ourselves on development and coding. Then Why not learn IIS today? I would share my knowledge and request…..

IIS Pre-Article

I thought of sharing few articles on IIS so when I started my mission, I realized that there should be some basic tasks related to IIS which needs to be done by the user before diving deep into IIS, So here is the first pre-article. Check whether IIS is installed or not? Go to Start->Run…..

How to create a MVC 2 Project in VS2010?

How to create a MVC 2 Project in VS2010? 1. Open VS2010. 2. Select File -> New Project. 3. Select Visual C# -> Web -> ASP.NET MVC 2 Empty Web Application. Name it as MyMvcApplication. Click ‘OK’. 4. To Add a controller, right click Controllers. Select Add -> Controller 5. Name the controller as ‘HomeController’……

Windiff saved my effort. How it is useful?

While working with TFS [Team foundation server],we get used of the compare feature to compare the ‘local version’, ‘server version’,’workspace version’. We had some similar situation when we received two versions of file and we were not sure which is the updated one and what all changes have been introduced. As these files were not…..

How to create database with SQL express bundled with Visual Studio?

Yes, Visual studio comes bundled with a copy of SQL express edition which gets installed during visual studio installation. These steps are required to create database with SQL express bundled with Visual Studio. So guys, I request you all to please perform these steps while reading this article. Click on at least one image to start the slideshow…..