Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Voxera115856yWell for windows C# should be a good choice unless you need ridiculous performance ;)
But more important is what you are going to do.
Doing the right thing is always more important than the tools.
And why.
Is this just to try doing it, or do you aspire to actually distribute it?
For an experiment I would go with. Something simple that you can find many examples of just to get a good chance to get it done.
If you are looking to build something to distribute its much harder as you either has to find something useful that not already has a hundred good tools or be better than most other. -
Orni10316y@Voxera thanks for the response
I feel like choosing the right tools is part of doing the right thing.
I’m planning on building an app to help me personally. I’m not planning on distributing it unless it gets really good (and if I do it won’t be a paid thing).
I’ll probably start with a little practice app because it’s a pretty daunting task, but I’d like to get moving on basic functionality not too far down the road -
McSebi5016y@McSebi preferably in a dynamic way that can be configured or scripted outside of the program Code
-
PJesus2626yYou can get some help in here
https://docs.microsoft.com/en-us/...
And look for Xamarin too, it's a good tool (if you know how to use) -
Voxera115856y@Orni make sure to set clear first goal to get some part operational.
Its very easy to go to wide and then never get done and once you have some functionality going you might fund a whole new set of priorities that was not apparent before.
I have seen this a couple of times when you have to actually use what you built for a real task and you end up with a loong list of improvements you never would have thought if before :)
Related Rants
Howdy yall,
I'm interested in developing a productivity app for windows, but I have no idea where to get started. Do you have any suggestions for frameworks/tutorials to get started with? I'd prefer to use C# instead of C++, but if necessary I'll do either.
Thanks for the suggestions
P.S. It'll also be the first project I actually use version control for. Fun stuff
question
application
windows
app development
c#