我是SharePoint新手。
我在办公室的负责人告诉我,如果你想学习SharePoint,你必须首先学习ASP.Net,因为我们需要将webparts添加到门户网站。
我安装了visual studio ultimate 2012以开始学习ASP.NET。我发现我可以在编程ASP.NET时使用c#或VB.NET。我实际上有VB用于构建Windows应用程序的经验,但不知道c#。
注意:我正在使用Windows 7专业版64位。我们正在使用SharePoint 2010。
我的问题是:
我可以使用VB在SharePoint中编写webparts吗?
使用vb for windows应用程序编程是否与SharePoint编程类似?
我现在可以访问SharePoint门户网站抛出浏览器了。我应该在我的计算机上安装SharePoint,以便通过visual studio为Webparts for SharePoint编程吗?
您知道任何有用的文章可以帮助我学习SharePoint编程吗?
提前感谢您的帮助。
答案 0 :(得分:0)
我可以使用VB在SharePoint中编写webparts吗?用于Windows应用程序的vb编程是否类似于SharePoint的编程?
如果你的意思是VB.NET,你肯定可以使用它。但编程模型与传统的Windows应用程序完全不同,尤其是VB6。
我应该在我的计算机上安装SharePoint,以便通过visual studio为Webparts for SharePoint编程吗?
从SharePoint 2010开始,是的。
您知道任何有用的文章可以帮助我学习SharePoint编程吗?