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, ...
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 :
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.
None
0 Points
3 Posts
Getting started with web dev
May 27, 2018 07:59 PM|uid649805|LINK
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 :
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
All-Star
18815 Points
3831 Posts
Re: Getting started with web dev
May 28, 2018 06:22 AM|Nan Yu|LINK
Hi serge.calder,
Welcome to ASP.NET Forum .
Please 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 .
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.
https://docs.microsoft.com/en-us/aspnet/web-pages/overview/getting-started/introducing-razor-syntax-c
http://www.bandgap.cs.rice.edu/classes/comp410/resources/Using%20HTML%205/Home.aspx
From 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
None
0 Points
3 Posts
Re: Getting started with web dev
May 31, 2018 06:18 PM|uid649805|LINK
Thanks for your reply,
Except those resources do you know really good books reference with practical sample case ?
regards
All-Star
18815 Points
3831 Posts
Re: Getting started with web dev
Jun 04, 2018 05:19 AM|Nan Yu|LINK
Hi serge.calder,
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