Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Archives
Archives
February 2011
(1)
October 2010
(2)
August 2010
(2)
July 2010
(3)
June 2010
(3)
May 2010
(4)
April 2010
(5)
March 2010
(3)
February 2010
(4)
January 2010
(2)
November 2009
(4)
October 2009
(3)
January 2009
(1)
November 2008
(1)
October 2008
(2)
August 2008
(1)
July 2008
(2)
Tags
announcement
application page
BCS
content types
deployment
deployment steps
Empty Element
event receiver
General
howto
list definition
Mary Lee
Packaging
Sequential workflow
SharePoint
SharePoint Server 2010
Site definition
State machine workflow
Visual Studio 10
Visual Studio 2010
VisualStudio2010
VS2010
web part
WSP
WSP Import
Common Tasks
Blog Home
Email Blog Author
About
RSS for posts
RSS for comments
Tagged Content List
Blog Post:
Check out the new SharePoint in Pictures blog
SharePointToolsBlog
There is a new blog called SharePoint in Pictures that illustrates the platform and architecture of SharePoint Foundation 2010 and SharePoint Server 2010. The blog is to be updated on a weekly basis with new diagrams, so feel free to check it out and leave feedback about what you’d like to see...
on
5 Oct 2010
Blog Post:
Resources for Visual Studio Tools for SharePoint Developers
SharePointToolsBlog
Nearly all of the tools for SharePoint development included in Visual Studio 2010 are new, so learning about them and finding help and information can be a challenge. To help you in this quest, I’ve compiled a list of links to helpful resources, including product documentation, web sites, forums...
on
12 Aug 2010
Blog Post:
Deploy your BDC model to a specific BCS Service using Visual Studio 2010
SharePointToolsBlog
When deploying a BDC model in Visual Studio 2010, some people may see this error message “… There is no default Business Data Connectivity Service Proxy available for the given SPServiceContext …” or similar ones. This probably means the SiteUrl feature property is not appropriately set. SiteUrl is a...
on
30 Jul 2010
Blog Post:
Deploying documents with content types and associating content types with libraries (Part I)
SharePointToolsBlog
Content type, document and a library In this series of posts I will show you how to create a content type project, deploy a Word document template together with the content type, and then associate the content type with document library on the SharePoint site. When developing content types, one common...
on
26 May 2010
Blog Post:
Walkthrough of enabling CRUD for SharePoint 2010 external lists using Visual Studio 2010
SharePointToolsBlog
In our previous blog post of this series Walkthrough of creating a SharePoint 2010 external list using Visual Studio 2010 Beta , we introduced how to create a simple “Hello world” external list in SharePoint 2010 Beta using Business Data Connectivity Designer in Visual Studio 2010 Beta. In this blog...
on
5 May 2010
Blog Post:
Walkthrough of creating a SharePoint 2010 external list using Visual Studio 2010
SharePointToolsBlog
There are a bunch of SharePoint features in Visual Studio 2010. You may have already heard about them from reading the blog Short Overview of SharePoint Features in Visual Studio 2010 or by other means. Today I want to introduce one of them, Business Data Connectivity (BDC) designer, which is available...
on
27 Apr 2010
Blog Post:
How to deploy a custom content master and use it in an application page
SharePointToolsBlog
In SharePoint 2007, Application Pages would inherit from Application Master deployed to Layouts folder. The Site Pages would inherit from a different Site Master deployed to SharePoint Content database. Since there was no way for application pages to inherit from the same master as that of the site pages...
on
19 Apr 2010
Blog Post:
Building Visual Studio SharePoint Projects using Team Foundation Build
SharePointToolsBlog
With Microsoft’s introduction of the Visual Studio 2010 SharePoint Developer Tools and its continually growing support for team development, the SharePoint Developer Tools team has published an MSDN article on how to configure your Team Foundation Build server(s) to support both the building of Visual...
on
14 Apr 2010
Blog Post:
Visual Studio 2010 & .NET Framework 4 RTM is Available
SharePointToolsBlog
We are very excited to announce the availability of Visual Studio 2010 and .NET Framework 4 on April 12 th . This represents the biggest tools release from Microsoft in many years. As mentioned in Somasegar’s recent blog post , the new release of Visual Studio 2010 has plenty of compelling new...
on
13 Apr 2010
Blog Post:
Deploy a BDC Model project to SharePoint Foundation 2010 using Visual Studio 2010
SharePointToolsBlog
Business Connectivity Services (BCS), one of the key components of SharePoint 2010, helps you to access external line-of-business (LOB) data. The SharePoint team posted a blog entry which demonstrates how to create your first BDC (Business Data Connectivity) model using Visual Studio 2010. As indicated...
on
2 Apr 2010
Blog Post:
Importing fields using the Import SharePoint Solution Package project
SharePointToolsBlog
A SharePoint Content Type project allows the user to create a content type based on the built-in SharePoint content types. But what about situations where one would want to re-use a built-in field(s) in SharePoint? One way to do this is to use the "Import SharePoint Solution Package" project. This article...
on
23 Mar 2010
Blog Post:
List Definition from Content Type using Event Receiver
SharePointToolsBlog
As a SharePoint developer, you’ve probably heard of VSeWSS (Visual Studio extensions for Windows SharePoint Services). A co-worker wrote this post which is an example of how to use VSeWSS to implement a SharePoint solution. I’d like to take that example and show you how adapt it to use the new Visual...
on
12 Mar 2010
Blog Post:
Deploying files using Mapped Folders
SharePointToolsBlog
With Visual Studio 2010 SharePoint Developer Tools, the concept of the Mapped Folder was introduced. A mapped folder is a convenient way for developers to specify a location for any files that need to be deployed on to the SharePoint file system, all from within in a Visual Studio solution. Mapped folders...
on
12 Mar 2010
Blog Post:
Publishing Silverlight Applications in SharePoint 2010
SharePointToolsBlog
In this blog post I’ll walk you through how easy it is to publish Silverlight applications to SharePoint 2010 by using the Visual Studio 2010 tools for SharePoint development. This walkthrough requires: a local installation of either SharePoint Foundation 2010 or SharePoint Server 2010, Silverlight 3...
on
26 Feb 2010
Blog Post:
How to deploy a SharePoint Site Definition project to the correct location when the SharePoint language is different from VS Language
SharePointToolsBlog
If a SharePoint site definition project is created in English (ENU) version of Visual Studio 2010 and deployed on Arabic – Saudi Arabia (Ar-Sa) SharePoint, the template does not show up in SharePoint when you navigate to the site creation page. The template file is deployed to the folder corresponding...
on
26 Feb 2010
Blog Post:
Event Receiver and Custom Error Page
SharePointToolsBlog
In this example I am going to show you how to use list item event receiver and how to redirect users to error page if something goes wrong. We have a list of contacts and we want to display an error message if the entered zip code doesn't a specific value. For this example I am using zip code 98052....
on
15 Feb 2010
Blog Post:
Channel9 Interviews and Demos
SharePointToolsBlog
The Visual Studio Team has been releasing a series of Channel 9 interviews and demos on the new SharePoint tools in Visual Studio 2010. Please check them out and give us your feedback! Overview of SharePoint Development in Visual Studio 2010 Importing SharePoint Solution Packages (WSP...
on
23 Nov 2009
Blog Post:
SharePoint Server 2010 Beta is available
SharePointToolsBlog
Public beta release of SharePoint Server 2010 was announced today at PDC. This is great news for SharePoint developers because you can start using Visual Studio 2010 Beta2 to develop against SharePoint Server 2010. You can download SharePoint Server 2010 here .
on
18 Nov 2009
Page 1 of 1 (18 items)