How to download and Install VS 2012 in Windows 10 - asp.net

I would like to use VS 2012 and SQL 2012 in my personal laptop(It has windows 10).
Could you share the website where can I get free version(Not a trial version).
If possible please provide installation guide to them like which one should I install first VS or SQL ?
Thanks in advance.

There are multiple editions of "free" VS 2012.
Microsoft Visual Studio Express 2012 for Web (https://www.microsoft.com/en-us/download/details.aspx?id=30669).
Microsoft Visual Studio Express 2012 for Windows Desktop
(https://www.microsoft.com/en-us/download/details.aspx?id=34673).
Download VS Express for Web if you want to create ASP.NET Web Application projects.
Download VS Express for Windows Desktop if you want to create Windows Desktop projects.
Download Microsoft® SQL Server® 2012 Express here:
http://www.microsoft.com/en-us/download/details.aspx?id=29062.
If you would like to develop only web applications, you may download Microsoft Web Platform Installer 5.0 (https://www.microsoft.com/web/downloads/platform.aspx)
and use it to download and install "Visual Studio Express 2012 for Web (Latest)" and "Microsoft SQL Express LocalDB Edition 11.0".
The order of installation is not important.

Related

Would visual studio 2010 work in windows server 2008?

I have alot of files currently in the Visual studio 2010. I would like to know if I use Windows server 2008 ? Would the files(classes, sln)still work?.
I assume you're asking if you install Visual Studio 2010 on a Server 2008 box, will that work and will you still be able to open your files/solutions?
The answer is Yes for VS2010 Premium or Ultimate on Server 2008 SP2. Also, the 64-bit version (only) of VS2010 will install on Server 2008 R2. For complete OS requirements, see
https://msdn.microsoft.com/en-us/library/gg265786%28v=vs.100%29.aspx
I believe they would. We use Visual Studio 2010 on a number of different computers and operating systems, same files, without issue.

Visual Studio 2013 and ASPX view engine

We have a VS 2010, MVC 2, ASP.Net 4.0 and ASPX view engine project that we need to upgrade. I have installed the below version of the VS 2013. I am not seeing an aspx engine option when i click on new website. Am i missing something here?
I wanted to create a webproject and then copy paste the items from the old project to new rather than dealing with upgrade issues like on our MVC 3/Razor project upgrade couple of weeks back.
Microsoft Visual Studio Professional 2013
Version 12.0.21005.1 REL
Microsoft .NET Framework
Version 4.5.50938
Installed Version: Professional
LightSwitch for Visual Studio 2013 06177-004-0444002-02646
Microsoft LightSwitch for Visual Studio 2013
Microsoft Office Developer Tools for Visual Studio 2013 ENU 06177-004-0444002-02646
Microsoft Office Developer Tools for Visual Studio 2013 ENU
Team Explorer for Visual Studio 2013 06177-004-0444002-02646
Microsoft Team Explorer for Visual Studio 2013
Visual Basic 2013 06177-004-0444002-02646
Microsoft Visual Basic 2013
Visual C# 2013 06177-004-0444002-02646
Microsoft Visual C# 2013
Visual C++ 2013 06177-004-0444002-02646
Microsoft Visual C++ 2013
Visual F# 2013 06177-004-0444002-02646
Microsoft Visual F# 2013
Visual Studio 2013 Code Analysis Spell Checker 06177-004-0444002-02646
Microsoft® Visual Studio® 2013 Code Analysis Spell Checker
Portions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V. All rights reserved.
The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company. Electronic version licensed from Lernout & Hauspie Speech Products N.V. All rights reserved.
ASP.NET Web Frameworks and Tools 2012.2 4.1.21001.0
For additional information, visit http://go.microsoft.com/fwlink/?LinkID=309563
ASP.NET Web Frameworks and Tools 2013 5.0.11001.0
For additional information, visit http://www.asp.net/
Common Azure Tools 1.0
Provides common services for use by Azure Mobile Services and Windows Azure Tools.
Adds visual guides at each indentation level.
Microsoft Web Developer Tools 2013 2.0.40926.0
Microsoft Web Developer Tools contains the following components:
Support for creating and opening ASP.NET web projects
Browser Link: A communication channel between Visual Studio and browsers
Editor extensions for HTML, CSS, and JavaScript
Page Inspector: Inspection tool for ASP.NET web projects
Scaffolding: A framework for building and running code generators
Server Explorer extensions for Windows Azure Web Sites
Web publishing: Extensions for publishing ASP.NET web projects to hosting providers, on-premises servers, or Windows Azure
Windows Azure Mobile Services Tools 1.0
Windows Azure Mobile Services Tools
Workflow Manager Tools 1.0 1.0
This package contains the necessary Visual Studio integration components for Workflow Manager.
Thanks
Looks like it is not supported as of yet, but MS is planning on adding the support in a future release.
http://blogs.msdn.com/b/webdev/archive/2013/06/27/html-editing-features-in-visual-studio-2013-preview.aspx
I had to look this up the other day for the exact same reasons as you, however, we are converting our views to razor at the same time, so impact was minimal on our end.
WebFormViewEngine is installed by default. just check out the ViewEngines.Engines collection. Its output are:
System.Web.Mvc.WebFormViewEngine
System.Web.Mvc.RazorViewEngine

how to run aspx files on windows XP

I have windows xp service pack 3 so i cannot download some of the proggrams.
I downloaded the next proggrams:
*visual c++ 2005 express edition(by the way it's imposibble to find the visual studio express edition of 2005 on microsoft download center)
*microsoft web platformer installer
*windows installer
*microsoft .net framework 2.0 service pack 1
*microsoft sql server 2005 express edition
and i still cannot run aspx files. everytime im trying to open an aspx file it opens it as text file, and doesnt allow me to run it(the file worked on other computers).
I assume the problem is in my visual studio version, can someone give me a link to a visual studio that will work for me(p.s if I need to download new sql server proggram or net framework I'll appriciate if you tell me as well).
and remember that I have winxp so I cant download visual studio 2012(p.s there is a way you can somehow devolop without paying for the software?)
any help will be apperciate.
Tnx Dean.
You need Visual Studio Web Developer Express and not Visual C++ Express Edition. Here is the link http://go.microsoft.com/fwlink/?LinkId=51413&clcid=0x409
And here you have 2008 - should work on XP too - http://www.asp.net/downloads/essential

can we use windows 7 home edition to develop asp.net applications

I am planning to buy a new laptop to learn asp.net web applications and also windows applications. Do we get IIS7 installed when we buy the home edition of windows 7 or should we buy windows 7 professional version?
Looking at some documentation on TechNet, it looks like all the Windows 7 Home editions (Starter, Basic, Premium) have the ability to install IIS, but it is not installed by default.
If you just want to learn, Visual Studio has a built in webserver for development that will work. If you want to deploy your web applications, this page has information on which versions of Windows 7 have which IIS options available
Following this thread, no problem found so far.
You don't need IIS for ASP.NET Development if you use Visual Studio.
Visual Studio Express for the web is free, and comes with its own web server.
http://www.microsoft.com/express/Web/
You can also create windows programs with Visual Studio Express for windows.
http://www.microsoft.com/express/Windows/
If you want to do both, then you may need to buy Visual Studio.
If you want to do local debugging of asp.net using IIS then you need one of these versions. Not supported on Windows 7 Home.
Windows 7 Ultimate
Windows 7 Professional
Windows 7 Enterprise
reference:
http://msdn.microsoft.com/en-us/library/kd3se23d.aspx

How install LINQ Preview May 2006 on windows 7?

I have Visual Studio web developer Addison , Visual Basic 2005 Express Edition, Visual C# 2005 Express Edition and Visual Web Developer 2005 Express Edition installed on my system.
My operative system is a Windows 7
When I start the installation of "LINQ Preview (May 2006).msi", I get the next error message: "Cannot find a valid Product to install LINQ with".
I click in the Accept button and get a second message: "You must have either Visual Studio 2005, Visual Basic 2005, Visual C# 2005 or Visual Web Developer 2005 installed before installing Microsoft .NET LINQ Preview (May 2006) Do you want to download Visual Studio 2005 Express Editions now?"
Why not install the 2008 express editions? They have LINQ built in [and hence dont require previews]. Is there something specific about the preview bits you're interested in examining?

Resources