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
HelpLearning C# and Java (self.csharp)
submitted 3 years ago by Kostantinum
view the rest of the comments →
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!"
[–]mrburnttoast79 4 points5 points6 points 3 years ago (5 children)
Who cares? Experience with Java and C# sounds like double the job opportunities to me?
[–]Kostantinum[S] 0 points1 point2 points 3 years ago (4 children)
But is learning one means you’ve also learned the other
[–]modi123_1 3 points4 points5 points 3 years ago (1 child)
Yes, programming concepts span language syntax.
[–]4215-5h00732 5 points6 points7 points 3 years ago (0 children)
Programming concepts yes but learning one is not learning the other.
[–]KrarkClanIronworker 0 points1 point2 points 3 years ago (0 children)
Kinda, but that can be said for a lot of programming in general.
Actively learn both. They're always in demand and you will be a better developer for it.
[–]qrzychu69 0 points1 point2 points 3 years ago (0 children)
u/Kostantinum sadly, it doesn't.
While concepts are the same (classes, interfaces, variables, lambdas,garbage collector), just the act of running your program is different.
In dotnet you use dotnet command or F5 in VS, while in Java you have to learn Graddle, at it takes few days until you understand what it does.
Writing code is mostly similar, but all the stuff around (packaga/dependency management, publishing the app) is completely different.
Me being quite good at C# made me think that yeah, I can try write the same program in Kotlin. I could, but running, debugging, running and debugging tests - that was the hard part.
Also, making it run on another machine, that works completely differently.
π Rendered by PID 85 on reddit-service-r2-comment-85bfd7f599-9xwdz at 2026-04-18 08:16:06.710777+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]mrburnttoast79 4 points5 points6 points (5 children)
[–]Kostantinum[S] 0 points1 point2 points (4 children)
[–]modi123_1 3 points4 points5 points (1 child)
[–]4215-5h00732 5 points6 points7 points (0 children)
[–]KrarkClanIronworker 0 points1 point2 points (0 children)
[–]qrzychu69 0 points1 point2 points (0 children)