- MSF 4.0 and Microsoft Team ServicesThe forthcoming release of Visual Studio Foundation Server will include two methodology templates for the next version of MSF (the Microsoft Solution Framework). These are MSF for Agile Software De…
- My somewhat colorful non-spoileriffic review of Aquaman (aka Wet Thor)!My somewhat colorful non-spoileriffic review of Aquaman (aka Wet Thor)!
- NTEXT vs NVARCHAR(MAX) in SQL 2005I recently profiled a sproc that makes heavy use of the TSQL SUBSTRING function (hundreds of thousands of times) to see how it performs on a SQL 2005 database compared to a SQL 2000 database. Much …
- RESTful WCF Services with No svc file and No configWhile Microsoft continues to add features to WCF with each version, they are also adding features that simplify working with WCF services as well. Historically WCF has been somewhat intimidating to…
- Speedy C#, Part 2: Optimizing Memory Allocations – Pooling and Reusing ObjectsIn C#, Visual Basic .NET, C++/CLI, J# – the list goes on – we’re freed from having to worry about our memory management. Objects take care of themselves, and when the CLR garbage collector detects …
- 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.
- Unshelve shelveset created from one branch to anotherTechnorati Tags: TFS 2010,TFS Power Tools,UnShelve
- Using Interfaces – Design by ContractAn argument for Interface based design and programming For software to survive in the ever-changing jungle of the production environment, it must have three distinct characteristics: reusability, m…
- What is SOA Governance?For sometime now I have been working on a few papers on the subject of SOA. This is the first, my definitive definition of what is SOA Governance.
- Windows Authentication with Subversion on WindowsMan, oh, man! Setting this thing up was a pain in the arse. It took up most of my day! Anyway, hopefully, I can save someone else the heardache.
- XSLT – format dateI had someone ask today how to format a date in xslt 1.0. I thought it was worth posting the answer I gave. I hope you find it useful. It’s amazing how many lines of code it takes for this, but it’…
- Replatforming Guide: Pros, Cons, and Impact - Geeks with Blogs- January 27, 2024 - Aimee Writer
- Build Explorer version 1.1 for Visual Studio Team Explorer is releasedOur free extension to Visual Studio , the folder based Build Explorer Version 1.1 has now been released, and uploaded to the Visual Studio Gallery and Codeplex. We have collected up a few changes a…
- How to delete a windows serviceRecently, I was trying to delete a windows service. Normally it should not be necessary to manually delete a service. Uninstalling an application should remove its associated service (if any).
- Int32 notation vs. intA while back I was working on a project with Microsoft when we had a visit from someone on the Microsoft .net CLR product team. This person coded examples and when he defined his variables he used …
- Loading pages in IFRAME dynamically from codebehind – ASP.NETClick here for a Video version of this Article
- MOST POPULAR TOPIC<table><tbody><tr><td><a href="https://geekswithblogs.net/akraus1/archive/2009/11/22/136473.aspx">Automatic Null Checks</a><a href="https://geekswithblogs.net/akraus1/Default.aspx">Alois Kraus</a>&…
- MVVM Light Toolkit V1.1.1: What’s new?The new version of the MVVM Light Toolkit was just posted. So what is new? Well, to be honest not much.
- My Thoughts On “ChevronWP7”Today (well, yesterday now) was Thanksgiving here in the U.S. In addition to doing my traditional family things (making and eating a large, Turkey-centered dinner), I found some time to pop on to t…
