Do you know some quick links that will help a SharePoint 2007 Developers to get started with SharePoint 2010.
Let me start with the links I know.
Do you know some quick links that will help a SharePoint 2007 Developers to get started with SharePoint 2010.
Let me start with the links I know.
Joris Poelmans has linked to most of the resources on his blog. If you want to be get up to speed fast and you are a Microsoft Partner, try to go for a SharePoint 2010 Ignite training, gets you up to speed real fast.
http://jopx.blogspot.com/2009/11/sharepoint-server-2010-getting-started.html
The SharePoint Developer Center has some great content as well.
Not just for SharePoint 2007 developers, but i guess a good start is to setup a development machine: How to Build a SharePoint 2010 Development Machine
There are plenty of events, especially after the recent SharePoint conference.
One of the ones I heard about last night is SharePoint Saturday. It s free and it s offered in a number of cities.
This site has previews of new SP 2010 features and how VS 2010 makes it easier to create SP apps: http://sharepoint.microsoft.com/2010/SNEAK_PEEK/Pages/Developer-Video.aspx
I have written a range of blog posts about moving a WSPBuilder solution from SharePoint 2007 to 2010.
Quite insightful if you have experience with SharePoint 2007 development.
There are a lot of new features in the Business Data Catalog. The team has been posting lots of new articles about these enhancements to their blog:
How can i go about changing the distribution list as well as the email text for the email that goes out to site collection admin when a site collection approaches it s size limit? Thanks for your ...
I m looking for automated Functional Testing tools that can manipulate SharePoint sites, libraries, and documents thought the web interface. It needs to be extensible enough to handle any custom ...
We have a requirement to retrieve document details from a sharepoint document library. We understand that we can use either list web service or search web service. Can any one please let us know which ...
I want to enable Authorization on the Site map provider. We have enabled anonymous access to the site and we want the Site map provider to be visible only to authorized users. I tried ...
I have a sharepoint site, and I am calling a standard sharepoint web service. I create the web service request like this : wsDws.Url = this.SiteAddress + @"/_vti_bin/Dws.asmx"; When I use ...
I m sort of new to the custom parameters that can be setup on a DataView Webpart. There are 6 options: - None - Control - Cookie - Form - QueryString - Server Variable I think that None, Cookie and ...
I am accessing the SHDocVw.InternetExplorer from the SHDocVw.ShellWindowsClass(). I can see the page that the browser instance is currently on (the LocationURL property), but what I really need is ...
In SharePoint I can create a list column of type Number . I need to store monetary amounts and would like to be able to use this column type rather than having to create a new one. Are values of ...