Sessions
Sessions and Speakers are subject to change without notice
DEVELOPER
MDV14: Access Service Development for SharePoint 2010
Wouter van Vugt
Access 2010 is the latest offering of this very popular database platform. Not only does it allow rapid development of powerful relational systems, it also has a new online presence that is incomparable to the earlier offerings. In this session, you will learn how to make use of Access to develop solutions from small scale business apps to large scale enterprise environments scaling into the millions. Learn how Access brings smarts to the table to allow people to work with data both in rich client environments and online. Learn how to make use of new coding techniques to drive navigation, forms and other components using new IntelliSense-integrated Macro designer. You will learn to appreciate this platform in a way you have not done before and it will not at all be unlikely that you will actually put it to use in your day to day SharePoint work.
MDV09: Advanced External Lists in SharePoint 2010
Scot Hillier
External Lists allow data from External Systems to appear as lists in SharePoint 2010. External Lists, however, do not have all of the capabilities of standard lists and database tables. This session will present the differences, limitations, and work-arounds that allow you to get the most out of External Lists. The differences between standard SharePoint lists and External Lists will be presented first along with strategies and workarounds for limitations such as attachments and workflow support. Then, the differences between database tables and External Lists will be presented along with strategies and workarounds for limitations such as attachments, folders, and versions. Attendees will exit the session with new ideas for implementing External Lists in their SharePoint 2010 solutions.
MDV07: Best Practices for Sandboxed Solutions
Scot Hillier
SharePoint 2010 introduces a new paradigm for feature development known as Sandboxed Solutions. While the Sandboxed Solutions paradigm contributes significantly to overall farm stability, it also presents unique challenges for the SharePoint developer due to the severe restrictions placed on such solutions. In this session, we will examine the limitations placed on Sandboxed Solutions and present several patterns that can be used to work within these limitations. These patterns will include the use of web parts, site pages, client object model code, and fully-trusted proxies. Attendees will exit the session with a strong understanding of Sandboxed Solution development, limitations, and best practices.
MDV13: Building Services Applications for SharePoint 2010
Krishnan Subramanian
This session will discuss why every SharePoint 2010 developer can and should build Service Applications. We’ll debunk the idea that writing Service Applications is hard and demo how everybody can and should build them as part of their SharePoint 2010 solution. We also show you how to migrate your existing web services or services applications to the SharePoint 2010 Service Applications model. This session will be about architecture and writing code!
MDV01: Creating a Rich Business Application with the Managed Client Object Models in SharePoint 2010
Andrew Connell
SharePoint 2010 introduced a new way to work with SharePoint data when you have an application that does not run on the server: the Client Object Model (ClientOM). In this session, you’ll see how to create rich desktop applications with WPF and the .NET ClientOM. In addition, see how to create robust business applications deployed as sandbox solutions using the Silverlight ClientOM.
MDV03: Creating Search-Based Solutions with SharePoint 2010
Scot Hillier
Search-based solutions are applications that use a search page as the primary interface. Solutions such as image searching or travel searching in Bing are good examples of search-based solutions. SharePoint 2010 offers developers new ways to extend search and create search-based solutions. In this session, attendees will learn to create search-based solutions by using custom relevance models, extending SharePoint 2010 search parts, and utilizing .NET Assembly Connectors to access external systems. The techniques presented will prepare attendees to create search-based solutions on their own.
MDV12: Developing a Custom Claims Provider
Ted Pattison
SharePoint 2010 introduces a new security architecture based on claims, federation and the Windows Identity Framework (WIF). This session introduces the concepts and architecture of claim-based security in SharePoint 2010 and demonstrates how to create and debug a custom claim provider.
MDV08: Developing Windows Phone 7 Applications for SharePoint 2010
Paul Stubbs
With the upcoming release of Windows Phone 7, many developers are starting to look to SharePoint 2010 to develop phone applications. In this session, you will learn how to develop SharePoint applications that enable the mobile workforce to collaborate on the go.
MDV02: Extending the Visual Studio 2010 SharePoint Tools
Ted Pattison
The new Visual Studio 2010 SharePoint Tools represent a significant step forward for SharePoint as a development platform. While this new tools set provides a great deal of functionality out of the box, there are scenarios where you must extend them to accomplish certain tasks. This session will teach you the concepts and techniques required to create extensions so you can leverage the full extent of your SharePoint development knowledge when developing SharePoint 2010 solutions.
MDV11: Incorporating Managed Metadata in Custom Solutions
Andrew Connell
Microsoft injected strong support for metadata, taxonomies and folksonomies in SharePoint 2010 with the addition of the Managed Metadata service application and Managed Metadata field type. While there is plenty of support for metadata across the platform out-of-the-box, Microsoft has included a very robust API in this latest release of SharePoint 2010 to create custom solutions. In this session, we’ll explore how we can create custom metadata based solutions for use in SharePoint 2010.
MDV04: Integrating SharePoint 2010 & Windows Azure
Steve Fox
There is immense opportunity for you to build and deploy cloud-centric solutions using the Windows Azure platform. However, what does that opportunity look like when integrated with Microsoft SharePoint 2010? In this session, see the different ways in which you can integrate Azure services with SharePoint to extend your SharePoint solutions into the cloud.
MDV05: Local Data Access in SharePoint 2010: LINQ and Best Practices
Andrew Connell
One of the most common tasks developers do on day-to-day is accessing data within stored within SharePoint. In the past this always meant getting data out using CAML based queries or tediously creating items one by one. In this session, you’ll learn about the new LINQ support in SharePoint 2010 and what you’ll need to do in order to leverage this new support. In addition, we’ll cover some best practices to employ when utilizing the new LINQ support in SharePoint 2010 to ensure users do not inadvertently break your LINQ queries.
MDV10: Remote Data Access in SharePoint 2010
Ted Pattison
SharePoint 2010 provides new opportunities to access list-based items from across the network. This session demonstrates development techniques involving the Client Object Model and WCF Data Services. You will see how to access lists using the native support for REST-based Web services in SharePoint 2010. The session will also describe how to develop components for SharePoint 2010 using the new Open Data Protocol (OData).
MDV06: Silverlight and SharePoint - Beyond Web Parts
Paul Stubbs
Silverlight brings rich experiences to SharePoint. To most people this means Silverlight-based Web Parts. Are you ready to take your SharePoint applications to a new level of Silverlight integration? Come learn all the different ways that Silverlight lights up SharePoint in areas like navigation, master pages, Field Controls and more. This session will offer unique and creative approaches to building Rich SharePoint applications.
IT PROFESSIONAL
MIT14: Administering SharePoint Server 2010 with Windows PowerShell
Don Jones
If you have a basic understanding of Windows PowerShell (Don’s “Crash Course for SharePoint Administrators” is a great place to start), then this session will show you how to leverage Windows PowerShell to automate both basic and complex administrative tasks in SharePoint Server 2010. You’ll learn about the SharePoint cmdlets, the core administrative patterns and techniques for SharePoint in Windows PowerShell, and see examples of how to accomplish real-world tasks from the command-line. Supercharge your SharePoint administrative skills – and you may never open Central Admin again!
MIT09: Architecting and Managing Virtualized SharePoint 2010 Farms
Michael Noel
Organizations have been taking advantage of Server virtualization in great numbers over the past few years, and more and more SharePoint environments are subsequently being virtualized. There are design caveats associated with virtual SharePoint farms, however, which must be taken into account when considering SharePoint 2010 virtualization. In addition, management of a distributed virtual SharePoint environment can be tricky without the proper tools to help provision servers quickly and properly. This session focuses on outlining the design criteria for virtual SharePoint farms, and demonstrates how virtualization management can allow for quick provisioning of a virtual SharePoint farm or adding a new server into an existing farm within a matter of minutes. Exact design criteria and sample real-world SharePoint 2010 designs will be illustrated, and specific PowerShell commandlets to be used will be provided.
• Learn best practice architectural guidelines for SharePoint 2010 role virtualization • Learn virtualization management software can be used to allow developers and others the ability to quickly provision SharePoint environments or add new servers to farms • Gain access to custom PowerShell scripts that can be used in a virtual environment for automatic provisioning of SharePoint 2010 farms
MIT04: Best Practices for Least-Privilege Installation, Administration, and Security of SharePoint 2010
Dan Holme
It’s one thing to install and administer SharePoint with all of the defaults, perhaps even running as a Domain Admin. It’s another to make it work with a nod to least privilege, manageability, and auditability. In this highly practical session, SharePoint MVP Dan Holme discusses everything you ever wanted to know about user accounts and SharePoint, across a variety of SharePoint scenarios. You’ll learn exactly what service accounts are necessary to create a least-privilege installation of SharePoint, and how they must be configured. You’ll learn how to manage service accounts and their passwords to ensure compliance with your IT security policies. You’ll explore the pros and cons of multiple app pools and identities. You’ll examine approaches to user and group management to identify the best practices for different parts of your intranet. And you’ll learn how to delegate administrators the ability to use PowerShell to administer SharePoint. You’ll be surprised by some of the very important, underdocumented guidance you’ll take away, and you’ll be equipped to succeed.
MIT02: Designing Governance: How Information Management and Security Must Drive Your Design
Dan Holme
You’ve read the white papers, you’ve “Binged” governance, but how, exactly, do you design a SharePoint implementation that will support governance, security, and information management? Join SharePoint MVP and consultant Dan Holme for a practical, nuts-and-bolts look at the close relationship between your information management requirements and SharePoint’s manageability controls, and the demands that relationship places on your design and infrastructure. This session is focused on architecting a logical design of SharePoint that effectively supports your information management requirements and governance plan—the “technical” side of governance. You will learn how to align your governance requirements with SharePoint farms, Web applications, and site collections. You’ll discover why some third-party applications are a “design poison pill” and what SharePoint 2010 offers to greatly improve the deployment of a governable design. Gain a deeper understanding of the intricacies and challenges of designing the logical structure of SharePoint, and take away practical, blueprint-like guidance to what a governed SharePoint implementation might look like in your enterprise.
MIT10: Identity Management and SharePoint 2010
Richard Taylor
Come to this demo rich session that discusses the challenges with identity when you have multiple types of backend systems and how ForeFront Identity Manager with SharePoint can address and solve your complex identity problems.
MIT13: Information Architecture and the Managed Metadata Service: A to Z
Dan Holme
Join SharePoint MVP Dan Holme for an in-depth look at one of the most important new components of SharePoint 2010: the Managed Metadata Service. Learn how to deploy and manage terms, keywords, and content types so that you can deliver taxonomy, folksonomy, and content standards to implement an effective information architecture for your enterprise. This "A to Z" session will illuminate the business value as well as the nuts-and-bolts management of the MMS.
MIT15: Keeping Your Farm Healthy: Logging, Monitoring and Throttling
Mirjam van Olst
SharePoint 2010 has many new features and capabilities that can help to keep your farm healthy. This session will show the new logging and monitoring features that will support you in managing your farm. You can write queries and reports that will warn you when you farm’s health is less than optimal. We will look at the health analyzer, logging features, the logging database and the developer dashboard. This session will also dive into the new throttling features that can prevent your farm from taking too severe a beating in several areas.
MIT03: Lessons Learned and Best Practices from Enterprise Deployments of SharePoint
Spencer Harbar
This session covers the lessons learnt by early enterprise deployments of SharePoint Server 2010. Focusing on SharePoint 2010 specifics, the session will detail these lessons along with best practices and approaches you can use to accelerate your deployments and avoid common pitfalls of large deployments, in terms of the server estate size, number of users and size of corpus.
MIT12: Managing Multiple Authentication Providers in SharePoint 2010 for Extranets
Michael Noel
Organizations planning for Extranet access to SharePoint 2010 or faced with providing access to an Intranet from multiple internal authentication platforms often find it challenging to manage identities across these disparate systems. The complexity involved in provisioning and deprovisioning account access to SharePoint can lead to security breaches and confusion. This session focuses on Extranet and Intranet authentication approaches with SharePoint 2010, and how various tools and processes such as Microsoft’s Forefront Identity Manager (FIM) 2010, can be used for better control, automatic account provisioning, and synchronization of profile information across multiple SharePoint authentication providers.
• View various Extranet and Intranet deployment models using SharePoint 2010 • Understand the need for identity management across SharePoint farms • Examine real world deployment guidance and architecture for SharePoint environments using FIM
MIT17: Migrating from SharePoint 2007 to SharePoint 2010 for the IT Pro
Richard Taylor
Migrating to SharePoint 2010 from MOSS 2007 involves in depth planning and an understanding of the potential pitfalls. There are a few tools with which ITPros should be familiar in order to be successful. Come to this session to become armed with the knowledge necessary to successfully migrate to SharePoint 2010.
MIT08: Overview of Enterprise Content Management in SharePoint 2010
Bart Wessels
This session gives you an overview of the Enterprise Content Management capabilities of SharePoint 2010. It shows how you can work with both structured and un-structured documents and what the benefits of those are regarding Search and social in SharePoint 2010. We will cover Web Content Management, Document Management, Records Management, Digital Asset Management and information architecture possibilities.
MIT01: Overview of What's New in SharePoint 2010 for IT Professionals
Mirjam van Olst
In this introductory overview session we will take a lap around the most important IT Pro investments and improvements in SharePoint 2010. Understand the key platform requirements and learn how SharePoint 2010 enables flexible deployment, a more scalable and robust infrastructure and vastly improves productivity for IT Pros managing operational service availability of SharePoint farms.
MIT05: Service Applications and Farm Topologies
Spencer Harbar
Learn about the new SharePoint Service architecture, and how you architect Services for your organization. We will talk about various Canonical SharePoint deployment types (Internet Presence, Partner Collaboration via Extranets, distributed/consolidated data centers, medium-sized organization etc.) and describe how you architect the Services logical topology. In addition to the logical topology, we will drill into how you scale-up/scale-out the physical topology to meet the scale expectations for your organization. Regardless of the nature and scale of your organization, SharePoint 2010 now offers a topology for you!
MIT06: SharePoint 2010 Disaster Recovery and High Availability
Michael Noel
Significant architectural changes have been made between SharePoint 2007 and SharePoint 2010, including a complete removal of the infamous Shared Services Provider and the ability to have redundant indexing functionality in a farm. In addition, the number of databases in a single farm has increased significantly and Microsoft has overhauled the authentication model used by SharePoint. All of this translates to some significant architectural changes between SharePoint 2007 farm architecture and SharePoint 2010 farm architecture, changing the paradigm for SharePoint infrastructure architects and changing the Disaster Recovery and High Availability requirements of the application. This session focuses on outlining how the changes in SharePoint 2010 architecture allow for new design scenarios, and how you can design a new fault tolerant and high performance SharePoint 2010 environment to migrate your existing SharePoint 2007 content into.
• Learn how the significant architectural changes between SharePoint 2007 and SharePoint 2010 change how to build in fault tolerance and high availability in a SharePoint farm • Examine best practice farm architecture and real world SharePoint design models that are both disaster tolerant and highly available • Understand Backup and Restore concepts in SharePoint 2010, and how the out of the box backup can be extended and streamlined with new tools and technologies
MIT16: SharePoint 2010 Enterprise Content Management for IT Pros
Mirjam van Olst
This session will show IT Pros how to make the most of the all new document and records management features in SharePoint Server 2010. We will setup a Document Center, a Records Center, Document Sets, Document Ids, the Managed Metadata Service Application, Content Type Syndication and the Content Organizer. The timer jobs involved in Enterprise Content Management will be explained and we will dive into how to best scale your SharePoint 2010 Enterprise Content Management solution.
MIT11: Using the OSI Model for Securing Your SharePoint 2010
Richard Taylor
This session will take the attendee from Level 1 to 7 in the OSI model on configuring security in a SharePoint 2010 environment. We will cover such topics as NAP, LoopbackCheck, IAG, as well as permissions. Come to this session to get full end-to-end best practices.
MIT07: Windows PowerShell Crash Course for SharePoint Administrators
Don Jones
Are you getting ready for SharePoint 2010’s support for command-line management via Windows PowerShell? Before you start digging into the SharePoint cmdlets, you’ll want to gain a firm working knowledge of Windows PowerShell’s fundamentals: How cmdlets work, how the pipeline works, how to use pipeline parameter binding, and more. In this fast, information-packed session by Windows PowerShell columnist, author, and MVP Don Jones, you’ll see how Windows PowerShell is put together, how to use it to execute powerful one-line commands for administrative tasks, and how to use key advanced features such as background jobs and remoting. This is the perfect fast introduction to Windows PowerShell for SharePoint administrators!
SHAREPOINT SOLUTION SESSIONS
MSOL02: A Practical Use of SharePoint Technology for Social Networking
Andries den Haan
Getronics Consulting has used SharePoint Server 2010 as the base technology to implement their knowledge sharing and expertise building solution. This solution leverages the social, search and ECM capabilities of the new platform. This session covers the overall architecture, integrating Twitter as a custom activity gatherer, Out-of-the-Box and custom people suggestions features, using search for content aggregation and providing a foundation to facilitate collaboration in community sites, route and share information into a central knowledgebase and to gather opinion on published content through ratings and commenting. All provided through a simple UI. The objective is to share our experience and best practices in using the platform for this solution.
MSOL07: Advanced Business Processes “The Easy Way” and Standard Portals (Note: This session will be presented in Dutch!)
Marco Faasse
Lourens Siderius
ETTU will show how to generate different Nintex 2010 Workflows and Forms with the ETTU 2010 Flexform Web Part. Demonstration of our “High and standard 2010 portals” based on communication, projects and first glimp off the certified 2010 DMS/RMA portal. “Understanding the business need is more complex than realization in SharePoint.”
MSOL08: Capture for One SharePoint Email
Gareth Hutchins
Microsoft SharePoint 2010 is here. But where are your documents? While SharePoint’s adoption and ability to connect to users throughout your organization provide tremendous value, many organizations are ignoring some of their most important documents – paper documents locked away in filing cabinets or offsite storage. Microsoft SharePoint 2010 enables organizations to provide instant access to all of your critical business information – including your paper documents. In this session, we will examine how to avoid the pitfalls that many organizations face, including recreating unwieldy filing cabinets online. Find out how Intelligent Enterprise Capture solutions from EMC Captiva enable you to capture documents from anywhere within your organization, transform these documents into business-ready information, manage this information consistently, and enable direct access within SharePoint to both users and business applications.
MSOL03: Case Management Solution on SharePoint
Igor Jericevich
CASE management describes the next generation platform that customers are adopting to automate, track and measure highly visible business processes. These processes are characterized by the fact that they are not linear and therefore traditional pre-defined or designed workflows are not a natural fit for these business needs. Business processes managed by CASE can be adhoc and non linear, progress is tracked with checklists and progress from phase to phase is clearly visible. Stake holders can view at summary or group level and drill down to individual cases. Alerts, bottlenecks and attention to service level agreements are items that are typical to business cases managed under a CASE management solution. Integration with backend systems and databases including SAP, SQL, Dynamics CRM are included and provide a mechanism for CASE to reflect a single view of a business case in progress. The K2 CASE management solution is unique and compelling in that it is built on SharePoint. Join this session to see the K2 CASE management solution in action. See how customers have used the K2 CASE management solution to solve compelling and mission critical business needs on SharePoint.
MSOL06: Fully Leverage the Microsoft Application Platform with SharePoint 2010
Wesley Bakker
Gijsbert in ’t Veld
By using SharePoint 2010 as the universal user interface in your Service Oriented Architecture and using features such as human workflow, business intelligence and the integration services provided by the Microsoft Application Platform (BizTalk server and SQL server), companies improve the performance and reliability of their business processes.
MSOL01: Got SharePoint? Get Control
Kelly Ferguson
As much as 25% of your SharePoint content and sites are inactive – what is your plan to manage the content accumulating in SharePoint? How do you manage retention policies and enforce end of life for sites that are no longer necessary? Without proper management of SharePoint, capacity grows out of control, performance declines, and backup windows stretch to days. As one of the fastest growing applications in your environment, find out how the SourceOne family can help you to gain control of SharePoint to maximize performance for your active content and leverage a tiered infrastructure as the content ages. Learn how Information Governance can help you on your journey to the private cloud for your SharePoint environment.
MSOL09: Intelligent SharePoint Architecture and Storage Optimization Strategies
Tucker Hall
Proper architecture design and intelligent storage management are critical to a successful SharePoint implementation. During this session, we will first discuss how to build an efficient and scalable SharePoint architecture based upon your organization’s unique business objectives, usage patterns, and deployment size and distribution. We will then review strategies for ensuring top platform performance by expanding SharePoint’s SQL storage infrastructure through intelligent archiving, efficient BLOB content management, and migration-free SharePoint management of legacy data stores such as file shares.
MSOL05: Outside the Comfort Zone: Authenticating From and Against SharePoint
Jan Brücher
SharePoint 2010 and “the Cloud” are high priority topics at Getronics Consulting. In order to empower organizations to maintain their information on and off site, authentication becomes a central piece of the puzzle. Enabling collaboration with your extended network and partners without the need to create locally separate accounts and other SSO capabilities are a frequent request. This session is about integrating with external authentication provides and authenticating against external services.
MSOL04: SharePoint as a Platform for Custom Designed RIA Websites
Serge van den Oever
Maarten Sikkema
SharePoint was designed as a web platform that enables its users to create web-based business solutions. For web designers, SharePoint offers limited functionality. The same abstractions that make SharePoint such a good tool for business users also limit customizability of the user interface. In this presentation, Macaw will present a new solution that enables custom RIA interfaces based on standard SharePoint Publishing sites. This solution gives web designers full control over the markup (HTML), style (CSS) and behavior (JavaScript) inside a standard SharePoint publishing site, without having to worry or even know about the specifics of SharePoint.
NO CODE SOLUTIONS
MNC03: Automating Business Processes Using InfoPath 2010 Forms with Integrated SharePoint Designer 2010 Workflows
Asif Rehmani
Forms and Workflows are essential to business processes. Companies usually rely on programmers to create the forms and workflows using code. Not any more! If you have access to Microsoft InfoPath 2010 and Microsoft SharePoint Designer 2010, you can create powerful data-driven form solutions on your SharePoint sites. InfoPath gives you the ability to pull data from databases and lists, and create forms with data validation and conditional formatting. SharePoint Designer’s workflows let you then design powerful multi-step workflows centered around the form collected data. In this session, you see how to design a robust form using InfoPath and then design a workflow using SharePoint Designer to route this form appropriately.
MNC06: Creating BI Solutions with SharePoint 2010 using PerformancePoint Services
Ted Pattison
SharePoint Server 2010 provides a powerful platform for creating Business Intelligence (BI) solutions using PerformancePoint Services (PPS). PPS makes it possible to create a visual front end to Data warehouses and cubes created with SQL Server 2008 R2 Analysis Services. This session shows you to use PerformancePoint Services and the Dashboard Designer to create SharePoint 2010 sites with Dashboard components such as Key Performance Indicators (KPIs), Scorecards, Reports and Filters.
MNC04: Creating Content-Centric Sites with SharePoint 2010 Web Content Management
Andrew Connell
SharePoint 2010 provides all the tools you need to create content centric Internet/Extranet/Intranet facing solutions that do not fit the mold of traditional SharePoint collaboration solutions. These capabilities, dubbed Web Content Management (WCM), enable content owners and managers to create sites that are consumed by a very large user base. In this session, you’ll learn how to create compelling content-centric sites using just the browser and SharePoint Designer 2010 including creating custom page types, page templates, modifying the user experience as well as enforcing certain business rules for content publication and storage.
MNC07: Manage Your External Data using Business Connectivity Services … without Code!
Asif Rehmani
The Business Connectivity Services (BCS) is an evolution of the concept of Business Data Catalog (BDC) that was introduced in SharePoint 2007 to get access to your line of business data. In addition to consuming your data, BCS lets you also write back data to your external systems. SharePoint Designer 2010 is used to define your connection properties by creating External Content Types (ECT) without the need for programming! In this session, you’ll see how you can surface this data using external lists, metadata in SharePoint lists and also your Outlook application to create robust business solutions.
MNC09: Office 2010 and SharePoint 2010: Better Together
Bart Wessels
Abstract not available.
MNC05: SharePoint 2010 Site Administration for the Uninitiated
Michael Noel
Multiple organizations are taking advantage of the document management and collaboration capabilities of SharePoint 2010. This also means that many power users and Office specialists are being tasked with the administration of a SharePoint Site or a full SharePoint Site Collection, often without a good understanding of what it takes to administer SharePoint. This session focuses on how a new SharePoint Site Administrator or Power User can take advantage of the new features and capabilities of SharePoint 2010 and properly administer, maintain, and support SharePoint within your organization.
• Understand the new features of SharePoint 2010 and how to support them for your organization • Learn how to be an effective Site Collection Administrator and how to structure a site to support your business requirements • Understand how to secure access to a SharePoint 2010 Site Collection environment
MNC02: Use Data Views to Get to Your Data - Both Inside and Outside of SharePoint
Asif Rehmani
SharePoint Designer can be used to make connections to and present data from internal and external data sources such as SharePoint lists, libraries, xml files, databases and web services. The focus of this presentation is on exposing the data to the user using the XSLT web parts. These web parts can be manipulated in a variety of ways to present the information to the end user. In this session, it is shown how the list view and data view tools available can be used to reformat the presentation of the data using conditional formatting, pre-formatted styles, xPath expressions and more.
MNC08: Using InfoPath 2010 and SharePoint Designer 2010 to Manage SharePoint List Forms
Asif Rehmani
SharePoint Designer has been a great tool to customize SharePoint list forms for a long time. Now in SharePoint 2010, you can use InfoPath 2010 to customize the forms as well. What’s the difference? Why should you use one tool over the other for this purpose? This session shows how each functionality works and explores the pros and cons of using each method to customize your SharePoint list forms.
SHAREPOINT MANAGEMENT
MSM03: How to Build a Business Platform with SP2010: Sharing Our Experiences with Building RAI.nl
Danny Burlage
In this session the Amsterdam RAI project for migrating their webplatform to SharePoint 2010 is discussed. Danny Burlage will provide insights in the Business Benefits SharePoint 2010 as a webplatform brings customers. The implementation of the Amsterdam RAI (www.rai.nl) website will be used as case study for this presentation. The presentation is packed with best practices, pitfalls and a discussion about Business Impact. Danny Burlage is author of the book SharePoint 2010 for Managers. He has worked with SharePoint since it was introduced in 2001 and followed all products up until the recently released SharePoint 2010 edition.
MSM02: Knowledge Management Using Social Software in SharePoint 2010
Donald Hessing
Ton Stegeman
During the summer of 2010, PGGM and VX Company ran a SharePoint 2010 proof of concept project. We were interested to find out how the new social features of SharePoint can help us to organize knowledge management. These features help us to link employees to their knowledge. By saving the relation between people and what and who they know, we make it much easier to find content and subject matter experts. The platform makes it much easier for knowledge workers to share their knowledge and to enrich and value content created by others. By using new content management and search features, we enhanced the relevancy of content. Depending on the process that you work in, or your role in the organization, you will find the content that is most relevant to you. In this presentation we will show the concepts of our knowledge management system. You will learn why they are important for PGGM and how we implemented them in SharePoint 2010:
• How do we organize knowledge in SharePoint? • How can I find information that is relevant to me, being a knowledge worker working in a specific process • How to organize governance? • Can knowledge workers control what content is relevant to them? • Which new or updated content is relevant for me? • How can we enable senior employees to share their knowledge with juniors? • Can we use decision trees and graphics to browse through knowledge? • Can SharePoint help to reward people that are sharing their knowledge? • How to use new knowledge sharing technologies like video and screencasts? The goal of our session is to inspire you.
MSM01: SharePoint 2010 Records Management and Dutch NEN2082 Standard (Note: This session will be presented in Dutch!)
Eric Dubbelaar
Alexander Ketelaar
During this session we will provide you with information about how to design a records management solutions with SharePoint 2010 following the Dutch NEN2082 standard. NEN2082 is a Dutch standard with rules and requirements for digital archiving.
MSM04: Successfully Implementing SharePoint
Ingeborg Struijk
How do I implement SharePoint successfully in my organization? Which people do I need, which knowledge is required? Where do I start? How can I minimize the amount of custom coding required? What is the best development methodology to use: Agile, scrum or waterfall? These and other questions are answered in the session “Successfully implementing SharePoint”. Ingeborg Struijk will provide numerous practical tips and recommendations based on her experiences in SharePoint projects for small and large worldwide organizations. Mostly it works best to start small; some “Plan of Approach” examples are provided. Quality of both the SharePoint platform and the customizations can be guarded by a SharePoint Center of Excellence. Roles and responsibilities of a Center of Excellence are described. Examples are shown of documents needed to make your SharePoint implementation a success, a.o.: Acceptance criteria for custom SharePoint applications, an overview of administration tasks . Also we will show how to align architecture and the site provisioning process with cost models and the product roadmap.
|