Server-side and Client-side code in ASP.NET

Define Server-side and Client-side code in ASP.NET.

Server-side code
- It runs on the server.
- They can be used for developing web applications.
- It uses the .NET framework and is written in C# and VB.NET languages.
- They interact with the permanent storage such as the databases or the files.

Client-side code
- It runs on the client's browser.
- They process the web applications by using the C# and VB.NET languages along with the .NET framework.
- They get the object oriented benefits such as inheritance, implementing int5erfaces and polymorphism.
Tag to add a hyperlink column to the DataGrid - ASP.NET
ASP.NET - Tag to add a hyperlink column to the DataGrid..
Where does VS.NET store Web application projects?
ASP.NET - Where does VS.NET store Web application projects? - Web application projects create a virtual folder for each project where all the files of the projects are stored....
Web application’s life cycle - ASP.NET
ASP.NET Web application’s life cycle - A Web application starts with the first request for a resource...
Post your comment