❔ How do you train your coding skills
I have recently learned a lot of concepts about coding like Recursion and abstract Factory, LINQ and Delegates but i don't have a lot of ways to test it out. what i am looking for is some references and ways i can write coding from scratch.
7 Replies
make things, you'll learn a lot that way
$projects
Collections of application ideas that anyone can solve in any programming language to improve coding skills:
https://github.com/dotnet/dotnet-console-games
https://github.com/karan/Projects
https://github.com/florinpop17/app-ideas
is that all i figured there would be more to get experience with coding?
sure, how else are you going to improve?
quick side question what can i use to make small API to test out the coding?
If by API you mean a web api, Consider making an asp.net webapi project
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.