New Posts New Posts RSS Feed: ASP.Net MVC First Application without Silverlight
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

ASP.Net MVC First Application without Silverlight

 Post Reply Post Reply
Author
jfcardenas View Drop Down
Newbie
Newbie
Avatar

Joined: 20-Jul-2012
Posts: 2
Post Options Post Options   Quote jfcardenas Quote  Post ReplyReply Direct Link To This Post Topic: ASP.Net MVC First Application without Silverlight
    Posted: 20-Jul-2012 at 2:18pm
Thank you that was very clarifying and helpful to make a correct decision. Now I have clear the scope and purpose of your product.


Back to Top
mgood View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 18-Nov-2010
Location: Emeryville, CA
Posts: 583
Post Options Post Options   Quote mgood Quote  Post ReplyReply Direct Link To This Post Posted: 20-Jul-2012 at 1:16pm
DevForce is not a Web Framework. It is a data access framework. DevForce is designed to access data from a rich client application over a network connection such as the Internet using standard protocols. Such rich client applications are written in WinForms, WPF or Silverlight and soon Javascript/HTML5. What all these applications have in common is that they are or can be delivered over the Web, but run on the client giving the user a desktop-like application experience. This is not your traditional ASP.NET experience where most of the code runs on the server and HTML with a sprinkle of Javascript is delivered to a browser on the client.
 
DevForce provides things like a fully queryable client side cache to avoid redundant expensive roundtrips to the server among other features. You can use DevForce server-side in an ASP.NET application, but we are probably the first once telling you that's not really what the product is designed for.
 
What DevForce provides is the ability to compose queries on the client, send them to the server and execute against EntityFramework and then package up the resulting entities and send them to the client, where they get cached. That's not what you do in a traditional ASP.NET app. In a traditional ASP.NET app you query the data on the server and then emit HTML with the data values embedded and send the HTML to the browser where it gets rendered.

DevForce can work in the ASP.NET architecture, but the feature set is really designed to be used by rich client applications.



Edited by ting - 24-Oct-2012 at 3:39pm
Back to Top
jfcardenas View Drop Down
Newbie
Newbie
Avatar

Joined: 20-Jul-2012
Posts: 2
Post Options Post Options   Quote jfcardenas Quote  Post ReplyReply Direct Link To This Post Posted: 20-Jul-2012 at 10:19am
Hello community,

I'm in the difficult tasks to select a Web Framework for a new project, and of course DevForce is one of the candidates.

I downloaded and installed the trial version, but (sorry for my so basic question) How I can create a ASP.Net application without silverlight? Is it possible? Is there any template for this application type?

Thanks for your help and comments.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down