| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
7 Articles match "SharePoint"
| Related DevelopMentor Courses | MORE | | Essential Windows Identity Foundation SharePoint 2010, CRM, parts of the Azure and SQL Server products) so they can benefit from the easier approach to difficult security scenarios. Traditional protocol like Kerberos work remarkably well for single trust domain intranet situations, but have their shortcomings once the scenarios become a little bit more complex. ?xml:namespace xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> ? New protocols like WS-Federation, WS-Trust and SAML2p are based on open standards that work equally well in the intranet as well as the internet. Day 2 Advanced Topics: ? DevelopMentor Courses - Wednesday, February 22, 2012 Essential BizTalk Server File, Ftp, MSMQ and SharePoint adapters are discussed. Learn how Orchestration, Business Rules, and Business Activity Monitoring allow you to develop sophisticated, agile, and transparent business processes - all without writing any custom code! We'll be using the latest version of the product: BizTalk 2010. You'll get answers to these questions: What role does BizTalk play in Microsoft's Service Oriented Architecture (SOA) strategy? How can I integrate disparate systems without modifying source code in those systems? Gain deep understanding of your development platform. XSLT++). DevelopMentor Courses - Wednesday, February 22, 2012 Essential Windows Identity Foundation SharePoint 2010, CRM, parts of the Azure and SQL Server products) so they can benefit from the easier approach to difficult security scenarios. Traditional protocol like Kerberos work remarkably well for single trust domain intranet situations, but have their shortcomings once the scenarios become a little bit more complex. ?xml:namespace xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> ? New protocols like WS-Federation, WS-Trust and SAML2p are based on open standards that work equally well in the intranet as well as the internet. Day 2 Advanced Topics: ? DevelopMentor Courses - Thursday, August 18, 2011 |
39 Articles match "SharePoint"
| The Latest from DevelopMentor | MORE | | SharePoint UG Maine Just a quick service announcement: Winxnet, in Portland, has started hosting the first Maine based SharePoint User Group. For more information visit: www.winxnet.com/spugme. Community The Blomsma Code - Wednesday, January 4, 2012 Guide to Claims-based Identity and Access Control (2nd Edition) We added a lot of content around ADFS, Access Control Service, REST and SharePoint. This fell through the cracks over the summer holiday time: The 2nd edition of the Patterns & Practices “claims guide” has been released. This is excellent! All source code is available as well! Grab it from: [link]. Or use my vanity URL: [link]. IdentityModel www.leastprivilege.com - Friday, October 28, 2011 | -
| The Best from DevelopMentor | MORE | - Remove Login box when anonymous users download office document from SharePoint Site
When developing Extranet/Internet site in SharePoint you often want to allow anonymous access and this works fairly well. The problem is that office tries to be intelligent and issues a Microsoft Office Protocol Discovery request to see how much the user is allowed to do, but SharePoint responds with access denied until the users logs in. The essential code is fairly simple: Tags: SharePoint But there is one are where the out of the box experience fails regarding anonymous access and that is when you allow the users to download Microsoft Office documents. The Black Knight Sings - Wednesday, July 16, 2008 - Remove the Search Box from SharePoint Sites
Sometimes you don't want your users to be able to search on your SharePoint site. Fortunately SharePoint makes this very easy. The different version of SharePoint has different requirements for the Search box and the way these different serach boxes are implemented are using the Delegate feature of WSS. Tags: SharePoint Part one of this is then to remove your site from the content source in SSP, but you probably also want to remove the Search box from every page in your site. The source files are here and a precooked solution file is here. The Black Knight Sings - Friday, August 15, 2008 - Caching a SharePoint list as a datatable
If you need something similar then here is my class, it doesn't deal with item level permissions, so if you need that you'll have to implement something different: Tags: SharePoint For one of my current projects I needed to show a SPGridView with data from a small list on the frontpage of the Intranet. The list wasn't very small so didn't want to read if from the database on every hit of the frontpage, but on the hand it was so big that I couldn't cache it. Now the big question was how to cache it. The Black Knight Sings - Friday, December 19, 2008 - Turn Default Upload Overwrite Off in WSS 3.0
So we add a feature with the following elements.xml file: Tags: SharePoint By default the Overwrite checkbox in Upload.aspx is checked in WSS 3.0 and MOSS 2007, but sometimes you may want to change this default. MOSS junkie has a post on how to change that default. But his solution has the downside of having to modify one of the standard application pages which is unsupported and may be overwritten by a upgrade. So how do we change the default without modifying upload.aspx? Once again the controls in the default masterpage can help us. The Black Knight Sings - Thursday, August 21, 2008 - Giving end users a list of all the SharePoint sites they have access to
When You’re running a medium sized SharePoint Farm you may often get requests from end users for a list of all the SharePoint sites they have access to. Tags: SharePoint ve implemented a small feature which provides this information as an application page, which you can access through a new menu item on the Welcome menu. The implementation of this is quiet simple: Add a menuitem to the Welcome menu pointing to our own application page: < CustomAction Id = " 6346660F-707E-40d2-A7CF-AB6BAC7A98FD ". Location = " Microsoft.SharePoint.StandardMenu ". Sequence = " 400 ". The Black Knight Sings - Sunday, April 26, 2009 - List all SharePoint groups a user belongs to
This is just a small Utility requested on one of the SharePoint Newsgroups. It uses the UserGroup web service to list all the SharePoint Groups a user belongs to in a specified Site Collection. Tags: SharePoint It's a small console application which requires two parameters: ···The first parameter is the Url of the site collection including protocol (example: [link]. ···The second parameter is the full username including Domain (example: MOSSWORKuser). using System; using System.IO; using System.Xml; using ListUsersGroups.ug; namespace ListUsersGroups. {. class Program. {. The Black Knight Sings - Monday, July 20, 2009 - FeatureReceiver To Cleanup WebPart Files
Tags: SharePoint The Black Knight Sings - Monday, July 14, 2008
| | |