what is webapplication? what is windows application?
what is the extension for both . in what purpose we r using
webapplication. in which situation we r using windowns
application
Answer Posted / asim
web application means client and server(request and
response concept) interaction.web application are used when
ever the no of users are more .
extension depends on wht programming language is ur using
if it is asp or aspx for .net,jsp if its java server pages
windows application are used as desktop appliations this
are use in distributed application
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Does c# have functions?
what are nullable types in c#
What is keywords in c#?
why delegate is type safe?
What do you mean by thread safe in c#?
How to reverse each word in a string using c#?
How do I create a single-file assembly?
Can you put two constructor with the same structure in a class?
How do I download a program to my desktop?
How can you use abstract class and interface?
What is ildasm.exe used for?
What are the collections in c#?
Explain the difference between the debug class and trace class?
Which debugging tools you can use in the .NET ssSDK?
What is datatable in c#?