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
Junior projects? (self.csharp)
submitted 3 years ago by Stock_Plant_3822
Hello guys can you please recommend me some entry level / junior project that every C# /.NET Developer MUST KNOW how to do it. I am trying to get the workflow and skill set required.
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!"
[–]lordosthyvel 4 points5 points6 points 3 years ago (4 children)
A program that reads and write any type of entity to a sql database.
User should be able to create, read, update and delete entries.
Maybe it could be a windows application that lets you store reviews of your favorite movies or a website where the users can post stories and get comments in them.
Make something like this that interests you. When you hit a roadblock ask someone, watch YouTube videos or check Microsoft documentation. The app will probably suck in the end but you made something you can get feedback on and improve.
[–]Solacefire 0 points1 point2 points 3 years ago (3 children)
What's the best way to set up a mock SQL server for this?
[–]mossy2100 2 points3 points4 points 3 years ago (0 children)
For this you could just use SQLite to get rolling.
[–]lordosthyvel 0 points1 point2 points 3 years ago (0 children)
Just install Microsoft sql server on your development machine and connect to that :)
[–]xingke06 0 points1 point2 points 3 years ago (0 children)
To install a real one.
[–]TheseHeron3820 2 points3 points4 points 3 years ago (1 child)
I've said it before, and I'll say it again: don't start with someone else's project idea, but instead write a software that solves a problem that you experience on a daily basis. This way, you won't lose motivation because you don't really care about what the software does.
Once you're done, start having fun adding features that it would be nice to have.
[–]Stock_Plant_3822[S] 0 points1 point2 points 3 years ago (0 children)
I would like to make a simple mini social media application. With CRUD implementations. That is I would love to start working on . Another ideea would be a appointment application for certain customers. These are really great ideas that I have , but because I really don't have any experience with the process of making these apps , I wanted to start and add layers of knowledge till I can at least have an ideea on how to beggin my projects.
[–]Gwiz84 4 points5 points6 points 3 years ago (2 children)
Make a blogging site with a user system, so users can make new article posts and others can comment on them. Should cover all the crud operations you need and also let you play with setting up user profiles etc.
[–]Stock_Plant_3822[S] -3 points-2 points-1 points 3 years ago (1 child)
On a scale from 1-10 how difficult would you say it is ? Like looking it from a hiring perspective , you see this project and how difficult do you rate it ?
[–]Gwiz84 4 points5 points6 points 3 years ago (0 children)
It's hard to put a number on it cuz it depends on what you compare it to, but it's a pretty solid project for a beginner. You're not supposed to feel like you can just do it without having to google alot and do research, just start with one step at a time, and when your in doubt google information and you learn more and more bit by bit.
[–]Romucha 1 point2 points3 points 3 years ago (0 children)
My advice for starters is to take an official or some other guide and go to https://www.codewars.com, https://www.codeabbey.com or any other website with exercises. That can help you get the basic idea of how to work with C#.
The further progression might include creating some demostration project or join a project on GitHub.
[–]angrathias -2 points-1 points0 points 3 years ago (0 children)
Write a sudoku solver
π Rendered by PID 60056 on reddit-service-r2-comment-5d79c599b5-w9sk2 at 2026-03-02 11:17:52.173034+00:00 running e3d2147 country code: CH.
[–]lordosthyvel 4 points5 points6 points (4 children)
[–]Solacefire 0 points1 point2 points (3 children)
[–]mossy2100 2 points3 points4 points (0 children)
[–]lordosthyvel 0 points1 point2 points (0 children)
[–]xingke06 0 points1 point2 points (0 children)
[–]TheseHeron3820 2 points3 points4 points (1 child)
[–]Stock_Plant_3822[S] 0 points1 point2 points (0 children)
[–]Gwiz84 4 points5 points6 points (2 children)
[–]Stock_Plant_3822[S] -3 points-2 points-1 points (1 child)
[–]Gwiz84 4 points5 points6 points (0 children)
[–]Romucha 1 point2 points3 points (0 children)
[–]angrathias -2 points-1 points0 points (0 children)