Geeks with Blogs
HomeAbout
  • Using Neo4j with F# – Cypher 2.0
    There’s an excellent post by Sergey Tihon about using Neo4j with F#, written back in March, before Neo4j began the progression into Cypher 2.0. (Gist for…
    Chris Skardon · 2013-11-27
  • Python and HDF5 - Unlocking Scientific Data By Andrew Collette, O'Reilly Media, Inc. Book Review
    ![Unlocking Scientific Data](http://shop.oreilly.com/product/0636920030249.do#) It is probably yesterday’s news that Python is the de facto programming…
    Compudicted · 2013-11-27
  • Calling WCF REST service from JavaScript
    Technorati Tags: jquery,javascript,WCF,REST,.NET Without further ado, here is a javascript class that can be used to call a WCF REST web service:
    Bob Goedkoop · 2013-11-26
  • Running Session Scripts with F#
    I’m beginning to explore the F# language – some years ago I spent quite a bit of time working with a language named “APL” which was a very influential…
    Hugh Gleaves · 2013-11-24
  • Unit tests for HttpClient using HttpMessageHandler
    You can unit test a class that uses HttpClient by giving that HttpClient a mock HttpMessageHandler. This way, you can capture the request and prevent it…
    Abhishek Anand · 2013-11-20
  • Properties vs. Methods
    One of the decisions a developer needs to make while designing a class is when to use a property and when to use a method. Methods typically represent an…
    Abhishek Anand · 2013-11-20
  • Steps to Get MVC running with Ninject
    1. enable package restore on solution 2. Nuget Ninject.MVC3 (pre-release available?) \ adds Ninject, Ninject.Web.Common, Ninject.Web.Mvc \…
    Aligned · 2013-11-20
  • BizTalk Maturity Assessment vs BizTalk Health Check
    Recently a few people have asked me about the differences between the BizTalk Health Check and the BizTalk Maturity Assessment so I thought I'd put a few…
    Michael Stephenson · 2013-11-20
  • Test Initialize vs. Class Initialize
    One common oversight we have encountered while working with developers is the mix up of the \[TestInitialize\] and \[ClassInitialize\] Attributes. When…
    Abhishek Anand · 2013-11-18
  • Recently Used Files And The Windows Filesystem Cache
    Recently Used Files And The Windows Filesystem Cache I constantly try out new and old tools to check out if they can be useful in my daily work. Did you…
    Alois Kraus · 2013-11-14
  • Remote Graphics Diagnostics with Windows RT 8.1 and Visual Studio 2013
    This blog post is a brief follow up to my What’s New in Graphics and Game Development in Visual Studio 2013 post on the MVP Award blog. While writing that…
    Michael B. McLaughlin · 2013-11-12
  • Styling ASP.NET MVC Error Messages
    ![image](/images/mightyzot/styling-asp.net-mvc-error-messages/b4ae6739-image2.png)Off the cuff, it may look like you’re stuck with the presentation of…
    MightyZot · 2013-11-11
  • Chester Devs Presentation and source code – ‘Event Store - an introduction to a DSD for event sourcing and notifications’
    Thanks to Fran Hoey and all the people from Chester Devs. It was a hard drive up and back but the enthusiasm of the audience, with some great questions…
    Liam Westley · 2013-11-11
  • Update to Where’s My Graphic Equalizer in Windows Media Player – now covers Windows 8
    Have you wondered where the graphics equaliser in the Windows 8 version of Windows Media Player has moved? It’s certainly not on the menu option you’d…
    Liam Westley · 2013-11-11
  • Why would you dual-run an app on Azure and AWS?
    I had this question from a viewer of my Pluralsight course, Implementing the Reactive Manifesto with Azure and AWS, and thought I’d publish the response.…
    Elton Stoneman · 2013-11-10
  • MVC5 will be part of Visual studio 2012 update 4.
    Update 4 for visual studio 2012 will bring Razor 3 and MVC 5 support within VS12.
    Anirudha · 2013-11-08
  • Difference between ServiceBehavior and EndPointBehavior
    In BizTalk for WCF end point, we get both ServiceBehavior and EndPointBehavior as behavior extensions. Then a question comes across to mind is, why two…
    Koushal Deshpande · 2013-11-08
  • C# via Java: Introduction
    So, I've recently changed jobs. Rather than working in .NET land, I've migrated over to Java land. But never fear! I'll continue to peer under the covers…
    simonc · 2013-11-08
  • How To: Spell Check InfoPath web form in SharePoint 2010
    This is a sequel to my 2011 post about How To: Spell Check InfoPath Web Form in SharePoint. This time I will share how I managed to achieve Spell Checking…
    Jeremy Ramos · 2013-11-07
  • Different Not Automatically Implies Better
    Different Not Automatically Implies Better Recently I was digging deeper why some WCF hosted workflow application did consume quite a lot of memory…
    Alois Kraus · 2013-11-05
← Prev1…303132…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.