Evenus1
- 29
- 2
does anyone know a good c# tutorial for some one with only knowledge in css and html
The discussion revolves around finding suitable C# tutorials for beginners who have limited programming experience, primarily in HTML and CSS. Participants share resources, express opinions on the suitability of C# for beginners, and compare C# with other programming languages like Java.
Participants express a range of opinions on the appropriateness of C# for beginners, with some advocating for its use while others recommend starting with different languages. There is no consensus on the best approach to learning programming or the suitability of the resources provided.
Some participants emphasize the importance of foundational programming concepts before diving into object-oriented languages, while others challenge this view. The discussion reflects varying levels of experience and differing educational philosophies regarding programming language acquisition.
Individuals interested in learning C#, particularly those with a background in web development or limited programming experience, may find this discussion relevant.
First thing first. You're not going to dive head first into OO C# if all you know is HTML. Which isn't even a programming language, it's markup.Evenus1 said:thank you
but c# is object orientated and your first link is not about that
Evenus1 said:does anyone know a good c# tutorial for some one with only knowledge in css and html
a programmer needs to learn the basics, assembly seems too low (it'll be too complex to deal with advanced topics like threading and event driven stuff), GUI languages are too highly abstract (the programmer will become stupid to really understand what stays behind the scene), so C or the likes is the middle thing to learn and start from, i see why most schools in the world use c as their primary lang of choice in software engineering classes.Evenus1 said:what do you mean
Silicon Waffle said:C# today is famous, but i were you I would choose other languages (PHP, Java, C). believe me C# is the language that will make you believe "oh it just works, no matter what" is correct.