桌面客户线索跟踪软件..哪种语言适合C#/. VC++

发布于 2024-11-18 19:08:24 字数 246 浏览 4 评论 0原文

我计划为我们的业务开发涉及客户跟踪服务的潜在客户跟踪软件。

我们有由 LAN 共享的系统,我想构建一个软件,可以处理所有客户详细信息,并可以在 LAN 中的所有系统中进行评估。但我在选择最好的平台来设计和实现该程序时陷入困境...任何人都可以建议我最好的平台来实现最好和稳定的软件..我已经使用 C# 做了一些小型应用程序(如 POS),所以我应该吗选择 C# 或寻找 vc++,我想使用实体框架作为数据源对象& SQL Express 作为我的数据库。

I have planned to develop lead tracking software for our business which involves Customer Tracking service.

we have systems which are shared by LAN and I want to build a software which can take care all customer details and can be assessed in all systems in a LAN. But I am in dileama to choose the best platform to design and implement the programme... Can any body suggest me the best platform to achieve best and stable software .. I have done some tiny applications using c#( like POS)so should I go for C# or look for vc++ and I want to use Entity Framework as datasource object & SQL Express as a my database.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

旧伤还要旧人安 2024-11-25 19:08:24

C#

  1. 您以前使用过它 - 更好的学习曲线
  2. 大量在线资源(msdn.microsoft.com、stackoverflow.com、asp.net 等)
  3. 由于大量可用框架,更容易与异构系统集成

您可以这样做:

  1. 使用 RPC 模型WCF 服务
  2. 使用 WCF 数据服务和/或 Web 界面的数据服务客户端服务器系统

C#

  1. You have used it before - much better learning curve
  2. Huge resources online (msdn.microsoft.com, stackoverflow.com, asp.net, etc)
  3. Easier to integrate with heterogeneous systems due to mass of available frameworks

You could do:

  1. RPC model using WCF Services
  2. Data services client server system using WCF Data Services and/or a web interface
予囚 2024-11-25 19:08:24

使用你的团队最擅长的任何东西——而 C++ 在这里就有点过分了;你可以使用 C# / SqlServer / 一些 ORM 工具......

Use whatever your team is best at - and C++ is a overkill here; you'll be fine with C# / SqlServer / some ORM tool ...

も让我眼熟你 2024-11-25 19:08:24

那么 C# 肯定可以实现您想要做的事情,如果您之前有 C# 的经验,那么对我来说这听起来像是一个胜利者。

Well C# can certainly achieve what you are looking to do, and if you have prior expieriance with C# it sounds like a winner to me.

-小熊_ 2024-11-25 19:08:24

C# 将是更好的选择,因为它是一种 RAD 语言。因此,如果您的团队也熟悉 C#,那么它是比 VC++ 更好的选择。

C# would be a better option as it is a RAD language. So if your team is comfortable with C# as well, then its a much better option than VC++.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文