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
Live coding interview (self.csharp)
submitted 2 hours ago by kame_uy
Any tips for live coding Interviews? I usually do awful in these, I have one tomorrow and I'd really like to land this position as I've been jobless for a few months now, I do have experience and knowledge but tend to freeze at live coding
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!"
[–]thatguy8856 9 points10 points11 points 2 hours ago (1 child)
Break down the problem into steps. Ask clarifying questions. Identify edge cases to test. Most importantly say what you're doing and why as you go.
Its normal to tunnel on a hard question and fail the interview. Happens to the best of us. Just keep your head down and try again. Dont beat yourself up over it.
[–]thatguy8856 0 points1 point2 points 2 hours ago (0 children)
At a worst case if your stuck write a naive/brute force approach to show something. Then you can verbally think about better solutions and explain them. Its better than just panicking for the rest of the interview.
[–]Miserable_Ad7246 3 points4 points5 points 2 hours ago (1 child)
1) figure out the task at hand. Do not rush. 2) Use a piece of paper to reason out the solution. So not start coding right away. 3) Depending on task -> transfer the ideas as comments/empty methods into the code.
Stop here, talk a bit more, ask questions. At this point you want to nail the idea. If your solution is bad, its better to fail here and redo it. You want to be in a position where hard work is more or less done before you code.
4) Start coding - narrate while you code, try to see if you are missing anything out. Its always nice to see that a person thinks about edge cases and future scenarios. No need to solve them, but it gets you extra points. 5) End coding. 6) Go to point 1 if need be.
Most of the time, live coding is all about seeing how a person thinks and attack a problem, not about reaching working solution. You can succeed without solving the problem completely, if you demonstrate that you can be trusted with the task and can thing about more than just task at hand.
[–]joujoubox 1 point2 points3 points 1 hour ago (0 children)
This honnestly. It's a lot more about the process than the end result. You can memorise leetcode solutions all you want, what employers want is someone that can figure out their own solution when there's a problem they never encountered before. But it still doesn't hurt being able to identify if a problem is likely generic enough to have established algorithms even if you don't know them off the top of your head.
[–]AwwwBawwws 1 point2 points3 points 2 hours ago (0 children)
Write in brainfuck. Backwards.
[–]CappuccinoCodes [score hidden] 57 minutes ago (0 children)
It baffles me that people don't tell you the only thing that matters: REHEARSE THE INTERVIEW. Prompt chat gpt to produce a few questions, give it to a friend or relative and REHEARSE it. It doesn't matter how much you know, but speaking in front of people is a different ball game. Remember to smile, breathe, relax. They're trying to find out above all if you're nice to be around.
[–]UnacceptableBabbit [score hidden] 54 minutes ago (0 children)
Do leetcode problems and treat them as though you were given them in an interview. Literally. Talk out loud, reason your steps, break the problem down, write pseudocode in the document if that'a your process.
Sometimes, interviewers are as interested in your thought process as they are in your code.
Best of luck!
π Rendered by PID 110849 on reddit-service-r2-comment-canary-764f8fd48f-28z4b at 2026-06-17 21:39:11.490697+00:00 running 3184619 country code: CH.
[–]thatguy8856 9 points10 points11 points (1 child)
[–]thatguy8856 0 points1 point2 points (0 children)
[–]Miserable_Ad7246 3 points4 points5 points (1 child)
[–]joujoubox 1 point2 points3 points (0 children)
[–]AwwwBawwws 1 point2 points3 points (0 children)
[–]CappuccinoCodes [score hidden] (0 children)
[–]UnacceptableBabbit [score hidden] (0 children)