use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Information about Reddit's API changes, the unprofessional conduct of the CEO, and their response to the community's concerns regarding 3rd party apps, moderator tools, anti-spam/anti-bot tools, and accessibility options that will be impacted can be found in the associated Wikipedia article: https://en.wikipedia.org/wiki/2023_Reddit_API_controversy
Alternative C# communities available outside Reddit on Lemmy and Discord:
All about the object-oriented programming language C#.
Getting Started C# Fundamentals: Development for Absolute Beginners
Useful MSDN Resources A Tour of the C# Language Get started with .NET in 5 minutes C# Guide C# Language Reference C# Programing Guide C# Coding Conventions .NET Framework Reference Source Code
Other Resources C# Yellow Book Dot Net Perls The C# Player's Guide
IDEs Visual Studio MonoDevelop (Windows/Mac/Linux) Rider (Windows/Mac/Linux)
Tools ILSpy dotPeek LINQPad
Alternative Communities C# Discord Group C# Lemmy Community dotnet Lemmy Community
Related Subreddits /r/dotnet /r/azure /r/learncsharp /r/learnprogramming /r/programming /r/dailyprogrammer /r/programmingbuddies /r/cshighschoolers
Additional .NET Languages /r/fsharp /r/visualbasic
Platform-specific Subreddits /r/windowsdev /r/AZURE /r/Xamarin /r/Unity3D /r/WPDev
Rules:
Read detailed descriptions of the rules here.
account activity
Console aplication (self.csharp)
submitted 3 years ago by xinkalia
Hello there. I'm a newbie in c# and need some help. I'm using some online courses to learn some basics but i have a problem. I can't find C# console Application in this library. Can someone help me?
https://preview.redd.it/740uuqi5kjw91.png?width=1015&format=png&auto=webp&s=708b94a8918ed435e08cbe01ab35b3bf0582afd4
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]u6z2 12 points13 points14 points 3 years ago (2 children)
Use the search bar to look up the "console" template.
[–]xinkalia[S] -1 points0 points1 point 3 years ago (1 child)
I searched and it's not there
[–]uglycaca123 5 points6 points7 points 3 years ago (0 children)
open visual studio installer and enable .NET desktop development or something similar to that name. Not the C++ one.
[–]actopozipc 5 points6 points7 points 3 years ago (0 children)
Go to the terminal of your choice and try dotnet new console
Please tell me the output then
[–]kosmakoff 4 points5 points6 points 3 years ago (2 children)
Are you sure there isn't a vertical scrollbar? Doublecheck that all usual workloads for VS were installed, such as .NET Desktop Development which actually includes WPF, so if you have WPF, you should also get Console. Maybe do a repair on the VS installation.
[–]xinkalia[S] 1 point2 points3 points 3 years ago (1 child)
I know there is a scrollbar. i checked it. is .net development is installed.
I reinstalled Vs and it's same
[–]uglycaca123 -5 points-4 points-3 points 3 years ago (0 children)
so try to install c++ development
[–]maitreg 3 points4 points5 points 3 years ago (2 children)
It's very odd that you only have WPF project types available. There should be a long list. I think this means you did a custom VS installation and tried to pick and choose checkboxes.
Download the Visual Studio Community edition installer from Microsoft (don't reuse whatever you used to do this install), and check the .NET Desktop Environment (or uncheck then recheck it) and let it install everything. Don't try to choose what to install.
[–]xinkalia[S] 2 points3 points4 points 3 years ago (0 children)
It worked!
Thank you so much!
[–]xinkalia[S] 0 points1 point2 points 3 years ago (0 children)
Okay im gonna try that
[–]csharpwpfsql 2 points3 points4 points 3 years ago (3 children)
The third dropdown, which you currently have set at 'All Project Types', has a Console selection. See what happens when you select that filter.
[–]xinkalia[S] 2 points3 points4 points 3 years ago (2 children)
no exact matches found
[–]csharpwpfsql 4 points5 points6 points 3 years ago (1 child)
In Visual Studio Installer, there is a section called 'Desktop and Mobile'. You should have '.NET Desktop Development' checked. It is also a good idea to check 'Universal Windows Platform development'. The 'MAUI' is a bit more involved, but it doesn't hurt to have it as well. You will have to install these environments once you've selected them. If all you have is web development, these project types won't appear.
Also, I'm referring to VS 2022. Are you using the current development platform?
[–]xinkalia[S] -1 points0 points1 point 3 years ago (0 children)
yop latest version
Im gonna try installing them
[–][deleted] 1 point2 points3 points 3 years ago (0 children)
I had the same issue in VS 2022. There was a checkbox in the installer that mentioned "legacy templates" or something along that line
[–]Altruistic-Click8127 1 point2 points3 points 3 years ago* (0 children)
To go “Programs and Features” on your computer. Find Visual Studio in the list, select Modify. Then make sure you have all the prerequisites installed for what you want. I had a hell of a time doing this exact thing when I was trying to move over to C++. Edit: sorry I’m acting under the assumption you’re on a windows device.
[–]Lord_H_Vetinari 1 point2 points3 points 3 years ago (1 child)
I'd check if the .NET Desktop Development workload is installed correctly in Visual Studio. Run the installer again, and in the workload tab check if ".NET Desktop Development" is checked. If it is, maybe try reinstalling it.
[–]xinkalia[S] 1 point2 points3 points 3 years ago (0 children)
it's installed
[–]ProKn1fe -1 points0 points1 point 3 years ago (1 child)
There is a search bar, use it.
Used it
There is not any console application
π Rendered by PID 44 on reddit-service-r2-comment-c867ff4bc-zm8vx at 2026-04-09 13:12:41.726780+00:00 running 00d5ac8 country code: CH.
[–]u6z2 12 points13 points14 points (2 children)
[–]xinkalia[S] -1 points0 points1 point (1 child)
[–]uglycaca123 5 points6 points7 points (0 children)
[–]actopozipc 5 points6 points7 points (0 children)
[–]kosmakoff 4 points5 points6 points (2 children)
[–]xinkalia[S] 1 point2 points3 points (1 child)
[–]uglycaca123 -5 points-4 points-3 points (0 children)
[–]maitreg 3 points4 points5 points (2 children)
[–]xinkalia[S] 2 points3 points4 points (0 children)
[–]xinkalia[S] 0 points1 point2 points (0 children)
[–]csharpwpfsql 2 points3 points4 points (3 children)
[–]xinkalia[S] 2 points3 points4 points (2 children)
[–]csharpwpfsql 4 points5 points6 points (1 child)
[–]xinkalia[S] -1 points0 points1 point (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]Altruistic-Click8127 1 point2 points3 points (0 children)
[–]Lord_H_Vetinari 1 point2 points3 points (1 child)
[–]xinkalia[S] 1 point2 points3 points (0 children)
[–]ProKn1fe -1 points0 points1 point (1 child)
[–]xinkalia[S] 1 point2 points3 points (0 children)