- Using a Table Valued Function in a JOINDuring my presentation on "Avoiding Database Entropy" I did a demo of a function to parse a delimited string and return it as a table. This is extremely…
- XML parsing error: An invalid character was found in text content.So I was writing a script to pull out some old xml data, and I happened upon this error: XML parsing error: An invalid character was found in text content.
- WatiN testing of multi-level Frames pageI wanted to use WatiN Web Application Testing In .Net, to test html page with multi-level frames: E.g TopFrame.aspx : <Frameset\> <FRAME…
- The best developers are generally underpaidEarlier this week one of my good friends, Jason let me know that he just started a new blog. The thing that's different about this blog is that it doesn't…
- Shipping APIs - USPS and FedExTo complement the previous tutorials I've posted about how to add credit cards to your website or desktop applications, I will be posting a howto for how…
- Deleting a 64 bit registry entry from a 32 bit app in C#.Okay, this may be old hat to some of you, but it took me some time to figure it out and I didn't find much useful when searching.
- The breakpoint will not currently be hit. No symbols have been loaded for this document.I'm posting this blog mostly to remind myself how to fix this if ever I run into it again, but if anyone else benefits from it, then awesome.
- AJAX Enabling your ASP.NET 2.0 Applications - My first session at Tech MelaWell, as promised I would start posting the code snippets and samples which I demoed at TechMela. I hope many of you who attended TechMela chose to attend…
- SharePoint Content Request | What would you like to see?I love SharePoint and after the book was published and I started reading the competitive books, I love it even more.. With that, I am going to start…
- Finding your CPU pegged at 100%? Looking deeper it seems like SVCHOST.EXE is the culprit? try these two fixes....?Finding your CPU pegged at 100%? Looking deeper it seems like SVCHOST.EXE is the culprit? try these two fixes....?
- Melbourne SQL Server User Group - Many-to-Many RevolutionI am speaking tomorrow night at the Melbourne SQL Server User Group. The presentation will be based on the excellent white paper that Marco Russo produced…
- SharePoint - IE Crashes when opening Office documentsRunning WSS 2.0, IE 7, Office 2003 AND Groove 2007 - recently IE 7 crashes everytime I try to open an Office document. PDF documents open just fine. The…
- Did you know? – You can read / write to BAM database directly from outside BizTalk.You know that BAM is used to gather statistics from your BizTalk application. What you probably don’t know is that:
- RSS data feeds - RSS is not just for blogsRandy Charles Morin doesn't know why anyone would want to use RSS to transmit OFX data. I find his confusion odd:
- Geekswithblogs.net!(/images/vivek/113221/5a75804f-avatar.php) Finally! ProudMonkey Controls is out on CodePlex! Posted By: Vincent Maverick Durano | 2/1/2012 10:08 PM | 0…
- Introduction to Coding StandardsStyle is an often overlooked but very critical attribute of writing. The style of writing directly impacts the readability and understandability of the…
- Silverlight With Java Script [Beta 01] Tutorial 05Continuing in my series of Silverlight Introductions relying only upon HTML and Java Script, I have uploaded the 5th one:
- My HttpWebRequestHelper classusing System; using System.Text.RegularExpressions; using System.IO; using System.Diagnostics; using System.Net;
- Silverlight Cream for June 1, 2007Cream, as in 'Pick of the Litter' is always subjective, but this is my list for today as I view my, and will add on as I come across others
- SQL Profiler bugI discovered the most fascinating and annoying bug in version 9.00.1399.06 (the RTM version) of SQL Profiler 2005 today. When I would execute a stored…
