- ASP.Net 4.5 Garbage Collection ImprovementI just read on CodeProject by Shivprasad koirala. Feature 5 in his article mentions the GC background cleanup and has a good explanation of the work the…
- Temporarily disabling foreign key constraints in SQL ServerGoal: Is to temporarily disable all foreign key constraint and later enable the Constraint again? Solutions -- Disable all the constraint in database EXEC…
- Free E-Book - TortoiseSVN and Subversion Cookbook - Oracle EditionAt http://www.red-gate.com/products/oracle-development/education/entrypage/svn-tortoise-oracle-ebook?utm\source=simpletalk&utm\medium=pubemail&utm\ad\conte…
- Automatically Create Your Project’s NuGet Package Every Time It Builds Via NuGetSo you’ve got a super awesome library/assembly that you want to share with others, but you’re too lazy to actually use NuGet to package it up and upload…
- Windows Azure VMs - New "Stopped" VM Options Provide Cost-effective Flexibility for On-Demand WorkloadsDidn’t make it to TechEd this year? Don’t worry! This month, we’ll be releasing a new article series that highlights the Best of TechEd announcements and…
- Free E-Book - TypeScript SuccinctlyAt http://www.syncfusion.com/resources/techportal/ebooks/typescript, Syncfusion are a free E-book "TypeScript Succinctly" "The extensive adoption of…
- My Thoughts On the Xbox 180Everyone seems to be putting their 0.00237 cents into the wishing well over Microsoft's recent decision to reverse the DRM policy on the Xbox One.…
- I’ve moved out…GeeksWithBlogs has been a great property ever since I decided to start bloggging, however I have outgrown it and am moving to a new location.
- Keep your Root Authorities up to dateBy default, Windows will automatically update it’s internal list of trusted root authorities as long as the Update Root Certificates function is…
- Responsive Design: Media Query Bookmarket - shows the applied media queries and current window sizeThere are any number of tools for resizing the browser window to check responsive designs. One that stands out for me is the Media Query Bookmarklet from…
- Read the Comments!Sorry, I have been lax in posting for quite some time. Hopefully this will be the start of a renewed posting binge!
- IIS 7’s Sneaky Secret to Get COM-InterOp to RunIf you’re like me, you don’t really do a lot with COM components these days. For me, I’ve been ‘lucky’ to stay in the managed world for the past 6 or 7…
- Creating a Training Lab on Windows AzureThis week we are preparing for a training course that Alan Smith will be running for the support teams at one of my customers around Windows Azure. In…
- Stright Talk Nokia Lumia 920 MMS FixWas enjoying my Stright Talk service until receiving several MMS messages.. that showed "Get media content now (1KB)" and then upon selecting the message…
- LINQ to Twitter Maintenance FeedbackIt’s always fun to receive positive feedback on your work. If you receive a sufficient amount of positive feedback, you know you’re doing something right.…
- Data Binding to Attached PropertiesWhen I was working on my C#/XAML game framework, I discovered I wanted to try to data bind my sprites to background objects. That way, I could update my…
- RavenDB GetAll extension methodRavenDB GetAll extension method public static IEnumerable<T> GetAll<T>(this IDocumentStore documentStore) { var results = new List<T>(); var…
- Visualize Your Callstacks Via Flame GraphsVisualize Your Callstacks Via Flame Graphs I have found Bruce Dawson blog where he discusses the uses of Flame Graphs. Brendan Greg a Linux performance…
- Faking the WebApi UserI needed to unit test a WebAPI call in my MVC 4 application that checks the user's role. I'm doing this in my MVC controllers with the following code…
- Why unhandled exceptions are usefulIt's the bane of most programmers' lives - an unhandled exception causes your application or webapp to crash, an ugly dialog gets displayed to the user,…
