- A fix for a very slow SharePoint library Explorer view: http://www.stacydubois.com/2011/02/sharepoint-fix-slow-browsing-in-windows.html
- What ASP.NET developers should know about web.config inheritance: http://weblogs.asp.net/jgalloway/archive/2012/01/17/10-things-asp-net-developers-should-know-about-web-config-inheritance-and-overrides.aspx
Archive for the ‘Good Links’ Category
Good Links, Jan 24, 2012
Posted in Good Links, tagged ASP.NET, SharePoint 2010 on January 24, 2012| Leave a Comment »
Caching in SharePoint
Posted in Good Links, SharePoint, tagged Caching, Performance, SharePoint 2010, Sharepoint Optimization on January 19, 2012| 1 Comment »
A very nice presentation by Shai Petel about SharePoint caching: http://kwizcom.blogspot.com/2011/10/developers-guide-how-to-enhance-your.html
Free Developers security tools
Posted in Good Links, Tools, Utilities, tagged Security, Tools on July 26, 2011| Leave a Comment »
SharePoint and DotNetNuke 6
Posted in Good Links, SharePoint, tagged DotNetNuke, SharePoint on July 21, 2011| Leave a Comment »
The new (just released) release of DotNetNuke (enterprise edition) can now integrate with SharePoint to expose a document library on the internet. More at: http://www.dotnetnuke.com/Resources/Blogs/EntryId/3133/SharePoint-integration-in-DotNetNuke-6.aspx
Behind the Scenes look at SharePoint 2010 Patches
Posted in Good Links, SharePoint, tagged SharePoint 2010 on July 10, 2011| Leave a Comment »
Profiling .NET Code
Posted in Good Links, Software development, Utilities on July 10, 2011| Leave a Comment »
Tools and Techniques for .NET Code Profiling: http://msdn.microsoft.com/en-us/magazine/hh288073.aspx
BizTalk 2010 Released
Posted in Good Links, News, tagged Biztalk 2010 on September 23, 2010| Leave a Comment »
Free SharePoint web parts
Posted in Good Links, SharePoint on September 20, 2010| Leave a Comment »
GTD online system and Synching with Outlook
Posted in Good Links, ideas, Tools, tagged GTD, Outlook, Todo List, Tools on September 2, 2010| Leave a Comment »
A nice GTD system
RTM (Remember The Milk) is a free online task management system.
This blog post http://blog.rememberthemilk.com/2008/05/guest-post-advanced-gtd-with-remember-the-milk/ shows how RTM can be tweeked to work as a GTD system.
For outlook fans, the FREE “SprynxCRM Outlook sync For Remember The Milk” http://www.gassumo.com/Home/sprinxcrm-outlooksync-for-remember-the-milk/download will help you use RTM from within Outlook (supports 2007 and 2010).
INotifyPropertyChanged without using strings
Posted in Good Links, ideas, Software development, Uncategorized on July 25, 2010| Leave a Comment »
A very nice idea on how to implement INotifyPropertyChanged Interface withouth having to pass the property name as a string can be found at http://blogs.u2u.be/peter/post/2010/06/14/How-to-implement-INotifyPropertyChanged-without-strings.aspx