所以我正在创建一个EPoS应用程序(系统) [英] So I'm creating an EPoS application (system)

查看:88
本文介绍了所以我正在创建一个EPoS应用程序(系统)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以我正在为自己的小项目做一个EPOS系统,我只想让人们了解哪种方法最好。



我只知道C#,所以它将用C#编写,我也将通过SQL为后端数据库创建一个数据库,该应用程序将成为系统的前端。它将考虑到酒吧场景,饮料,报告,账户管理等。



我还需要一个数据仓库来处理大量数据将收到。



我基本上想问问一下,有什么最好的启动方式,我应该把它作为WindowsForm?,WCF?,WPF?因为在数据库中也会显示和编辑数据,所以我想要一个最好和最简单的框架。

So I am doing an EPOS system for my own little project, and I just wanted to get peoples opinions on what methods are the best.

I only know C#, so it will be written in C#, and i will also be creating a database via SQL for the back-end database, the application will be the front end of the system. It will be made with the bar scenario in mind so, drinks, reports, account management etc.

I will also need a data warehouse for the large amounts of data it will receive.

I basically want to ask people, what are the best ways to start, shall i make it a WindowsForm?, WCF?, WPF? because there will be also of displaying and editing of data in the database, so i want a framework that will work best and easiest.

推荐答案

首先忘记UI。 ..从数据库开始并进入BL并且只有在想到UI之后(你可能会以多个UI结束,谁知道)!

我的步骤将是:

1.构建数据结构

2.创建业务层

3.添加UI

按此顺序,您可以制作BL作为API(WCF托管在Windows服务或IIS或两者上?),这将使您能够通过WPF和HTML / JavaScript将任何类型的UI从控制台附加到移动...您选择!
First of all forget UI...Start from the DB and got to the BL and only after that think of the UI (you may be end with more than one UI, who knows)!
My steps would be:
1. Build the data structure
2. Create Business Layer
3. Add UI
In this sequence you can make BL as an API (WCF hosted on Windows service or IIS or both?) and that will enable to you to attach any kind of UI from console to mobile via WPF and HTML/JavaScript...You choose!


这篇关于所以我正在创建一个EPoS应用程序(系统)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆