Print Page | Close Window

Tutorials or Complete Sample Applications?

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=3196
Printed Date: 25-Apr-2024 at 1:01am


Topic: Tutorials or Complete Sample Applications?
Posted By: chrisv
Subject: Tutorials or Complete Sample Applications?
Date Posted: 09-Jan-2012 at 10:08am

We're evaluating DevForce to develop a web-based point-of-sale, line-of-business application from scratch.  We need it to work on all the major browsers, and be HTML based.  It will not use Silverlight or WPF.

In our application, many of the pages follow a CUD model: search for a record, edit that record, save the record.  Or add a new record and save it.  We're looking for a tool/framework that makes creating these pages, along with the data access code, simple.

We've looking for a tool that will speed the development of the user interface, especially page layout (positioning the fields exactly where we want them) and validation of fields.  We'd like to develop validation logic in the business layer and have the UI automatically respect it. 

We'd also like to have look up fields.  For example, the user must select a customer for a form.  They click a look up button and dialog box pops up with a list of customers.  They can then filter the list based on criteria entered directly, such as country, or state.  Finally, they click on a customer name and it's inserted back into the page.

We've looked at Microsoft MVC 3 with EF4 and are impressed.  However, the problem is that it takes a long time to develop the actual UI, since you have to develop the HTML/CSS/Jquery code by hand (for the most part)

The universal client would seem to meet our needs, but I can't find much in the tutorials relating to its use.

Is there a sample project for a complete business application, like a CMS system, that uses the universal client? The BigShelf seems closest to what we're looking for, but it appears to be out of date.

Are there any tutorials for building a complete application, from start to finish?  Something with a number of real-world pages, that load and save data with validation?  We're interested in the speed of creating the user-interface.


< id="Siber_1" ="application/rf-np-plugin" style="left: 0px; top: 0px; width: 0px; height: 0px; : fixed; display: block; ">



Replies:
Posted By: ting
Date Posted: 10-Jan-2012 at 5:07pm
Hi Chris,

DevForce supports ASP.NET, but is really tailored for building RIA applications in Silverlight, WPF, and Metro. Many of our customers have a principal UI in Silverlight or WPF, and an adjunct application in ASP.NET. However, if your only UI is HTML, then DevForce is probably not a good fit.

Since we are strong advocates of the RIA paradigm, we are planning to develop a JavaScript version of DevForce for use with HTML. The BigShelf application (based on Microsoft's RIA/JS) was a proof-of-concept, but since RIA/JS is undergoing some dramatic changes, this is not a sample that you should use for building an application.

I hate turning down prospective customers, but I don't want to be misleading either. Check back with us later in 2012 to see what we're doing with JavaScript and HTML 5. Good luck with your project!

Ting




Print Page | Close Window