aparenton / mti-wpf

WPF medical application calling WCF web services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mti-wpf

What is it?

This is a student project, developed for the MTI specialization of EPITA.

It is a reference project for:

  • N-Tier architecture,
  • Dependency Injection,
  • MVVM implementation with framework,
  • ViewModelLocator usage,
  • WPF Navigation implementaion,
  • WCF services consumption,
  • Design frameworks usage.

If you have any questions or comments about the project, feel free to contact me at aparenton+mti-wpf@gmail.com.

How to get started?

Download Wcf-Medical solution, and run it in Visual Studio. Download parent_bMedecine solution, and modify the web services configuration in the App.config with the port used by IIS Express. Run it, and log in with greg/greg for example.

Extern libraries:

  • MVVM Light: The MVVM Light Toolkit is a set of components helping people to get started in the Model - View - ViewModel pattern in all XAML/C# frameworks.
  • MahApps.Metro: A toolkit for creating metro-style WPF applications.
  • Modern UI Charts: A small library to display charts in Modern UI Style (formerly known as Metro) in WPF, Silverlight and Windows 8 applications.

Screenshots

ScreenShot ScreenShot ScreenShot ScreenShot

License : MIT

Copyright (c) 2013 Nicolas Brohée, Alexandra Launet, Antoine Parenton

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Authors

About

WPF medical application calling WCF web services

License:MIT License


Languages

Language:C# 100.0%