| bio | website | tehone.com |
|---|---|---|
| location | United States | |
| age | 35 | |
| visits | member for | 2 years, 9 months |
| seen | Mar 19 at 20:27 | |
| stats | profile views | 45 |
A dedicated and highly motivated developer with over 15 years’ experience in internet technologies and solutions.
|
Mar 13 |
accepted | Is accessing AllProperties efficient? |
|
Mar 8 |
awarded | Commentator |
|
Mar 8 |
comment |
Is accessing AllProperties efficient? I mean that I assume that data stored there must be kept in the DB. So I'm just not sure when or how the data gets pulled from the DB. Is it on every request, regardless of if I access the properties or not. And is it cached or kept in memory so that if I access it repeatedly in different web controls, I'm not causing extra trips back to the db. My main concern is just that I don't want to cause extra trips to the db, and if I was going to cause extra trips to the db, then I was just going to cache the data myself instead of pulling from AllProperties each time. |
|
Mar 8 |
comment |
Is accessing AllProperties efficient? Thanks for the info. I already knew that AllProperties was a Hashtable, but what I didn't know and still don't know is how and when this get's populated and if using it causes any extra overhead. Is it populated on every request? Is it populated regardless of weather I access it directly? If I access SPWeb.ParentWeb.AllProperties, would that cause any extra trip to the db or is it already in the request context. These are things that I don't seem to be able to find out. Can you give me any insight on these questions? |
|
Mar 8 |
asked | Is accessing AllProperties efficient? |
|
Mar 7 |
comment |
Does a trusted My Site location actually have to point to a My Site Host? The main reason is because I want to be able to use my same master page, css, js etc from my main site. I can easily do this by creating a sub site. But if I create a new site collection then I have a big layer of separation to contend with. |
|
Mar 6 |
asked | Does a trusted My Site location actually have to point to a My Site Host? |
|
Mar 6 |
comment |
Changing PublishingPage.Layout doesn't change the content type? For a publishing page, how do you change the content type? I thought changing the layout is supposed to automatically change the content type too. But it doesn't seem to be doing this on my SharePoint site. Oh, and just incase I wasn't clear, I'm doing this via the object model. |
|
Mar 2 |
asked | Changing PublishingPage.Layout doesn't change the content type? |
|
Nov 30 |
accepted | Is it possible to add page layouts/web parts using a feature activated in a sub site? |
|
Nov 30 |
comment |
Is it possible to add page layouts/web parts using a feature activated in a sub site? Thanks for the confirmation, this is pretty much what I thought, but I had hoped I was wrong. |
|
Nov 30 |
asked | Is it possible to add page layouts/web parts using a feature activated in a sub site? |
|
May 27 |
awarded | Student |
|
May 27 |
awarded | Teacher |
|
May 19 |
comment |
Custom Ribbon Button doesn't show on subsites Nope, it actually is a site scoped feature. |
|
May 19 |
asked | Custom Ribbon Button doesn't show on subsites |
|
May 5 |
awarded | Scholar |
|
May 5 |
accepted | How can I upload documents/pictures into a users “My Site” Shared documents/pictures? |
|
May 4 |
answered | How can I upload documents/pictures into a users “My Site” Shared documents/pictures? |
|
May 3 |
comment |
How can I upload documents/pictures into a users “My Site” Shared documents/pictures? My goal is this (in a nut shell). I have my main intranet site, MyMainSite and on that site I want to make a web part that allows users to upload photos that become part of a photo gallery. But I was thinking it would make sense to store these photos in each users own "My Site" shared picture library instead of storing them on MyMainSite. So I was hoping there was a really easy way for me to just get programmatic access to the users shared MySite picture library. Sounds like I'm going to have to use the User Profile to get the MySite address & then do an OpenSite etc. Any other options? |