Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
What resource taught you C#
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Seriosk" data-source="post: 388196" data-attributes="member: 72056"><p>It depends where you want to target, which elements and areas you want to cover, although these sites helped me out a lot when I was learning.</p><p></p><p><a href="http://codeproject.com" target="_blank">http://codeproject.com</a></p><p><a href="http://stackoverflow.com" target="_blank">http://stackoverflow.com</a></p><p><a href="https://www.dotnetperls.com/" target="_blank">https://www.dotnetperls.com/</a></p><p></p><p>I also hung around in <a href="http://chat.stackoverflow.com" target="_blank">http://chat.stackoverflow.com</a>, just don't be afraid to ask for a little help from time to time. Also some people enjoy learning by testing, some like watching videos or some just like going and reading long documentation, but anyway.. I have listed something for all types below.</p><p></p><p>Videos/Youtube Channels:</p><p><a href="https://www.youtube.com/user/programmingwithmosh" target="_blank">https://www.youtube.com/user/programmingwithmosh</a> (Not many videos but still educational and covers small things that you might miss)</p><p><a href="https://www.youtube.com/playlist?list=PL0EE421AE8BCEBA4A" target="_blank">https://www.youtube.com/playlist?list=PL0EE421AE8BCEBA4A</a> (Mentioned before)</p><p><a href="https://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners" target="_blank">https://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners</a></p><p></p><p>Documentation:</p><ul> <li data-xf-list-type="ul"><a href="https://msdn.microsoft.com/en-us/library/aa288436(v=vs.71).aspx" target="_blank">https://msdn.microsoft.com/en-us/library/aa288436(v=vs.71).aspx</a></li> </ul><p>Projects to try out:</p><ul> <li data-xf-list-type="ul">Mess about with some habbo emulators</li> <li data-xf-list-type="ul">Go and look at paint.net (No longer released but you can probably find an old version of their source code, still helps)</li> </ul><p>Books/PDF's</p><ul> <li data-xf-list-type="ul"><a href="http://www.introprogramming.info/wp-content/uploads/2013/07/Books/CSharpEn/Fundamentals-of-Computer-Programming-with-CSharp-Nakov-eBook-v2013.pdf" target="_blank">http://www.introprogramming.info/wp-content/uploads/2013/07/Books/CSharpEn/Fundamentals-of-Computer-Programming-with-CSharp-Nakov-eBook-v2013.pdf</a></li> <li data-xf-list-type="ul"><a href="https://codeblog.jonskeet.uk/category/books/" target="_blank">https://codeblog.jonskeet.uk/category/books/</a></li> </ul><p></p><p>When I got stuck on something, I went and read up about it, or watched a video on it, just some tips...</p><p></p><p>Also this does not apply now but if you do get to where your comfortable with CSharp and want to further your knowledge, I learnt that tools like Code Maid, Re sharper, and Code rush helps a lot with improving the quality of your code. All these tools and more can be found by a simple google search <img src="/styles/default/xenforo/smilies/emojione/tongue.png" class="smilie" loading="lazy" alt=":p" title="Stick Out Tongue :p" data-shortname=":p" /></p></blockquote><p></p>
[QUOTE="Seriosk, post: 388196, member: 72056"] It depends where you want to target, which elements and areas you want to cover, although these sites helped me out a lot when I was learning. [URL]http://codeproject.com[/URL] [URL]http://stackoverflow.com[/URL] [URL]https://www.dotnetperls.com/[/URL] I also hung around in [URL]http://chat.stackoverflow.com[/URL], just don't be afraid to ask for a little help from time to time. Also some people enjoy learning by testing, some like watching videos or some just like going and reading long documentation, but anyway.. I have listed something for all types below. Videos/Youtube Channels: [URL]https://www.youtube.com/user/programmingwithmosh[/URL] (Not many videos but still educational and covers small things that you might miss) [URL]https://www.youtube.com/playlist?list=PL0EE421AE8BCEBA4A[/URL] (Mentioned before) [URL]https://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners[/URL] Documentation: [LIST] [*][URL]https://msdn.microsoft.com/en-us/library/aa288436(v=vs.71).aspx[/URL] [/LIST] Projects to try out: [LIST] [*]Mess about with some habbo emulators [*]Go and look at paint.net (No longer released but you can probably find an old version of their source code, still helps) [/LIST] Books/PDF's [LIST] [*][URL]http://www.introprogramming.info/wp-content/uploads/2013/07/Books/CSharpEn/Fundamentals-of-Computer-Programming-with-CSharp-Nakov-eBook-v2013.pdf[/URL] [*][URL]https://codeblog.jonskeet.uk/category/books/[/URL] [/LIST] When I got stuck on something, I went and read up about it, or watched a video on it, just some tips... Also this does not apply now but if you do get to where your comfortable with CSharp and want to further your knowledge, I learnt that tools like Code Maid, Re sharper, and Code rush helps a lot with improving the quality of your code. All these tools and more can be found by a simple google search :p [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
What resource taught you C#
Top