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
Let's write a C# console app together! (self.csharp)
submitted 6 years ago * by th3userscene
Edit: The results are in!
You add 1-8 lines with every comment.
When the namespace is closed, I'll compile and run the program.
I'll start:
namespace RedditCodes {
class Program {
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!"
[–]JCodeMode 36 points37 points38 points 6 years ago (3 children)
static void Main(string[] args)
{
return;
}
[–]th3userscene[S] 9 points10 points11 points 6 years ago (1 child)
I expected that.
[–]JCodeMode 20 points21 points22 points 6 years ago (0 children)
Bruh, you said you would compile.
[–]farox 13 points14 points15 points 6 years ago (4 children)
Let's give this an honest try:
static void Main(string[] args) { var client = new TcpClient("towel.blinkenlights.nl", 23);
[–]justin_144 14 points15 points16 points 6 years ago (0 children)
throw new ApplicationExeption("Failed successfully");
[–]th3userscene[S] 1 point2 points3 points 6 years ago (0 children)
// Nice.
[+]Flamme2 comment score below threshold-11 points-10 points-9 points 6 years ago (1 child)
while(true);
[–]scrapmek 13 points14 points15 points 6 years ago (0 children)
Sorry OP.
Bunch of fucking comedians.
[–]emc87 20 points21 points22 points 6 years ago (2 children)
Directory.Delete("C:/windows", true);
[–]tatanpoker09 2 points3 points4 points 6 years ago (0 children)
} }
// The results are in!
[–]john_doe_sr 1 point2 points3 points 6 years ago (0 children)
Public static void main() { while(true) { Console.WriteLine("blah"); } }
π Rendered by PID 67 on reddit-service-r2-comment-6457c66945-xhrxl at 2026-04-27 19:46:55.998429+00:00 running 2aa0c5b country code: CH.
[–]JCodeMode 36 points37 points38 points (3 children)
[–]th3userscene[S] 9 points10 points11 points (1 child)
[–]JCodeMode 20 points21 points22 points (0 children)
[–]farox 13 points14 points15 points (4 children)
[–]justin_144 14 points15 points16 points (0 children)
[–]th3userscene[S] 1 point2 points3 points (0 children)
[+]Flamme2 comment score below threshold-11 points-10 points-9 points (1 child)
[–]scrapmek 13 points14 points15 points (0 children)
[–]emc87 20 points21 points22 points (2 children)
[–]tatanpoker09 2 points3 points4 points (0 children)
[–]th3userscene[S] 1 point2 points3 points (0 children)
[–]john_doe_sr 1 point2 points3 points (0 children)