HTML5 and Javascript is able to create really good dynamic pages. Is asp.net still usefull if I am a good HTML5 and Javascript designer? Why should I chosse one or the other?
HTML5 and Javascript is able to create really good dynamic pages. Is asp.net still
Share
ASP.net is for server side. Needed if you want to interact with databases and server side logic (eg: session handling, database operations, user authentication etc).
HTML 5 and Javascript is for client side for page rendering and client side logic.
Both target diffrent areas.