Skip to main content
A newer version of this page is available. .

Real-World Sample Applications

  • 3 minutes to read

The DevExpress product installation includes real-world applications (RWAs) that illustrate how various ASP.NET controls can be integrated to create a practical web application.

These demos include source code for C# and VB.NET. To open the source of a specific demo, run the solution from the corresponding directory relative to the following default root.

“C:\Users\Public\Documents\DevExpress Demos 18.2\Components\ASP.NET\…”

ASP.NET MVC Applications

Demo

Description

Clinical Study

rwa-ClinicalStudy.png

A role-based web application designed to manage clinical trials. It demonstrates how DevExpress ASP.NET MVC extensions are used to build user-friendly solutions.

See the Clinical Study RWA Specifics document and Paul Usher’s Webinar to learn more.

 

  • Path to Local Project:

    • C#:

      C:\Users\Public\Documents\DevExpress Demos 18.2\Components\ASP.NET\CS\ClinicalStudy.Site\

ASP.NET Web Forms Applications

Demo

Description

DevAV - Outlook Inspired Application

rwa-DevAV-OutlookInspired.png

rwa-DevAV-Bootstrap

This demo replicates the Microsoft Outlook user interface for a fictitious electronics manufacturer.

See Mehul Harry’s Webinar: Building an Outlook Inspired UI for more information.

 

  • Path to Local Project:

    • C#:

      C:\Users\Public\Documents\DevExpress Demos 18.2\Components\ASP.NET\CS\DevAV\

    • VB:

      C:\Users\Public\Documents\DevExpress Demos 18.2\Components\ASP.NET\VB\DevAV\

  • View Bootstrap Demo Online

 

  • Path to Local Project (Bootstrap Version):

    • C#:

      C:\Users\Public\Documents\DevExpress Demos 18.2\Components\ASP.NET\CS\DevAV.Bootstrap\

    • VB:

      C:\Users\Public\Documents\DevExpress Demos 18.2\Components\ASP.NET\VB\DevAV.Bootstrap\

Sales Viewer

rwa-SalesViewer.png

This demo shows how to construct flexible and fully customizable web apps for real-time data consumption and analysis.

See Don Wibier’s Blog: The SalesViewer ASP.NET Demo - Best Practices for more details.

 

  • Path to Local Project:

    • C#:

      C:\Users\Public\Documents\DevExpress Demos 18.2\Components\ASP.NET\CS\SalesViewer\

    • VB:

      C:\Users\Public\Documents\DevExpress Demos 18.2\Components\ASP.NET\VB\SalesViewer\

DX Hotels - Hotel Booking

rwa-DXHotels-Desktop.png

rwa-DXHotels-Mobile.png

A simple web application that emulates a hotel booking system.

 

  • Path to Local Project (Desktop Version):

    • C#:

      C:\Users\Public\Documents\DevExpress Demos 18.2\Components\ASP.NET\CS\HotelBooking.Desktop\

    • VB:

      C:\Users\Public\Documents\DevExpress Demos 18.2\Components\ASP.NET\VB\HotelBooking.Desktop\

  • Path to Local Project (Tablet Version):

    • C#:

      C:\Users\Public\Documents\DevExpress Demos 18.2\Components\ASP.NET\CS\HotelBooking.Tablet\

    • VB:

      C:\Users\Public\Documents\DevExpress Demos 18.2\Components\ASP.NET\VB\HotelBooking.Tablet\

Documents

rwa-Documents.png

A simple web-based file management application that allows end-users to view and edit documents.

 

  • Path to Local Project:

    • C#:

      C:\Users\Public\Documents\DevExpress Demos 18.2\Components\ASP.NET\CS\Documents\

    • VB:

      C:\Users\Public\Documents\DevExpress Demos 18.2\Components\ASP.NET\VB\Documents\

Office Apps

rwa-OfficeApps

An adaptive web application that provides functionality similar to the Microsoft Office 365.

 

  • Path to Local Project:

    • C#:

      C:\Users\Public\Documents\DevExpress Demos 18.2\Components\ASP.NET\CS\OfficeApps\

    • VB:

      C:\Users\Public\Documents\DevExpress Demos 18.2\Components\ASP.NET\VB\OfficeApps\

Responsive Web Application Template

rwa-responsive-web-app

A template that provides several pages that include responsive layouts.

 

  • Run on a local machine:

    • C#:

      Run the DevExpress Template Gallery, select Responsive Web Application, and click Create Project

    • VB:

      Run the DevExpress Template Gallery, switch to the Visual Basic tab, select Responsive Web Application, and click Create Project.

See Also