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 24.2\Components\ASP.NET\…”
#ASP.NET Web Forms Applications
Demo
| Description
|
---|
DevAV - Outlook Inspired Application
![rwa-DevAV-OutlookInspired.png](/AspNet/images/rwa-devav-outlookinspired.png25726.png)
![rwa-DevAV-Bootstrap](/AspNet/images/rwa-devav-bootstrap132024.png)
| 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 24.2\Components\ASP.NET\CS\DevAV\
VB:
C:\Users\Public\Documents\DevExpress Demos 24.2\Components\ASP.NET\VB\DevAV\
View Bootstrap Demo Online
Path to Local Project (Bootstrap Version):
C#:
C:\Users\Public\Documents\DevExpress Demos 24.2\Components\ASP.NET\CS\DevAV.Bootstrap\
VB:
C:\Users\Public\Documents\DevExpress Demos 24.2\Components\ASP.NET\VB\DevAV.Bootstrap\
|
Sales Viewer
![rwa-SalesViewer.png](/AspNet/images/rwa-salesviewer.png25729.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 24.2\Components\ASP.NET\CS\SalesViewer\
VB:
C:\Users\Public\Documents\DevExpress Demos 24.2\Components\ASP.NET\VB\SalesViewer\
|
DX Hotels - Hotel Booking
![rwa-DXHotels-Desktop.png](/AspNet/images/rwa-dxhotels-desktop.png25733.png)
![rwa-DXHotels-Mobile.png](/AspNet/images/rwa-dxhotels-mobile.png25734.png)
| A simple web application that emulates a hotel booking system.
Path to Local Project (Desktop Version):
C#:
C:\Users\Public\Documents\DevExpress Demos 24.2\Components\ASP.NET\CS\HotelBooking.Desktop\
VB:
C:\Users\Public\Documents\DevExpress Demos 24.2\Components\ASP.NET\VB\HotelBooking.Desktop\
Path to Local Project (Tablet Version):
C#:
C:\Users\Public\Documents\DevExpress Demos 24.2\Components\ASP.NET\CS\HotelBooking.Tablet\
VB:
C:\Users\Public\Documents\DevExpress Demos 24.2\Components\ASP.NET\VB\HotelBooking.Tablet\
|
Documents
![rwa-Documents.png](/AspNet/images/rwa-documents.png123973.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 24.2\Components\ASP.NET\CS\Documents\
VB:
C:\Users\Public\Documents\DevExpress Demos 24.2\Components\ASP.NET\VB\Documents\
|
Office Apps
![rwa-OfficeApps](/AspNet/images/rwa-officeapps132002.png)
| An adaptive web application that provides functionality similar to the Microsoft Office 365.
Path to Local Project:
C#:
C:\Users\Public\Documents\DevExpress Demos 24.2\Components\ASP.NET\CS\OfficeApps\
VB:
C:\Users\Public\Documents\DevExpress Demos 24.2\Components\ASP.NET\VB\OfficeApps\
|
Responsive Web Application Template
![rwa-responsive-web-app](/AspNet/images/rwa-responsive-web-app134370.png)
| 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