Tag Archives: visual studio

Unused Useful Tools in Visual Studio
Welcome to CodeSpread!Back from a vacation is always a great and refreshing feeling. A small break always adds a new dimension to the thoughts. Lets see what we have today which we can call ‘new’ . We are good working on visual studio and enjoy doing coding because we love it the most, but we…..
C#: Anonymous Type is not anonymous!
Why Anonymous Type? Anonymous types provide you the ease of having set of properties (Read only) into a single object without knowing the type. It’s the job of compiler to generate the type information. Anonymous types can be created by using the keyword new. Say: var test = new { Name = “Jackie”, ID =…..

C#: Useful JSON in .Net
Why JSON? All web applications revolve around large chunk of data and availability of that data to our application is of utmost importance. To do that, we have options like fetch data from database and sometimes from XMLs. As a result of which we end up hitting DB/File system several times and ultimately compromises with…..
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’……
How to change the target .net framework in Visual Studio?
There are many ways to set the target .net framework. Few are listed below. When we add a project , we can set the target .net framework. Refer the screenshot. We can change the framework by making changes in project->properties also. In latest version, framework can also be set by changing web.config.
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…..









