Vad man inte bör lägga i SharePoint
Här är en artikel som ger lite mer kött på benen och en bra sammanställning av vad man inte bör göra: What NOT to do on SharePoint.
Technorati tags: sharepoint
En blogg på svenska om SharePoint i synnerhet och .Net i allmänhet
Även Chapter 5: Distributed Systems Patterns och Chapter 6: Services Patterns är intressanta kapitel.
Technorati tags: development, asp.net, design patterns
Utimately after staring at the code of the page in the javascript we saw that it was pullingResten av artikeln här: SSL on SharePoint and Explorer Viewjavascript:blank
.
So by adding about:blank (not http://blank) to the Intranet zone, as well as the site we were viewing it worked to prevent the mixed zone problem we were seeing and allowed the explorer view to consistently be part of the Intranet zone.
The BDC is essentially a catalog of business applications [...] bringing in key data from various applications to SharePoint sites, lists, search, and user profiles.Läs artikeln här:Microsoft SharePoint Products and Technologies Team Blog: Business Data Catalog
[...]
SharePoint Server 2007 ships with four out-of-the-box Business Data Web Parts: Business Data List, Business Data Items, Business Data Related List, and Business Data Actions. These Web Parts rely on the Business Data Catalog, and their main purpose is to display business data in a portal application without the need for any programming.
[...]
customers will be able to derive even more value from the Enterprise Application Intengration (EAI) and Data Warehousing (DW) efforts they have undertaken in the past several years by putting the data into the hands of SharePoint users, so they can readily use it for collaboration, project tracking, business intelligence, and other types of portal applications.
SPControl.GetContextWeb(Context).Webs.Count;
resulterar i att alla Readers får se inloggningsruta efter inloggningsruta, och till slut den berömda Request Access-sidan, trots att du tagit i till max och impersonerat MYSERVER\Administrator. *Pust*. Du kan i och för sig hindra inloggningsrutorna från att visas genom att sätta CatchAccessDeniedException till false och sen fånga System.UnauthorizedAccessException och visa ditt eget felmeddelande, som beskrivs här och här, men det löser inte ursprungsproblemet.Impersonation is not currently supported in some elements of the SharePoint Portal Server object model or in some elements of the Windows SharePoint Services object model. This functionality is being investigated for future versions of the object models.Så långt problembeskrivning, men hur kommer man runt det?
This is unofficial, and nothing that was officially endorsed by any Microsoft staff, but around the time of SharePoint Server 2007 Beta 2 (the first public beta) there should be another CTP for Atlas which should support SharePoint implementations. The biggest news is that we'll be able to use Atlas WebPart technology, in which our WebParts will run as Ajax parts without any special implementation in the WebPart. It will run just like the UpdatePanel examples on atlas.asp.net.Läs hela artikeln: Daniel Larson's SPBlog: Atlas in SharePoint 2007
The source code is released under a permissive license that allows both commercial and non-commercial re-use of the source code, and should be very useful both for people wanting to build their own custom providers (you can take our source and just tweak it if you want), or to better understand/debug our existing ones.Dessutom finns ett gäng white papers som dokumenterar detta, skrivna av Jeff Prosise:
It is possible to use "Today" in a function as a reference to today’s date (despite what SharePoint tells you). There is a very simple work around that doesn't involve very much effort or complexity.Kanske inget man använder varje dag, men jag lägger upp tipset här så att jag slipper leta nästa gång jag behöver det...