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.
|