Can I develop Windows 8 Apps without installing 2012 Express for Windows 8? - windows-8

Microsoft provides two free tools, designed to work together, that help you develop, test, and deploy Windows Store apps: Microsoft Visual Studio Express 2012 for Windows 8 and Blend for Visual Studio. (These tools require Windows 8.)
I already have too many IDE's on my box. One of them is Visual Studio 2012 Pro. If I want to develop Windows 8 Apps, expecially the HTML5 variety, do I really need to install that huge SDK along with Visual Studio Express 2012 for Windows 8?? Or can I just install some templates and add some nuget packages?

you can install the Windows 8 SDK http://msdn.microsoft.com/en-us/windows/desktop/hh852363.aspx

Related

Can Windows 8 apps be developed with Visual Studio Online?

PhoneGap Build affords the opportunity to build for various platforms "in the cloud"
Is something similar available with Visual Studio Online - can one develop Windows 8 apps, even when their local/client machine is Windows 7?
Visual Studio Online is basically a source control repository, so no. https://stackoverflow.com/tags/visual-studio-online/info.
The key point would be build. You can build your app on Visual Studio Online (in the same way that TFS can do nightly builds), but you still need the Windows 8 SDK to develop the app, which means you need Windows 8.

Is it possible to build a metro interface app with Vb.net in Visual Studio 2005?

we've been asked to change a webapp we're making to metro interface, the thing is, we have only Visual Studio 2005, what should we do to be able to change our app to Metro?
You will need Visual Studio 2012 as far as I am aware. You can use the free Express Edition of Visual Studio 2012 for building Windows 8 Apps. You will also need to be running Windows 8. You cannot develop Windows 8 Apps on Windows 7, Vista, or any other OS version less than 8.
You can install the Express Edition of 2012 along side Visual Studio 2005 and have them run side-by-side, it doesn't replace 2005, so you can keep using it.
As far as doing it within visual studio 2005 I don't think it's possible. But what you would need is the Windows 8 SDK.
You may be able to get by with the open source IDE Sharp Develop. I haven't used it in a long time so I'm not sure how far you'll get with it.
Requirements for Developing windows 8 Application :-
1 -> Visual Studio 2012
2 -> Windows 8 Latest Version
3 -> Developer License.
Windows Store App Development
Once you are done with this remeber you need to meet certain criteria listed below
App certification and requirements
Now answer to your original question
with visual studio 2005 you wont be able to build the app as 1,2 are the basic requirements, hence forth once you start you can go through the links below to make ur app perfet for the windows store
Note : one bad news . Ull have to code entire thing again as metro is a subset of the win32 api's and it will not even recognize some of them .

Do I need VS 2012 Express for Windows 8 Apps if I have VS 2012 Professional?

Every page I seem to point to while trying to learn how to develop Win8 apps (such as this MS Page) points me to a download package that includes "Visual Studio Express 2012 for Windows 8."
However, I already have VS 2012 Pro.
Do I still need to obtain VS 2012 Express for Windows 8 for some reason, or is there an alternate path I can take to continue to use my existing VS 2012 in order to build Windows 8 apps?
No.
Visual Studio 2012 Express Edition for Windows 8 can create and edit Windows Store projects. Those same projects can be opened and edited in Visual Studio 2012 Pro and Ultimate. However, Visual Studio 2012 Pro and Ultimate can create other types of projects (like Windows Phone, WCP, WPF) that cannot be opened by VS 2012 Express Edition because Express for Windows 8 Apps is intentionally limited to only build Windows 8 apps.
The answer to your question is no, you do not need Express if you have Pro. Pro is the superset of the Express editions. Other Express editions include Windows Phone, Web, and Windows Apps. They are the free edition of Visual Studio, and for that reason alone they are limited in features.
Express is the cut-down edition of VS and as such it is less capable than the Pro edition. So, you should stick to VS 2012 Pro which is more than capable of developing Windows 8 apps.

Windows 8 App Add-on to visual studio 2012 for desktop

The title pretty much says it all. I've downloaded Visual Studio 2012 Express for Desktop but I also want to be able to develop apps for Windows 8.
Rather than having to download another version of Visual studio (Visual Studio 2012 for Windows 8). Isn't there just a way to add add-ons on my current VS to enable developing for Windows 8?
Thanks in advance!
PS - If there's an add-on to develop for Windows PHONE 8 that will also be greatly appreciated!
If you want to develop windows 8 phone, you still can use VS 2012 express, but you must install windows 8 phone SDK, you can download it here http://dev.windowsphone.com/en-us/downloadsdk.
But if you want to develop desktop app with VS 2012 Express, Unfortunately you can't, but IMHO you can still use csharp compiler in command line to do that. but you must references all the library you use in your app. to be honest I never try it, CMIIW.
Cheer
Yusak Setiawan
http://apptivate.ms/apps/1271/mathboard

Windows Phone 8 SDK running in Visual Studio 2010

I know that the SDK is not finished, yet a few lucky developers have got their hands on it already, so here's my question: when you installing Windows Phone 8 SDK, did it install the SDK in Visual Studio 2010 also, or just on the 2012 edition (including 2012 Express)?
After posting my question, two different developers that had access to the SDK contacted me directly stating that there is no integration of the Windows Phone 8 SDK in Visual Studio 2010, just on the 2012 version.
No, You need Visual Studio 2012, Windows 8 Pro or Enterprise x64 + processor supporting SLAT for running Hyper-V.
You can now download the WP8 SDK here:
http://www.microsoft.com/en-us/download/details.aspx?id=35471