Microsoft SharePoint Designer 2010 is a web and application design program for Microsoft SharePoint 2010.
In this video, you'll take a quick tour of the new interface and then learn about the four areas of customization that when performed together, can be used to create custom no-code solutions on the SharePoint platform.
Getting Started with Development on SharePoint 2010 Hands-on Labs in C# and Visual Basic : for download click here.
HOL01 - Developing a Visual Web Part in Visual Studio 2010
This hands-on lab introduces the Visual Studio 2010 SharePoint development environment. It shows how to build a Visual Web Part using LINQ to SharePoint, and how to connect one Web Part to another Web Part on the page.
HOL02 - Developing a List Definition and Event Receiver in Visual Studio 2010
This hands-on lab walks you through building a list definition for SharePoint 2010 in Visual Studio 2010. It also shows how to build an event receiver for the list in Visual Studio 2010 and deploy it to SharePoint. After the list and event receiver are deployed, you can use the developer dashboard to evaluate the performance of the event receiver.
HOL03 - Developing Advanced Web Parts for SharePoint 2010 with Visual Studio 2010
This hands-on lab shows how to build a Web Part using several SharePoint-specific controls in Visual Studio 2010. Investigate advanced built-in Web Parts, including the Data View Web Part.
HOL04 - Developing with LINQ to SharePoint in Visual Studio 2010
This hands-on lab explores a variety of LINQ queries on SharePoint 2010, going into more depth than the introductory hands-on lab. It also walks you through an exercise of creating a custom content type in Visual Studio 2010.
HOL05 - Developing for SharePoint 2010 with the Client OM and REST in Visual Studio 2010
This hands-on lab introduces the Client object model for use in calling SharePoint 2010 APIs from a client machine. It also shows the use of ADO.NET Data Services to call REST services in SharePoint 2010.
HOL06 - Developing a BCS External Content Type with Visual Studio 2010
This hands-on lab walks you through building an external content type for Business Connectivity Services using Visual Studio 2010. It also builds a form for Microsoft Outlook and shows the data being edited offline in Outlook.
HOL07 - Developing a SharePoint 2010 Workflow with Initiation Form in Visual Studio 2010
This hands-on lab walks you through building a workflow in Visual Studio 2010 for SharePoint 2010. You add an initiation form to the workflow and use an external data exchange activity in the workflow.
HOL08 - Developing SharePoint 2010 User Interface with Silverlight in Visual Studio 2010
This hands-on lab walks you through building Microsoft Silverlight applications for use in SharePoint 2010. You will access SharePoint 2010 data in Silverlight using the Client object model.
HOL09 - Developing SharePoint 2010 Sandboxed Solutions in Visual Studio 2010
This hands-on lab walks you through building a Sandboxed Solution Web Part for SharePoint 2010. It will also add code to the Web Part that overloads the limits placed by the sandboxed solution, and you will review how the solution is shut down.
HOL10 - Developing SharePoint 2010 User Interface Ribbon and Dialog Customizations
This hands-on lab walks you through adding a custom action to the SharePoint 2010 ribbon, and creating a Web Part that uses the Dialog Framework.
I want to introduce a project that released on codeplex named Toggle User Interface. This tool helps you change SharePoint 2010 User interface to SharePoint 2007 UI. U-You can download http://sptoggleui.codeplex.com/ link. When install and activate feaure on your SharePoint Site, New menu item added on your site actions menu named Toogle Visual Mode like this. Thank Chaks' Corner to developet this project. Chark's blog address is http://www.chakkaradeep.com/
Click to Togle Visual Mode Menu item and your SharePoint 2010 Site User interface changed SharePoint 2007 User interface mode.
SharePoint 2010 has Ajax Options for ListView Webpart. This option is use full for list load and list update times.
After insert a Listview on your page Click modife webpart settings and click Ajax Options.
You can see 3 options about ajax.
if you install SharePoint 2010 Development Machnine on a Domain Controller, SandBox Solutions is Disabled. To solve this problem, you can run a PowerShell script;
$acl = Get-Acl HKLM:\System\CurrentControlSet\Control\ComputerName
$person = [System.Security.Principal.NTAccount]“Users”
$access = [System.Security.AccessControl.RegistryRights]::FullControl
$inheritance = [System.Security.AccessControl.InheritanceFlags]“ContainerInherit,ObjectInherit”
$propagation = [System.Security.AccessControl.PropagationFlags]::None
$type = [System.Security.AccessControl.AccessControlType]::Allow
$rule = New-Object System.Security.AccessControl.RegistryAccessRule($person, $access,$inheritance, $propagation, $type)
$acl.AddAccessRule($rule)
Set-Acl HKLM:\System\CurrentControlSet\Control\ComputerName $acl
Save this script as sandbox.ps1 and execute.
To troubleshoot this issue, I suggest we first reset permission and
reinstall Windows Update Agent 3.0.
Step 1: Reset permission
1. Please download the subinacl.msi file from the following link and save
the installation patch onto the Desktop:
http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&displaylang=en#AffinityDownloads
2. Please go to the Desktop and double click the downloaded file.
3. install Downloded fie to your system. To do this Run as adminstration to command promt.
4. Add installation file to windows path PATH and run notepad
5. Copy the following commands and then paste them into the opened Notepad
window:
@echo off
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=system=f
@Echo =========================
@Echo Finished.
@Echo =========================
@pause
6. After pasting the above commands, please close the Notepad window. Choose
Save when you are prompted to save the file. Type "reset.bat" as the file
name and choose Desktop from the left panel as the save location.
7. Refer to the Desktop and right click the reset.bat file, then choose "Run
as administrator."
8. You will see a DOS-like window processing.
NOTE: It may take several minutes, please be patient. When it is finished,
you will be prompted with the message: "Finished, press any key to continue".
Step 2: download Windows Update agent from http://support.microsoft.com/kb/949104 and Reinstall Windows Update Agent 3.0
SharePoint Management Studio is a Open Source SharePoint Administration Tools that helps you manage your sharepoint enviroment simple and easy. SharePoint Management Studio (SPMS) has a module named Solution Deployer. Solution deployer is a powerfull application to deploy your solutions easy. Solution Deployer can deploy multible solution file to multible web applications. For example you need to new Sharepoint farm as a preprotuction and you want to same configration to production to preprotuction. Notice that you install new farm and create all webapplication now you can add solution new farm and deply it global or web applications. if you has 10 solution files and 5 web application you can perform 100 jobs to do this. Because you must run 10 addsolution command and 10 solutin X 5web applications deploy. Solution Deployer do all of them for you. (http://spms.codeplex.com/)
The other properties is Solution deployer understand solution file type authomaticly. GLOBAL deployet or web application deployment.
SharePoint Management Studio is a Open Source SharePoint Administration Tools that helps you manage your sharepoint enviroment simple and easy. SharePoint Management Studio (SPMS) has a module named Download installed Solutions to export Solution Files from Solution Store.By default Sharepoint don't allow download your solutions on central admin. (http://spms.codeplex.com/)
This section has only two options one of them Deploy Solution and the other one is Romove Solution. One day I lost my solution instalation setup and wsp file and I need to deploy same solution the other farm. This tool was very usefull for me. Download this application source code codeplex or my site and run application your Sharepoint enviroment. Application load your web application list and wait your selection wich application solution(s) you want to download or global deployed applications.
Click wich solution you want download and click Save as button. Application ask you a destination directory. Select ona and click okey. Finaly application save your solution which you lost setup or wsp, download your destination directory.