如何开始开发 SharePoint Web 部件?

发布于 2024-09-30 10:34:09 字数 184 浏览 0 评论 0原文

我并不是真正的开发人员,但我有 PHP、Java 经验,并且想尝试开发一些非常简单的 SharePoint Web 部件(适用于 WSS 3.0、MOSS 2007 和未来的 2010 年)。

我认为它需要 ASP.NET 的知识。我应该开始学习 C# 还是直接陷入 Web 部件。

对于完全的初学者来说有什么好的教程吗?

I'm not really a developer but I have experience in PHP, Java and want to have a go at developing some really simple SharePoint web parts (for WSS 3.0, MOSS 2007 and in future 2010).

I assume it requires knowledge of ASP.NET. Should I start learning C# or get stuck straight into web parts.

Any good tutorials for a complete beginner?

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

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

发布评论

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

评论(3

白芷 2024-10-07 10:34:09

如果您要从头开始,我强烈推荐 SharePoint 2010。开发环境更好、更简单,并且不需要第 3 方工具(例如 WSP Builder)或其他 Visual Studio 插件。首先熟悉 C#,然后继续学习 SharePoint Web 部件。

熟悉 C# 和 .Net 对象模型肯定需要一个学习曲线,但如果您从 SharePoint 2010 和 Visual Studio 2010 开始,您将会轻松得多。

If you are going to start from scratch, I highly recommend SharePoint 2010. The development environment is so much better and simpler and does not require 3rd party tools (such as WSP Builder) or additional Visual Studio plugins. First get comfortable with C# and then move on to SharePoint webparts.

There will certainly be a learning curve to get comfortable with C# and the .Net object model, but you will have a much easier time if you start with SharePoint 2010 and Visual Studio 2010.

蘑菇王子 2024-10-07 10:34:09

您将从 C#(或 VB.Net)和 ASP.Net 开始,它们都是 Web 部件开发所必需的。当 .Net 推出时,我从 Java 迁移到 .Net,并发现 C# 非常接近且有意义。学习 .Net Framework 比学习来自 Java 的 C# 语法需要更多的时间。您在 C# 方面获得的好处可能是使用 Visual Studio 2010 获得最佳的开发体验。VS 2010 附带了您开始进行 SharePoint 开发所需的一切。

如果您现在想使用 2007,MS 推荐 VS 2007 的 Visual Studio 扩展,并且有 链接文本关于入门的单寻呼机。

You will start with C# (or VB.Net) and ASP.Net which are both necessary for Web Part Development. I moved from Java to .Net when .Net was introduced and found C# to be a close enough match to make sense. Learning the .Net Framework will take more time than learning C# syntax, coming from Java. The benefit you have on the C# side is possibly the best development experience with Visual Studio 2010. VS 2010 comes with everything you need to get started on SharePoint Development.

If you wand to do 2007 for now, MS Recommends Visual Studio Extensions for VS 2007 and has link texta one pager on getting started.

人事已非 2024-10-07 10:34:09

看看这篇文章

http: //anyrest.wordpress.com/2010/03/16/developing-web-parts-for-moss-is-easy/ 适用于 Sharepoint 2007,但也适用于 2010

Have a look at this article

http://anyrest.wordpress.com/2010/03/16/developing-web-parts-for-moss-is-easy/ itis for Sharepoint 2007 but will also work with 2010

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