By Dave Milner

You've run into this factor quite a few instances. you're constructing an ASP.NET program, and also you have to contain performance that comes pre-packaged in SharePoint. Wikis, blogs, rfile administration, person authentication, entry management—common wishes throughout a number of ideas.

with no information and examples, interacting with underlying SharePoint parts will be hard, and dealing with the various SharePoint APIs is complex. This ebook will introduce you to quite a few recommendations to grasp the artwork of constructing ASP.NET purposes which are equipped upon a SharePoint starting place. With those strategies you can begin utilizing SharePoint as a improvement platform to augment and supplement your ASP.NET improvement.

you will discover:

  • Integration with SharePoint elements
  • The SharePoint/.NET/IIS implementation
  • Configuration administration
  • Code entry safety
  • Feature packaging
  • Proper use of SharePoint APIs
  • Advanced deployment suggestions

Pro ASP.NET Sharepoint 2010 walks you thru all the steps had to effectively construct and installation ASP.NET ideas in the SharePoint platform. you will then have the ability to vastly increase your purposes and construct specified suggestions which are a mix of SharePoint and ASP.NET.

Show description

Read Online or Download Pro ASP.NET SharePoint 2010 Solutions: Techniques for Building SharePoint Functionality into ASP.NET Applications PDF

Similar c & c++ windows programming books

Microsoft Windows Communication Foundation 4.0 Cookbook for Developing SOA Applications

The recipes during this ebook are effortless to appreciate and persist with because the writer discusses real-world eventualities. the variety of issues coated during this booklet will convey out the forward-thinking WCF developer in you. it's not a complete connection with the full of WCF, yet a pragmatic consultant that reinforces talent while operating with some of the positive factors of WCF.

Pro Internet Explorer 8 & 9 Development: Developing Powerful Applications for The Next Generation of IE

This booklet is an in-depth advisor to writing functions that embody and expand the recent beneficial properties and services of home windows web Explorer eight and 9. With stable guideline, hands-on examples, and specialist perception direct from the source into extending the browser, you are going to the best way to create and retain strong purposes for Microsoft’s next-generation net platform.

Machine Learning Projects for .NET Developers

Laptop studying initiatives for . web builders indicates you ways to construct smarter . web purposes that research from information, utilizing basic algorithms and methods that may be utilized to quite a lot of real-world difficulties. you are going to code each one undertaking within the general surroundings of visible Studio, whereas the computing device studying good judgment makes use of F#, a language superb to laptop studying purposes in .

SharePoint 2016 User's Guide: Learning Microsoft's Business Collaboration Platform

How one can utilize SharePoint 2016 and its wide variety of services to aid your info administration, collaboration, and enterprise technique administration wishes. even if you're utilizing SharePoint as an intranet or enterprise answer platform, you are going to the way to use the assets (such as lists, libraries, and websites) and companies (such as seek, workflow, and social) that make up those environments.

Additional info for Pro ASP.NET SharePoint 2010 Solutions: Techniques for Building SharePoint Functionality into ASP.NET Applications

Example text

Extensibility, document management, Microsoft Office integration, built-in authentication and authorization, SharePoint Designer 2010, Visual Studio 2010 integration, and sandboxed solutions are a few of these features. NET framework as it applies to SharePoint. We will also dig into SharePoint architecture and cover some of the common constructs to SharePoint development in master pages, application pages, site pages, and web parts. We will touch on the client object model and interaction with SharePoint from external applications.

It has a code-behind file. VisualWebPart1 { public partial class VisualWebPart1UserControl : UserControl { protected void Page_Load(object sender, EventArgs e) { } } } You will notice in the Toolbox section of your Visual Studio IDE that you have quite a variety of options to choose from to use in this user control web part. Figure 2–8 highlights a few of these. Figure 2–8. Toolbox items in visual web part 28 CHAPTER 2 ■ VISUAL STUDIO 2010–ADVANCING THE SHAREPOINT DEVELOPMENT ENVIRONMENT Note the highlighted control—the BulletedList.

It has a code-behind file. VisualWebPart1 { public partial class VisualWebPart1UserControl : UserControl { protected void Page_Load(object sender, EventArgs e) { } } } You will notice in the Toolbox section of your Visual Studio IDE that you have quite a variety of options to choose from to use in this user control web part. Figure 2–8 highlights a few of these. Figure 2–8. Toolbox items in visual web part 28 CHAPTER 2 ■ VISUAL STUDIO 2010–ADVANCING THE SHAREPOINT DEVELOPMENT ENVIRONMENT Note the highlighted control—the BulletedList.

Download PDF sample

Download Pro ASP.NET SharePoint 2010 Solutions: Techniques for by Dave Milner PDF
Rated 4.41 of 5 – based on 31 votes