-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Learning ASP.NET Core MVC Programming
By :
It is necessary to understand the client-side and server-side of web applications and what can be done either side. With respect to web applications, your client is the browser and your server could be the web server/application server.
The browser side is whatever that happens in your browser. It is the place where your JavaScript code runs and your HTML elements reside.
The server-side is whatever happens at the server at the other end of your computer. The request that you fire from your browser has to travel through the wire (probably across the network) to execute some server-side code and returns the appropriate response. Your browser is oblivious to the server-side technology or the language your server-side code is written in. The server-side is also the place where your C# code resides.
Let us discuss some of the facts to make things clear:

Change the font size
Change margin width
Change background colour