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
		
- 
				
				 Brolls30637yWhat is it you’re trying to learn? The language itself, or how to do something particular? Brolls30637yWhat is it you’re trying to learn? The language itself, or how to do something particular?
- 
				
				 Brolls30637y@BitByteBoolean I’d honestly recommend trying to make something. Brolls30637y@BitByteBoolean I’d honestly recommend trying to make something.
 
 If you’ve built something in a different language, try and port it, the syntax is readily available at the MSDN documentation, the biggest trick is learning the base class library and what classes in which namespaces do what you want.
 
 Microsoft have a bunch of samples online somewhere too, maybe download a demo project and have a poke around in it.
 
 My personal opinion is that unless you’re looking for something hyper targeted, tutorials or videos are likely to be constraining unless they’re really comprehensive.
 
 Stumbling around in the dark might take a while longer, but you’ll learn and retain a lot more.
- 
				
				Rob Mile's c# programming Yellow Book http://www.csharpcourse.com/ was a nice read
Related Rants






 When I was trying to learn about parameters 😂
When I was trying to learn about parameters 😂

Anyone know a good C# course on skillshare, or similar site ? 🤪
question
noob
learning to code