/BurritoPOS_CSharp

C# port of BurritoPOS application

Primary LanguageC#

Burrito Point of Service App (C#)

Overview

This is simple Point of Service application for a small town burrito joint.
It serves as a starting point to refresh memory of or learn about new/existing languages, frameworks, design patterns, etc. This is a C# port of previous Java development. Requirements, design, and schema are shared between projects.

Currently demonstrates

  • MS Visual Studio 2010
  • C# (4.0)
  • NAnt
  • NUnit
  • NHibernate (via Fluent NHibernate)
  • Spring.net (IoC)
  • MS SQL Server 2008
  • Factory Pattern
  • N-tier architecture
  • client/server comms
  • Mongo (NoSQL)
  • Sandcastle

TODO

  • Update presentation layer to use WinForm and WPF if possible