Explain the differences between Server-side and Client-side
code?
Answers were Sorted based on User's Feedback
Answer / raghumadhav tirunagari
Server side code will execute at server end all the business
logic will execute at server end where as client side code
will execute at client side at browser end.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / manjunath
1.server side code will be executed on server side by
vb.net or c#.net compiler and sent to client. client side
code is executed on client side by client browsers.
2.since the compiled code in server cannot be viewed on
client browser. client side code in HTML format can be seen
easily by view source.
3.client side validations like field check,email validation
done on the browser using (javascript). while login id and
password verifications are done on the server side.
| Is This Answer Correct ? | 2 Yes | 0 No |
i want to know that now a days which software course has demand and more opportunities please give me reply to my mail id
What is .net viewstate?
What is an asssembly qualified name? Is it a filename? How is it different?
8. Oop-Why and were we use Interfacse and Abstract class.
what is the difference between running an application with and without debugger?
What is .net mobile forms? : Microsoft dot net mobile
Explain about metadata?
What is cache coherency and how is it eliminated? : Dot net architecture
7. Oop-Diff B/w Interfacse and abstract class.
What is the difference between machine config vs. Web config : Dot net architecture
what are the things we generally declare in session_start , application_start ?
How to prevent my .NET DLL to be decompiled?