ASP.NET
Can I learn ASP.NET straightforward without learning html or other markup languages ?? I have a C# Background.....
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sunny SharmaPosted May 29, 2013, 1:49 PM
I would say No for you. Reason being all the output that an ASP.NET application will generate will end up rendering HTML codes to browser. So you won't be able to understand what output your code is generating and how to track it down if something is gonna stuck with your problem. So, I suggest you better learn HTML first. It's not necessary to cover everything inside HTML. You must have the basic understanding of how it works, common attributes, tags and all.
Here is a nice website to get started:
http://www.w3schools.com/html/
Hope it helps :)
Thanks