Pro SharePoint 2010 Solution Development: Combining .NET, by Ed Hild, Chad Wach

By Ed Hild, Chad Wach

Microsoft workplace SharePoint Server 2010 and home windows SharePoint providers 4.0 supply a set of instruments and providers you should use to enhance person and staff productiveness, make details sharing more beneficial, and facilitate enterprise decision-making procedures. seasoned SharePoint answer improvement: Combining .NET, SharePoint, and workplace takes a pragmatic problem/solution method of universal company demanding situations, major the reader via complete strategies, entire with clarification and code, in 15 self reliant chapters.

Show description

Read Online or Download Pro SharePoint 2010 Solution Development: Combining .NET, SharePoint, and Office 2010 (Expert's Voice in Sharepoint) PDF

Best c & c++ windows programming books

The standard C library

Prentice Hall's most vital C programming identify in years. A significant other quantity to Kernighan & Ritchie's c program languageperiod. a set of reusable services (code for development info buildings, code for appearing math capabilities and clinical calculations, and so forth. ) with a purpose to store C programmers time and cash specifically while engaged on huge programming tasks.

C++ in a Nutshell

To-the-point, authoritative, no-nonsense suggestions have continually been a hallmark of O'Reilly books. The In a Nutshell books have earned a fantastic popularity within the box because the well-thumbed references that take a seat beside the a professional developer's keyboard. C++ in a Nutshell lives as much as the In a Nutshell promise.

ASP.NET 2.0 Revealed

* in addition to those that obtain the preview at PDC, it truly is expected that each one different ASP. web builders should be hungry for info at the new edition. * could be one of many first actual books on ASP. internet 2. zero, on hand once the know-how itself turns into to be had to a much broader viewers. * Very fast paced, since it assumes earlier wisdom of ASP.

Pro SharePoint 2013 Branding and Responsive Web Development

Professional SharePoint 2013 Branding and Responsive net improvement is the definitive reference at the applied sciences, instruments, and strategies wanted for construction responsive web pages and functions with SharePoint 2013. The ebook makes a speciality of ideas that supply the simplest browser adventure for the myriad of units, browsers, and monitor orientations and resolutions.

Extra resources for Pro SharePoint 2010 Solution Development: Combining .NET, SharePoint, and Office 2010 (Expert's Voice in Sharepoint)

Sample text

In SharePoint 2010, InfoPath Forms Services expands beyond traditional electronic forms. You can now use this service and InfoPath to design alternative forms for list items (view, edit, new). So instead of having to write custom web parts in Visual Studio in front of list items, developers can control the layout of the form, add advanced validation, incorporate other external data all through by using InfoPath to design the list item’s form user interface. By the way, this form also goes with the list into SharePoint Workspace so the same user interface appears in the offline tool as the web interface.

The most obvious improvement is the ribbon interface, which first made its appearance in the Office client applications in Office 2007. The ribbon makes the organization of commands uniform between the web and desktop interfaces, a great help to users. Of course, as developers, you’ve been able to extend the ribbon in the desktop applications (described in more detail in Chapter 4), and that extension point will continue in with the SharePoint web experience. Figure 2-2 shows the SharePoint ribbon extension you will build in Chapter 3.

Listing 3-1. Update(); // apply changes } 7. Update the FeatureDeactivating method to restore the original site title value using the code in Listing 3-2. This code will execute anytime the Feature is deactivating. 35 CHAPTER 3 ■ SHAREPOINT DEVELOPMENT WITH VISUAL STUDIO 2010 Listing 3-2. Update(); // apply changes } 8. Right click on the HelloWorld project and select Add ➤ New Item, then add an Empty Element named RibbonElement. The Empty Project template can be found by browsing the Installed Templates tree using the path Visual C# ➤ SharePoint ➤ 2010.

Download PDF sample

Rated 4.74 of 5 – based on 45 votes