170 likes | 332 Views
Introducing SharePoint Tools in Visual Studio 2010. Yay ! Get this slide deck from Free Resources on Mindsharp.com. What Visual Studio 2010 Tools Aid SharePoint Developer Productivity?. Mine Follow. 1. Replaceable Parameters. My Favorite. http:// tinyurl.com/ReplacableParameters
E N D
Introducing SharePoint Tools in Visual Studio 2010 Yay! Get this slide deck from Free Resources on Mindsharp.com
What Visual Studio 2010 Tools Aid SharePoint Developer Productivity? Mine Follow
1. Replaceable Parameters My Favorite
http://tinyurl.com/ReplacableParameters Replaced in files with the following extensions: XML ASCX ASPX Webpart DWP Add additional extensions in .csproj under <PropertyGroup> <TokenReplacementFileExtensions>js;svc</TokenReplacementFileExtensions> 1. Replaceable Parameters
$SharePoint.Project.FileName$ $SharePoint.Project.FileNameWithoutExtension$ $SharePoint.Project.AssemblyFullName$ $SharePoint.Project.AssemblyFileName$ $SharePoint.Project.AssemblyFileNameWithoutExtension$ $SharePoint.Project.AssemblyPublicKeyToken$ $SharePoint.Project…
$SharePoint.Package.Name$ $SharePoint.Package.FileName$ $SharePoint.Package.FileNameWithoutExtension$ $SharePoint.Package.Id$ $SharePoint.Feature.FileName$ $SharePoint.Feature.FileNameWithoutExtension$ $SharePoint.Feature.DeploymentPath$ $SharePoint.Feature.Id$ $SharePoint.ProjectItem.Name$ $SharePoint.Type.[guid].AssemblyQualifiedName$ $SharePoint.Type.[guid].FullName$ Package..., Feature..., ProjectItem..., Type...
2. {SharePointRoot}Mapped Folders Abstraction
3. Feature/Package Designers for Feature.xml/Manifest.xml Auto-Generated!
4. Deployment Configurations Extensible!
5. CKSDEV Steroids!
External Tools • Community Kit for SharePoint Development:http://CKSDEV.CodePlex.com
Optional: Add External Tools to the Environment • Visual Studio 2010 Power Tools:http://tinyurl.com/VSPowerTools • Visual Studio 2010 Productivity Power Tools • Enhanced Add Reference Dialog, etc. • Floating helpers • Visual Studio 2010 SharePoint Power Tools • Sandboxed Visual Web Part • Improved Sandboxed Solution Validation • SharePoint Dispose Check:http://code.msdn.microsoft.com/SPDisposeCheck