Asked by:
Getting started with web dev

Question
-
User-1410363741 posted
Dear all,
I am coming more from Desktop development where I have over 25 years programing. Today mainly woring as C# and WPF.
I need to for one of my customer project to start working on web development which is completly new for me. New becqsue tehre are so many framwork around, so many language and architecture type that I am a bit lost.
First of all the back end will be SQL server.
I need to find good ressource and books which can cover straight away the essential in real business :
- The architecture of a web project ( client, server ) : mainly how to a organise and select different components
- Today seems that javascript is the language to learn for web right ? if yes any good reference ?
- Then for the redering I have eard a lot on combinqtion of HTML5 and Razor, any good book to learn?
- Finally I earn about node.js but do not understand what it is exacttly
At the end I should egt solid knowledge in order to work on a real project in 2 month
Thnaks for your all advise and book reference according to your professionnal experience.
PS : my goal is not only to build a hello world application of todo list but need to cover alos professionnal app and app performance, server settings, ...
regards
Sunday, May 27, 2018 7:59 PM
All replies
-
User1724605321 posted
Hi serge.calder,
Welcome to ASP.NET Forum .
The architecture of a web project ( client, server ) : mainly how to a organise and select different componentsPlease refer to document : https://docs.microsoft.com/en-us/dotnet/standard/modern-web-apps-azure-architecture/common-web-application-architectures , you can view more articles from navigation bar in left panel .
Today seems that javascript is the language to learn for web right ? if yes any good reference ?Yes, JavaScript is the programming language of HTML and the Web , and helps you handle Http Requests / Round Trips / PostBacks in ASP.NET , you can refer to articles below :
https://www.asp.net/mvc/overview/javascript
jQuery is a fast, small, and feature-rich JavaScript library.
Then for the redering I have eard a lot on combinqtion of HTML5 and Razor, any good book to learn?http://www.bandgap.cs.rice.edu/classes/comp410/resources/Using%20HTML%205/Home.aspx
Finally I earn about node.js but do not understand what it is exacttlyFrom Node.js website :
Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
You can click here for more details about what exactly is Node.js . And learn from Node.js docs.
Best Regards,
Nan Yu
Monday, May 28, 2018 6:22 AM -
User-1410363741 posted
Thanks for your reply,
Except those resources do you know really good books reference with practical sample case ?
regards
Thursday, May 31, 2018 6:18 PM -
User1724605321 posted
Hi serge.calder,
serge.calder
Except those resources do you know really good books reference with practical sample case ?You can refer to below links for books :
https://forums.asp.net/t/2068060.aspx?A+good+book+for+c+and+mvc+
https://www.quora.com/What-is-the-best-book-for-asp-net-MVC
Best Regards,
Nan Yu
Monday, June 4, 2018 5:19 AM