Feeds:
Posts
Comments

Archive for September, 2008

A huge number of videos covering a very wide variety of sciences/events/interviews/etc..   http://videolectures.net/

Top 100 Blogs for software development managers: http://www.noop.nl/2008/09/top-100-blogs-for-development-managers-q3-2008.html

New Patterns and Practices application architecture guidelines: http://www.codeplex.com/AppArch some ares of interest there:

      Architecture and design: http://www.codeplex.com/AppArch/Wiki/View.aspx?title=Architecture%20and%20Design%20Guidelines&referringTitle=Guidelines

     Service Layers Guidelines: http://www.codeplex.com/AppArch/Wiki/View.aspx?title=Service%20Layer%20Guidelines&referringTitle=Guidelines

    Business Layers guidelines: http://www.codeplex.com/AppArch/Wiki/View.aspx?title=Business%20Layer%20Guidelines&referringTitle=Guidelines

   Presentatgion Layer Guidelines: http://www.codeplex.com/AppArch/Wiki/View.aspx?title=Presentation%20Layer%20Guidelines&referringTitle=Guidelines

Read Full Post »

SharePoint access checker: http://www.codeplex.com/AccessChecker

SharePoint Debugging and Logging Tips and Tricks : http://andrewconnell.com/blog/archive/2008/06/11/SharePoint-Debugging-and-Logging-Tips-and-Tricks.aspx

Make your SharePoint debugging experience a little less painful: http://andrewconnell.com/blog/archive/2007/01/25/5855.aspx

Demos debugging .NET apps: http://blogs.msdn.com/tess/pages/net-debugging-demos-information-and-setup-instructions.aspx

Debugging tips for SharePoint: http://blog.thekid.me.uk/archive/2007/07/25/debugging-tips-for-sharepoint-and-wss-exceptions.aspx

Extra SharePoint features on CodePlex: http://www.codeplex.com/features

Read Full Post »

 

to turn it off

   log4net.LogManager.GetRepository().Threshold= log4net.LogManager.GetRepository().LevelMap[“OFF”];

     

to turn it on

   log4net.LogManager.GetRepository().Threshold= log4net.LogManager.GetRepository().LevelMap[“ALL”];

Read Full Post »

SP content deployment wizard source code released: http://www.sharepointnutsandbolts.com/2008/09/source-code-for-sp-content-deployment.html

SharePoint 2007 short courses: http://office.microsoft.com/en-us/training/CR102146081033.aspx

Caching ins SharePoint 2007 : http://technet.microsoft.com/en-us/library/cc298466.aspx

New Version of U2U CAML Query tool: http://www.u2u.info/Blogs/karine/Lists/Posts/Post.aspx?List=d35935e0-8c0e-4176-a7e8-2ee90b3c8e5a&ID=30

Read Full Post »

Today Google Released its new browser (Chrome), the beta version can be found at http://www.google.com/chrome

A comic book explains what’s new in chrome and the idea behind it http://www.google.com/googlebooks/chrome/index.html

Read Full Post »