Explain the differences between Server-side and Client-side
code?

Answers were Sorted based on User's Feedback



Explain the differences between Server-side and Client-side code? ..

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

Explain the differences between Server-side and Client-side code? ..

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

Post New Answer

More Dot Net AllOther Interview Questions

what are clr,cls,cts?what is .net framework?

6 Answers   Six Sigma,


what is a namespace?how they are classified?write a program which contains class,object,inheritance?

0 Answers   Six Sigma,


Explain the race around condition? How can it be overcome? : Dot net architecture

0 Answers  


Explain cache? : .NET Architecture

0 Answers  


Why the config file might not be writable

0 Answers  






Explain the purpose of cache? How is it used? : .NET Architecture

0 Answers  


What are different types that a variable can be defined and their scopes ?

0 Answers  


How can i create only one instance of class and thus doesn't allow creating any more instances?

1 Answers  


What exactly is being serialized when you perform serialization? scope in C# ?

1 Answers  


Explain the race around condition? : .NET Architecture How can it be overcome? : .NET Architecture

0 Answers  


what is class and object explain with example?

8 Answers   Six Sigma,


Explain some of the disadvantages due to microsoft.net?

0 Answers  


Categories