Geeks with Blogs
HomeAbout
  • ASP.Net 4.5 Garbage Collection Improvement
    I 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…
    Aligned · 2013-06-24
  • Temporarily disabling foreign key constraints in SQL Server
    Goal: Is to temporarily disable all foreign key constraint and later enable the Constraint again? Solutions -- Disable all the constraint in database EXEC…
    Renso Hollhumer · 2013-06-24
  • Free E-Book - TortoiseSVN and Subversion Cookbook - Oracle Edition
    At http://www.red-gate.com/products/oracle-development/education/entrypage/svn-tortoise-oracle-ebook?utm\source=simpletalk&utm\medium=pubemail&utm\ad\conte…
    TATWORTH · 2013-06-24
  • Automatically Create Your Project’s NuGet Package Every Time It Builds Via NuGet
    So 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…
    deadlydog · 2013-06-22
  • Windows Azure VMs - New "Stopped" VM Options Provide Cost-effective Flexibility for On-Demand Workloads
    Didn’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…
    KeithMayer · 2013-06-22
  • Free E-Book - TypeScript Succinctly
    At http://www.syncfusion.com/resources/techportal/ebooks/typescript, Syncfusion are a free E-book "TypeScript Succinctly" "The extensive adoption of…
    TATWORTH · 2013-06-22
  • My Thoughts On the Xbox 180
    Everyone 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.…
    Chris Gardner · 2013-06-21
  • 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.
    Michael Cummings · 2013-06-21
  • Keep your Root Authorities up to date
    By default, Windows will automatically update it’s internal list of trusted root authorities as long as the Update Root Certificates function is…
    John Breakwell · 2013-06-20
  • Responsive Design: Media Query Bookmarket - shows the applied media queries and current window size
    There 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…
    ihaynes · 2013-06-19
  • 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!
    Bob Porter · 2013-06-18
  • IIS 7’s Sneaky Secret to Get COM-InterOp to Run
    If 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…
    David Hoerster · 2013-06-17
  • Creating a Training Lab on Windows Azure
    This 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…
    Michael Stephenson · 2013-06-17
  • Stright Talk Nokia Lumia 920 MMS Fix
    Was enjoying my Stright Talk service until receiving several MMS messages.. that showed "Get media content now (1KB)" and then upon selecting the message…
    mrad · 2013-06-17
  • LINQ to Twitter Maintenance Feedback
    It’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.…
    Joe Mayo · 2013-06-16
  • Data Binding to Attached Properties
    When 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…
    Chris Gardner · 2013-06-14
  • RavenDB GetAll extension method
    RavenDB GetAll extension method public static IEnumerable<T> GetAll<T>(this IDocumentStore documentStore) { var results = new List<T>(); var…
    Jon Canning · 2013-06-12
  • Visualize Your Callstacks Via Flame Graphs
    Visualize Your Callstacks Via Flame Graphs I have found Bruce Dawson blog where he discusses the uses of Flame Graphs. Brendan Greg a Linux performance…
    Alois Kraus · 2013-06-10
  • Faking the WebApi User
    I 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…
    Aligned · 2013-06-05
  • Why unhandled exceptions are useful
    It'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,…
    simonc · 2013-06-03
← Prev1…363738…227Next →
Geeks with Blogs

A community archive of developer blogs and technical articles, preserved at their original URLs.

Browse

HomeAboutArchive
© 2026 Geeks with Blogs. Posts by their original authors.