mathiasbartoll.com
 
.NET Framework
Solutions based on the .NET technology.
  • DataGrids

  • [Author:] Mathias Bartoll
  • [Date:] February 17th, 2005
  • [Language:] C#
  • [System:] Windows, IIS server
  • [File size source:] 108kb
  • [Download:] DataGrids.zip
Crash and Burn
 
  • [Description:] This ASP.NET Web application is a demonstration of how you could present data using the DataGrid control. The examples use different techniques presenting the data such as auto generated columns, bound columns and template columns. The data read from the database is bound to the DataGrid with either datasets or strong typed collections. Functions implemented are: update, delete, add, search, sort and paging.

    This application shows also how you dynamically can load usercontrols into a placeholder in the ASP.NET webpage. The menu is stored in the database and is bound to a repeater control. Furthermore, the Web application is implemented with object orienting in mind with separate layers such as a Data Layer (DL), Data Access Layer (DAL), Business Layer (BL), Presentation Logic Layer (PPL) and a Presentation Layer (PL).
 
  • Travel Agency

  • [Authors:] Mathias Bartoll, Thomas Holm, Tobias Helfridsson and Daniel Wennström.
  • [Date:] January 14th, 2004
  • [Language:] C#
  • [System:] Windows, IIS server
  • [Course:] Component Technologies
  • [File size source:] 310kb
  • [Download:] Travel Agency.zip
Crash and Burn
 
  • [Description:] Crash And Burn is a travel agency on the Internet. When a customer asks for a specific travel the agency makes method calls to all connected travel companies. This project is developed on the .NET Framework. The travel agency and travel companies are implemented as Web services. The interface towards the user are ASP.NET pages and the ADO.NET are used with the database. It includes solutions for sessions, security and the ability to dynamically add Web Services without having to recompile the application. To install this application, unpack the files in the wwwroot directory. The gr6_TA directory is the travel agency and the SAS, RyanAir and VikingLine directories are the travel companies. The admin page is protected with the username="admin" and the password="password". If you experience problems when updating the database you need to check the security settings on the IIS, see following link for a more detailed explaination on this issue, IIS security
 
Fruitstore
 
  • [Description:] The .NET shoppingcart uses ASP.NET, ADO.NET, Webservice and an Access database. Session objects are used to store specific data.