English 中文(简体)
在会计领域设计软件的最佳选择是什么?
原标题:What is the best choice(WinForm or WPF) to design a software in accounting field?
  • 时间:2011-01-14 16:20:24
  •  标签:
  • wpf
  • winforms

我想设计一个会计领域的重要软件。 该软件将被用于当地网络。 该银行是2008R2服务器。 设计这一软件的最佳选择是什么?

问题回答

首先考虑是否需要成为当地客户类型。 已有企业资源规划系统作为网络应用软件运行,而且有更多的系统投入运行。

If not: Winforms are so 90 s - No matter what the preconditions are, you are better of using a technology from this century: WPF, using VMMV or similar. - if you don t need the full framework, consider SilverLight. This allows the app to also work on Macs, and does scale a lot better in terms of both deployment and development.

既然我知道世界森林论坛,我会与温福派完全合作。 女性生殖器残割是一种优良技术。 这使得更完善的可再生能源,并且利用具有知识约束力的数据(MVVER是其中的80-90%),使更快地发展可靠的全球能源。

“我知道世界森林论坛”这一部分至关重要。 这种知识并不容易。 (尽管今天掌握的信息比我开始着手收集的信息多。) 我花了几个月时间来这样做。

How complex is the UI going to be? If you want to make a real interactive UI, then you would want to use the powers of WPF. But if its just going to be basic data input/output type of stuff, then WinForms might be fine for you. Also keep in mind the version of .NET that will be required for the users, so see what where they are at in those terms as well.





相关问题
Bring window to foreground after Mutex fails

I was wondering if someone can tell me what would be the best way to bring my application to the foreground if a mutex was not able to be created for a new instance. E.g.: Application X is running ...

How to start WinForm app minimized to tray?

I ve successfully created an app that minimizes to the tray using a NotifyIcon. When the form is manually closed it is successfully hidden from the desktop, taskbar, and alt-tab. The problem occurs ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

Handle DataTable.DataRow cell change event

I have a DataTable that has several DataColumns and DataRow. Now i would like to handle an event when cell of this DataRow is changed. How to do this in c#?

Apparent Memory Leak in DataGridView

How do you force a DataGridView to release its reference to a bound DataSet? We have a rather large dataset being displayed in a DataGridView and noticed that resources were not being freed after the ...

ALT Key Shortcuts Hidden

I am using VS2008 and creating forms. By default, the underscore of the character in a textbox when using an ampersand is not shown when I run the application. ex. "&Goto Here" is not ...

WPF-XAML window in Winforms Application

I have a Winforms application coded in VS C# 2008 and want to insert a WPF window into the window pane of Winforms application. Could you explain me how this is done.

热门标签