- Cannot add diagram to SQL Server 2005 DB: Database diagram support objects cannot be installed because this database does not have a valid owner.When trying to add a diagram to an SQL Server 2005 db I got the following error: Database diagram support objects cannot be installed because this…
- Code Metrics – suggestions for appropriate limitsI like Code Metrics. They give a certain “objective” evaluation of a piece of code. You can use it for yourself just to make it pinpoint potential trouble…
- < Countdown to Software Architect 2009 – Day two and my love for Boot from VHD | Home | Countdown to Software Architect 2009 – Day three was Entity Framework 4 day. I love it!Entity Framework 4.0 Resources – documentation links, best blog posts and more \[Initual release 22nd Sept 2009\] \[Updated 23rd Sept, with links from…
- Developer Versioning: Which Version are You?I was thinking about the level of programming abilities lately, as we are starting to interview for an open position. I thought, “Wouldn’t it be nice if…
- Easy Handle Leak Detection Without A DebuggerFinding handle leaks in all processes at once for all handle types without a debugger is no longer impossible. Since Windows 8.1 (0?) each handle creation…
- Export ASP.NET page to Word, Excel or PDFMany times we would like to export our page as an Excel sheet, Word doc or PDF file. This can be simply achieved by changing the ContentType of the…
- FTP error 425, “Can’t open data connection.”One of the most common questions I get about FTP has to do with error 425, “Can’t open data connection.” This is indeed a protocol level error that is…
- Inside the DLR – CallsitesThe DLR was introduced in .NET 4 to allow dynamic languages, like Python or Ruby, to run on the CLR. The DLR is also used by C# 4, released at the same…
- Managed Extensibility Framework 101 (b)! 1\. Introduction This posting is a continuation from the previous post on Managed Extensibility Framework (MEF). If you are a new to MEF you will need…
- “New” Statement Considered HarmfulAll of us have probably written code like this: Foo f = new Foo(); And what could be simpler? As long as the logic in the constructor is simple (or better…
- Node.js Adventure – Node.js on WindowsTwo weeks ago I had had a talk with Wang Tao, a C# MVP in China who is currently running his startup company and product named worktile. He asked me to…
- Patterns aren’t just for software (ExpertsExchange 20051004)For the last newsletter I wrote a brief article describing what design patterns were and the educational benefits that they can have as they are…
- Silverlight Cream for July 10, 2010 — #900For Issue 900, I wanted to do another “best of” and it’s a little tricky. I can’t do best of from 800 to 900 because it will be heavily weighted to the…
- Speedy C#, Part 4: Using – and Understanding – CLR ProfilerCLR Profiler is a free and incredibly useful tool offered by Microsoft. I’m fairly certain its primary use (at least from Microsoft’s perspective) is to…
- SSAS: PROCESSING, FORCECOMMITTIMEOUT AND “THE OPERATION HAS BEEN CANCELLED”Here is something interesting that came up a newsgroup thread a little while ago, that I though merited some more explanation.
- Suggestions so far for UK MSDN Flash Special Edition on Open Source Software for developersBack in February we did our first special edition of the UK MSDN Flash focused on Free Software for developers (Which was our most popular edition for…
- ‘Sys’ is undefined – ASP.NET AJAXYou might receive the error ‘Sys’ is undefined when running ASP.NET AJAX Web pages or trying to AJAX enable your exisitng Web Applicaitons.
- TFS APITeam Foundation Server Application Programming Interface, Team Foundation Server SDK, Team Foundation Server Software Development Kit
- Transactional Messaging in the Windows Azure Service BusI’m currently working on broadening the content in the Windows Azure Service Bus Developer Guide. One of the features I have been looking at over the past…
- Updating Partial Views with Unobtrusive AJAX in MVC 3This is post is meant to be a more straightforward overview of my previous post. The previous post got a little long and turned into a walthrough. If you…
