Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I downloaded Visual Studio professional 2017 from the Microsoft website and installed the universal windows platform development.
I wanted to open a new c# project, but there were no options to console application, Windows Form, and a lot of others.
Which pack do I need to install from the Visual Studio installer?
You'll need to run the installer again and do "Modify" and make sure ".NET Desktop Development" is enabled to get Windows Form application project types you can also install "ASP.NET and Web Development" for web stuff or any others you might need, if have space + time install them all, if needed, but should only need to install the things you need.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 months ago.
Improve this question
I want to start making professional exe apps, but how can i do it?
I started with Windows Forms but heard that it's not good for aestic applications.
Then i started with UWP, but it can't be extracted to exe file :x
I looked for WPF in the internet and it says they are the same as UWP with exe files.
So how the professional apps are being made? How can i make them?
I'm using Visual Studio and I want to make the apps in C#.
If you have the WPF C# packages installed just type inside the project search bar:
Click on the project, give a name, click next
And there you go, you have a WPF project.
Then follow some beginner friendly WPF tutorial
https://wpf-tutorial.com/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am installing xamarin on visual studio and I see an error:
Something went wrong
The installed android sdk is too old.version 24.34 or newer is required.
Screen shot of error.
Where can I download latest adt bundle (with adb.exe) ?
You can update your Android SDK by using the Android SDK manager. Either look under Tools inside Visual Studio menu bar or use the windows key and start typing "Android SDK..." you than should find the SDK Manager.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I installed on windows 7 visual studio code editor for developing asp.net mvc application. I know now support debug c# only for linux and Mac.
How to debug c# in vs code on windows?
P.S. Yes, i know about visual studio community. But i want try working in vs code.
Right now, VS Code only supports debugging for Node on Windows
https://code.visualstudio.com/Docs/editor/debugging
However, watch for future updates as well as the extension marketplace
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I would like to learn C# and using Visual Studio 2013. There are a few different flavors of Visual Studio Express 2013: for Web, for Windows and for Windows Desktop. I am not really sure which one I should download. Can someone advise on this? I borrowed the book Professional Visual Studio 2013 from the library, but it seems that this book is targeted for the professional version of Visual Studio 2013. Would I still be able to use the Express version to work on the examples in the book?
Also, I want to learn WPF, WCF and Silverlight, do they come bundled with the Web, Windows or Windows Desktop flavor?
Thanks in advance.
You should download and install all 3 of the express edition since they are free and serve different purposes. However, I would suggest you to get a commercial version for many extra features and convenience.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 months ago.
Improve this question
I want to download VS 2010 Ultimate through my MSDN licence, but I don't see one for the 64-bit. There's Visual Studio Team Foundation Server 2010 (x86 and x64) - DVD (English), but is that just the server or can I use it for dev too?
There is no 64 bit VS 2010. If you can, you want to download the ultimate edition. It will give you everything you need to write along with the test tools etc. It will also allow you to access to use the premium edition code contract generation.
Team Foundation Server isn't an IDE. It's a code/project management tool.
Team Foundation Server is just that -- TFS -- the server side of Microsoft's source control solution. As Kevin said, Visual Studio itself is 32 bit only. There are a whole bunch of reasons why in this blog post.