.NET SharePoint 开发,我需要什么?

发布于 2024-09-10 04:36:21 字数 372 浏览 6 评论 0原文

问:我成为 ASP.NET 开发人员已有一年多了。

我正在考虑在未来某个时候更换雇主,并且 我发现熟悉 SharePoint 开发是许多优秀工作机会的要求。

不幸的是我(还)不熟悉SharePoint,所以我想知道以下事情:

1)它真正有什么用处/为什么需要它?
2) 除了 Visual Studio Professional 2005/2008/2010 之外,我还需要什么才能开始进行 SharePoint 开发? (SDK、服务器?或者其他)
3) 任何好的在线示例应用程序的 URL,我可以在其中稍微了解一下用户的观点?
4) 包含源代码的任何优秀 SharePoint 示例应用程序的 URL


第二点是我最感兴趣的。

Question: I'm an ASP.NET developer since about a bit more than a year now.

I'm thinking about changing the employer sometime in the future, and
I've seen familiarity with SharePoint development as a requirement on many good job offerings.

Unfortunately I'm not (yet) familiar with SharePoint, so I wanted to know the following things:

1) What is it really good for/ Why is it needed ?
2) What do I need to start exercising SharePoint development, apart from Visual Studio Professional 2005/2008/2010 ? (SDK, server?, anything else)
3) URLs of any good sample applications online, where I can see the user perspective a bit ?
4) URLs to any good SharePoint sample application that includes source

Point two is what I'm most interested in.

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

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

发布评论

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

评论(3

蒲公英的约定 2024-09-17 04:36:21

1) 它真正有什么用/为什么是
需要吗?

SharePoint 是 Microsoft 的产品。它有一个包含大量信息的网站。有没有想过去那里阅读?

2) 我需要什么才能开始锻炼
SharePoint 开发,除了
视觉工作室专业版
2005/2008/2010? (SDK、服务器?、
还有什么吗

SharePoint Foundation 2010、Visual Studio 2010、Windows 7。SharePoint SDK。 SharePoint 2007 的开发更加痛苦,因为您无法将其安装在最终用户 Windows 上 - 使开发变得很麻烦。这是对于初学者来说的。如需更多信息,您需要域控制器、服务器版本等。

由于 SharePoint 是 Microsoft 产品,MSDN 有一个专门针对它的部分(猜猜看);)我们的起点是 http://msdn.microsoft.com/en-us/sharepoint/default.aspx

3) 任何好的样本的 URL
在线申请,我可以在哪里看到
用户视角有点?

答案与 1 相同。看,营销喜欢展示事物有多好;)

1) What is it really good for/ Why is
it needed ?

SharePoint is a product by Microsoft. It has a website with a lot of information. Ever thought about going there and reading it?

2) What do I need to start exercising
SharePoint development, apart from
Visual Studio Professional
2005/2008/2010 ? (SDK, server?,
anything else

SharePoint Foundation 2010, Visual Studio 2010, Windows 7. SharePoint SDK. Developing for SharePoint 2007 is more painful as you can not install it on end user windows - makes development a hassle. That is for starters. For more you need a domain controller, a version of the server etc.

As SharePoint is a Microsoft product, MSDN has a section for it (guess what) ;) our starting point is http://msdn.microsoft.com/en-us/sharepoint/default.aspx

3) URLs of any good sample
applications online, where I can see
the user perspective a bit ?

Same answer as 1. See, marketing likes to demonstrate how good things are ;)

凉城已无爱 2024-09-17 04:36:21

我不久前回答过一个类似的问题更侧重于 Sharepoint 2007 的开发。

我认为 2010 年开发的主要变化是 Sharepoint 现在都是 64 位,这意味着如果您运行虚拟环境,则主机需要安装 Windows 2008 R2 和 Hyper V 才能运行 Sharepoint 2010 开发机器。

您还获得了有关 Sharepoint Designer 的更多支持,该设计器在 2007 年完全没用,但在 2010 年看起来很有希望。 Visual Studio 2010 还提供了更多开箱即用的工具来帮助您,但您仍然需要继续web 并搜索外部工具来帮助您入门。

对象模型没有发生太大变化,所以我的旧答案在某种程度上仍然适用:)

I answered a similar question some time ago that was more focused on Sharepoint 2007 development.

The main change I see to 2010 for development is that Sharepoint is now all 64 bit, which means that if you are running a virtual environment then the host needs to have Windows 2008 R2 installed with Hyper V to be able to run a Sharepoint 2010 development machine.

You also have much more support regarding the Sharepoint Designer which was totally useless in 2007 but looks promising for 2010. There are also more tools that come out of the box with Visual Studio 2010 to help you out, but you still need to go on the web and search for external tools to get you started.

The Object Model hasn't changed that much so my old answer still applies to some extent :)

情愿 2024-09-17 04:36:21

好吧,我不得不说,你的第一份工作就是忘记开发方面,只学习 SharePoint(它是一个巨大的产品)。

尝试同时学习两者将会很困难、令人困惑,并且最终您将用 100 行 C# 代码完成复杂的事情,而这些事情只需在 UI 中单击 4 次即可完成。

因此,考虑到这一点,请安装 SharePoint,以便您可以使用它。 Windows 7 上的 SP2010 或虚拟机中 2003/2008 服务器上的 WSS - VMWare/VirtualBox 甚至是预配置的 SharePoint 2010 演示 VHD,其中包含大量示例数据、演练和文档。

然后忙于 http://sharepoint.microsoft.com/SharePoint 2010 入门 和 Google 了解如何真正使用该产品。

只有这样,当您真正了解 SharePoint 时,您才应该开始考虑打开 Visual Studio 并从开发人员的角度来看待它。

Well I've got to say that your first job is to forget about the development side and just learn SharePoint (its a HUGE product).

Trying to learn both together is going to be hard, confusing and you will end up doing complex stuff in 100's of lines of c# that you can do in 4 clicks in the UI.

So with that in mind get SharePoint installed so you can play with it. Either SP2010 on Windows 7 or WSS on 2003/2008 server in a virtual machine - either VMWare/VirtualBox or even the pre-configured SharePoint 2010 demo VHD which comes with a whole load of example data, walkthroughs and documentation.

Then get busy on http://sharepoint.microsoft.com/ , Getting Started with SharePoint 2010 and google to find out how to really USE the product.

Only then, when you really understand SharePoint, should you start to look at cracking open Visual Studio and looking at it from a developers perceptive.

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