Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开发了一个用 Visual Basic 编写的 Windows Phone 8 应用程序。我想将 Nokia Imaging SDK 集成到我的应用程序中。SDK 可用于 Visual Basic 还是仅适用于 C#?
所有 .NET 应用程序,无论是 C# 还是 VB.NET 或任何一种语言,都以相同的中间语言编译,称为 CIL。基本上,如果 SDK 与 C# 应用程序一起使用,它将与 VB.NET 应用程序一起使用。