How do I go about making a project in c#?
A lot of projects people suggest are stuff like library manager, hospital manager l, note taking app and all of that, now while these are egood projects, how do I actually make them? Because you can't really make them as console applications, so I would like some guidance on that part, thanks!
9 Replies
assuming you know c# already, start looking into the mvvm pattern, then get familiar with WPF as a ui-framework (its tmk still the most stable one)
When you want to work with another framework later on, it won't be hard to switch on the next project, as many also use xaml.
when you educated yourself on these two, and feel ready to start any project, make yourself a little design for the frontend you want to have. (make an actual drawing with paint, visio, drawio or similar. just a scribble is good enough)
and then just start building it.
the rest will come along the way
So basically I should look into mvvm, WPF and maybe later on xaml?
What is your actual end goal and motivation
Well I want to make projects to test my knowledge and on the way build a resume so I would prefer them to look nice lol
the best projects are something you're actually interested in making
Well yeah I am interested in some of them, just not sure how to go about and make them
it'll depend on the types of jobs you want
web? desktop?
this doesn't really make sense. aimlessly testing your knowledge on a field so wide likely won't keep your attention and will aliennate you if i had to guess.
practice the skills for what you see yourself doing and want to do.
there's so much churn to WPF, and MVVM, that if you're not actually going to use it or go into that specific area of C#, it's almost entirely pointless drivel.
Well, I'll go dig then to what I want to do ig and stuff like that, tysm everyone!