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/
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 2 years ago.
Improve this question
The title basically says it all. What programs should I download to start developing in C#? I already have Atom installed it that helps.
Thanks in advance!
Visual Studio if a natural choice if you can, because a lot of businesses use that tool for development, and I'm assuming you want to learn it from a career perspective. However, Microsoft came out with VS Express (https://visualstudio.microsoft.com/vs/express/) as a means to get a free version of the tool with limited functionality. It can work for you and be a good place to start, or look at a tool like VS Code. That is a nice tool that works a lot differently from Visual Studio, but has a lot of functionality and capabilities.
Sometimes, when you are getting started, you just have to pick an option and go with it; a lot of what you will learn will carry over and there are a lot of good online resources.
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'm looking for an Android sample app that runs and compiles, and uses the Xamarin.Forms NuGet package 2.5.0.91635. It must be made in Visual Studio. Does anyone have one?
Edit: as per the answer below, this is how to create a new project with the latest NuGet packages:
File -> New Project...
I'm not sure if you need anything other than an Empty Xamarin Forms Android app using 2.5.0.91635. If that is sufficient here is an app that compiles and runs on the emulator
https://1drv.ms/u/s!Ag4_g2yE9YzjjMEOR7OG0z_DtfbGXw
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 6 years ago.
Improve this question
I have a executable file which I made in visual studio (c#/winforms), and I would like to make an installation file which, when run, places my executable file in a specific directory, for example C:/Program Files and creates a shortcut on the desktop - much like most application you install in windows.
I don't know how to approach this. Couldn't find any guides online either.
Add a Visual Studio Installer Setup Project to your solution, and configure it however you want. Reference your other project, and tell it where to put your executable.
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 2 years ago.
Improve this question
Where can i find theme support for my c# windows applications.? Is there any theme maker or ready for use themes
WPF (Windows Presentation Foundation) themes looks much better than normal windows forms.
But if you are still looking for windows form app themes you can try out Fancy Windows Forms By Nedim Sabic.
We are using the (commercial) products from DevExpress.com.
They support theming, have great support and were the best tool I could find. Using it for approx. 3 years.
For Windows Forms.Net application you can use visualstyler.
For more information https://visualstudiogallery.msdn.microsoft.com/7937dfc6-b216-421a-97e8-6483c5727914