Geeks with Blogs
HomeAbout
  • MVVM and Animations in Silverlight
    I wanted to spin an icon to show progress to my user while some content was downloading. I'm using MVVM (aren't you) and made a satisfactory Storyboard to…
    Aligned · 2012-03-30
  • Parallel MSBuild FTW - Build faster in parallel
    Hey everyone, I just discovered this great post yesterday that shows how to have msbuild build projects in parallel Smile
    deadlydog · 2012-03-30
  • Adding Fake Build Information in TFS 2010
    Moved to http://blog.ehn.nu/2012/03/30/adding-fake-build-information-in-tfs-2010/
    Jakob Ehn · 2012-03-30
  • C#/.NET Little Wonders: Skip() and Take()
    Once again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can help improve your code by making it easier to…
    James Michael Hare · 2012-03-29
  • .NET vs Windows 8
    So, day 1 of DevWeek. Lots and lots of Windows 8 and WinRT, as you would expect. The keynote had some actual content in it, fleshed out some of the…
    simonc · 2012-03-28
  • Inside the Concurrent Collections: ConcurrentBag
    Unlike the other concurrent collections, ConcurrentBag does not really have a non-concurrent analogy. As stated in the MSDN documentation, ConcurrentBag…
    simonc · 2012-03-26
  • Microsoft Press Deal of the Day - 26/March/2012 -Getting More Productive with Microsoft® Visual Studio®
    Today's deal of the day from Microsoft Press at http://shop.oreilly.com/product/0790145309846.do is Getting More Productive with Microsoft® Visual Studio®…
    TATWORTH · 2012-03-26
  • For Modernizr, Don’t Stop with NuGet
    The ASP.NET MVC template drops a copy of Modernizr 1.7 in your project automatically, and if you check for NuGet updates the library is brought up to the…
    Steve Albers · 2012-03-25
  • C# Value Type Table
    One of the things I always seem to be checking are the various characteristics of the C# value types. You know, stupid questions like whether int is the…
    Mark Treadwell · 2012-03-25
  • Windows Azure Service Bus Resequencer
    Introduction I’ll be presenting a session at Sweden Windows Azure Group (SWAG) on Monday, as well as presenting on the Windows Azure Service Bus at…
    Alan Smith · 2012-03-23
  • Special offer on Netduino E-books and Videos to March 30
    O'Reilly have a special offer on NetDuino books and videos to 30/Maqrch at http://shop.oreilly.com/category/deals/netduino-package.do Netduino is an open…
    TATWORTH · 2012-03-23
  • Visual Studio & TFS 2012 – List of extensions and tools (Part 2)
    Visual Studio & TFS 2012 – List of extensions and tools (Part 2) This post is continued HERE. Go to Part 1 – List of Product Updates for information on…
    terje · 2012-03-22
  • Myths about Coding Craftsmanship part 2
    When you review code is this what you assume? Shame on you. You are probably making assumptions in your code if you are assuming so much already. Bad code…
    tom · 2012-03-22
  • What type of tests are BizUnit tests?
    Article Source: https://geekswithblogs.net/charliemott is defined as a "Framework for Automated Testing of Distributed Systems."
    charlie.mott · 2012-03-21
  • Delegate Variety in C#
    Delegate Variety in C# One of the constructs many junior programmers struggle with is the delegate. Coming from a world of Visual Basic or Java, many have…
    Justin Greenwood · 2012-03-21
  • APress Deal of the Day - 21/Mar/2012 - Pro Agile .NET Development with SCRUM
    Today's $10 Deal of the Day from APress at http://www.apress.com/9781430235330 is Pro Agile .NET Development with SCRUM. "Pro Agile .NET Development with…
    TATWORTH · 2012-03-21
  • Using HTML5 Today part 3– Using Polyfills
    Shims help when adding semantic tags to older IE browsers, but there is a huge range of other new HTML5 features that having varying support on browsers.…
    Steve Albers · 2012-03-20
  • Why do we (really) program to interfaces?
    One of the earliest lessons I was taught in Enterprise development was "always program against an interface". This was back in the VB6 days and I quickly…
    Kyle Burns · 2012-03-19
  • Fix a jQuery/HTML5 dynamic content issue by upgrading jQuery
    The default NuGet template for MVC3 pushes down jQuery 1.5.1. You can upgrade to a new version (1.7.1 is current when this was written) to avoid a problem…
    Steve Albers · 2012-03-17
  • The World of SQL Database Deployment
    Ah, the choices! Detach the database and have the client reattach it to a newly installed – oh wait. FIRST my new client needs to download and install SQL…
    GGBlogger · 2012-03-17
← Prev1…525354…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.