What is a serverside technology?
what is a clientside technology?
what is a clientserver technology?
what is a internet based application?
what is a intranet based application?
what is a windows application?
what is a console application?
Difference between console application and windows application?
Answer Posted / vikas
1)A Technology in which process is executed on Server is
called Server Side Technology.
A Technology in which process is executed on Client itself
is called Client Side Technology
2)A Application that uses WAN is called Internet Application.
3)A Application that uses LAN is called Internet Application.
This application uses technology of Internet based
Application
4)Application which is executed through GUI is called Windows
Application.
Application which is executed through CUI is called Windows
Application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is asp net framework?
How the ‘page lifecycle’ of ASP.Net MVC does works?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
What is .net architecture?
Are there any parts of the .net framework 3.0 that only work on windows vista?
What is the .net framework and how does it work?
mention what is code first approach and model first approach in entity framework?
How we can handle the exception at controller level in ASP.Net MVC?
What is presentation framework?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
What is entity graph? : Entity framework
What is definingquery in entity framework? : Entity framework
What are authentication filters in web api?
If I have multiple filters implemented, what is the order in which these filters get executed?
What are actions in asp.net mvc?