|
Hello all,
I am making a medium sized standard LOB application. Currently its a web application but I am formulating a proposal to revamp it into a Desktop remote application. By this I mean that the database and the application server will be hosted ...
Started by xeshu on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It's going to be easier to deploy it will be faster than ... .
Never again use ASP.NET/Ajax/etc for a web type application, it would be WPF or Silverlight all the way right! Heres why you should stick to a html web application.
|
|
Other than the fact that ASP.NET MVC Web Application has more clarity in its implementation of the MVC pattern and that it strictly follows the MVC pattern, how is it different from ASP.NET Web Application ?
If you make your ASP.NET Web Application have...
Started by Nahom Tijnam on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
For a simple....
On the plus side I can write an ASP.NET Web Application with a rich.
When you can slap of responsibilities in a MVP design .
An ASP.NET MVP Web Application so that your application supports test automation.
|
|
What is web services(Rmi,ejb,soap)? what is different between web services and web application? Is possible to implement web services in web application?
Answer Snippets (Read the full thread at stackoverflow):
Web application - Person-to-server with HTTP, HTML
Web service - Server-to-serverA web service is a way to transmit/expose information in such a way that a Web Service client it wants using methods and functions....
Or not).
|
Ask your Facebook Friends
|
Possible Duplicate:
ASP.NET: Web Site or Web Application?
Can anybody explain me the difference between Web Site and Web Application in .NET?
Started by Justin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Unfortunally some people (including ....
This is done via the Publish option.
A Web Applications behave much like a 'ordinary application', and the code needs the site, much in the way of a Web Application.
Studio 2003.
|
|
In VS2008 what is the difference between Web Site and Web Application? And are there advantages to using either one?
Started by Brad on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
Web Application, on the other hand with Web Application....
If you're using Visual Studio 2005, Web Application projects compile faster according to this site placed inside the bin folder with a random generated dll name.
|
|
I want to know the difference between managed application & web based application. I am developing smart device application in .NET. Can we differentiate ASP.NET, C#.NET, VB.NET application based on difference between Managed Application & Web based application...
Answer Snippets (Read the full thread at stackoverflow):
A web based application can be either managed or native, soThe two terms are unrelated: managed....
For instance, an ASP.NET web than as native machine code.
An application runs under a server which responds to web requests.
|
|
Which is the best Data Modeling and Web Site Wireframe tool for web application
Started by amexn on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Balsamiq Mockups is very nice, and has a free web based version (it nags you every once in a while.
|
|
What is the difference between a website and a web application?
Started by Praveen Prasad on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
It can have contains static HTML....
It is a very).aspx#wapp_topic5
A web-application is an application that is hosted on the internet.
A website might just be static content - a web application would have dynamic content.
|
|
Possible Duplicate:
ASP.NET: Web Site or Web Application?
What are the differences between having an asp.net website project or a web application project?
I come from a Winforms background. Will the IIS configuration be different when choosing between...
Started by Morph on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
In a web site, all application processing occurs on the client side-usually when applets or javascript run ....
Http://msdn.microsoft.com/en-us/asp.net developer.
Of distinction between a Web Site and a Web Application.
|
|
Possible Duplicates:
website or webapplication in.ASP.NET
web application projects v.s. web site projects
What are the differences?
I can right click on a solution and say
Add New Website...
or
Add New Project... > Web > ASP.NET Web Application
...
Started by Jeff Meatball Yang on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't know how many times I've had much simpler than the web....
Did you tried to search before post this question?
as an example:
web application Web Site Projects for 2 reasons:
NO designer files to mess with.
Time coding.
|