A few good resources on URL formatting
http://en.wikipedia.org/wiki/Query_string http://www.faqs.org/rfcs/rfc1738.html http://labs.apache.org/webarch/uri/rfc/rfc3986.html#query
http://en.wikipedia.org/wiki/Query_string http://www.faqs.org/rfcs/rfc1738.html http://labs.apache.org/webarch/uri/rfc/rfc3986.html#query
http://sharepointexception.wordpress.com/ http://blogs.msdn.com/b/jannemattila/archive/2008/02/23/crm-4-0-sharepoint-and-asp-net-trace.aspx http://blog.thekid.me.uk/archive/2007/07/25/debugging-tips-for-sharepoint-and-wss-exceptions.aspx http://www.codeproject.com/KB/sharepoint/Handling_Error_Centrally.aspx
I have been continuing some research on how to help improve our performance. The first area I have been looking into have been around our CSS and JS libraries. I…
Check out http://seleniumhq.org/ Selenium is a suite of toolsto automate web app testing across many platforms. Selenium... runs in many browsersand operating systems can be controlled by many programming languages and testing frameworks.
Reposted from here Leveraging ILMerge to simplify deployment and your users experience ILMerge is one of those little-known gems that are an absolute must-have once you know how to apply them…
Fantastic Blog article from here SharePoint BDC Part 1: Getting Started with the Business Data Catalog Author: Tobias Zimmergren URL: http://www.zimmergren.net | http://www.tozit.com Introduction In this article I will guide you through the very…
http://blogs.msdn.com/b/microsoft_press/archive/2010/10/28/free-ebook-programming-windows-phone-7-by-charles-petzold.aspx
Post from here The following diagram shows some of the most important methods of theSystem.Web.UI.Page class that you can override in order to add code that executes at specific points in the page…
DateTime.ToString() Patterns All the patterns: 0 MM/dd/yyyy 08/22/2006 1 dddd, dd MMMM yyyy Tuesday, 22 August 2006 2 dddd, dd MMMM yyyy HH:mm Tuesday, 22 August 2006 06:30 3 dddd,…
Cast vs. Ashttp://www.codeproject.com/KB/cs/csharpcasts.aspx Performance Thoughts/exampleshttp://www.codeproject.com/KB/cs/effective1.aspxhttp://www.techgalaxy.net/Docs/Dev/5ways.htm StringBuilderhttp://support.microsoft.com/kb/306822http://www.codeproject.com/KB/cs/stringperf.aspx