Pro ASP.NET SharePoint 2010 Solutions: Techniques for by Dave Milner

By Dave Milner

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

with out information and examples, interacting with underlying SharePoint parts should be tough, and dealing with different SharePoint APIs is complex. This booklet will introduce you to various recommendations to grasp the artwork of constructing ASP.NET purposes which are equipped upon a SharePoint origin. With those ideas 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 protection
  • Feature packaging
  • Proper use of SharePoint APIs
  • Advanced deployment recommendations

Pro ASP.NET Sharepoint 2010 walks you thru the entire steps had to effectively construct and installation ASP.NET suggestions in the SharePoint platform. you will then have the ability to significantly improve your functions and construct distinctive ideas 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

The standard C library

Prentice Hall's most vital C programming identify in years. A better half quantity to Kernighan & Ritchie's c program languageperiod. a set of reusable capabilities (code for development information buildings, code for acting math services and medical calculations, and so on. ) to be able to store C programmers time and cash specially whilst engaged on huge programming initiatives.

C++ in a Nutshell

To-the-point, authoritative, no-nonsense options have continually been a hallmark of O'Reilly books. The In a Nutshell books have earned an effective 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 really is expected that every one different ASP. web builders could be hungry for info at the new edition. * can be one of many first actual books on ASP. internet 2. zero, on hand once the expertise itself turns into to be had to a much wider viewers. * Very fast paced, since it assumes past 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 purposes with SharePoint 2013. The ebook specializes in options that supply the easiest browser adventure for the myriad of units, browsers, and reveal orientations and resolutions.

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

Sample text

Feature scope has four options: • Farm—Activates the feature for an entire farm • Site—Activates the feature for all web sites in a site collection • Web—Activates the feature for a specific web site • WebApplication—Activates the feature for all web sites in a web application. The windows below this are Items in the Solution and Items in the Feature. By default in our VisualWebPart solution, the web part is added to the feature. However, if you have more than one web part, or other SPIs in the solution such as controls, application pages, modules, images, resources, or other constructs, the Feature Designer offers drag-and-drop control over which of these you would like to package together as a feature.

A final option is available to advanced SharePoint developers. Overwrite generated XML and edit manifest in the XML Editor is a selection that will allow you complete customization control over feature packaging. Here, you can define elements yourself to include if you need or want the absolute control over the feature packaging available. 43 CHAPTER 2 ■ VISUAL STUDIO 2010–ADVANCING THE SHAREPOINT DEVELOPMENT ENVIRONMENT Figure 2–20. Feature Designer package Manifest view ■ Note If you choose to take full control over the packaging and use the XML editor, the Feature Designer is no longer active and not usable.

Ps1 script registers all of the SharePoint PowerShell commandlets to use to manage your SharePoint environment. wsp solution file. wsp 38 CHAPTER 2 ■ VISUAL STUDIO 2010–ADVANCING THE SHAREPOINT DEVELOPMENT ENVIRONMENT If your solution is a sandboxed solution, you would use Add-SPUserSolution instead of AddSPSolution. When you run the script, it returns the ID of the solution generated by SharePoint as well as the deployment status of the solution. This PowerShell command adds the solution to your SharePoint environment.

Download PDF sample

Rated 4.70 of 5 – based on 4 votes