Microsoft Naison 使用什么技术和语言实施?
Navision 也称为 Microsoft Dynamics NAV。
Navision is also known as Microsoft Dynamics NAV.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
Navision 也称为 Microsoft Dynamics NAV。
Navision is also known as Microsoft Dynamics NAV.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
NAV 2009 确实使用生成的 .Net 程序集,但它是基于 WCF 的。 不需要使用 IIS。 NAV 2009 不支持除(Web)服务之外的服务器代码接口。
NAV 2009 包括使用服务层的新角色定制客户端和直接访问 NAV 数据库服务器的旧经典客户端。
NAV 2009 is indeed using generated .Net assemblies, but it is WCF based. It is not required to use IIS. NAV 2009 does not support interfaces into their server code apart from the (web) services.
NAV 2009 includes both the new Role-Tailored Client, which uses the Service Tier and the old Classic Client, which directly accesses the NAV Database Server.
Navision 的应用程序逻辑是使用称为 C/AL 的专有语言编写的,该语言大致基于 Pascal。 目前它提供了本机数据库选项以及 MS SQL Server。
下一版本(NAV 2009)将使用通过 IIS 提供服务的 .NET 程序集。 C/AL 逻辑将转换为 C# 代码并部署到服务器。
Navision's application logic is written using a proprietary language called C/AL, which is loosely based on Pascal. It currently offers both a native database option as well as MS SQL Server.
The next version (NAV 2009) will use .NET assemblies served via IIS. C/AL logic will be translated to C# code and deployed to the server.