- Using Neo4j with F# – Cypher 2.0There’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…
- Python and HDF5 - Unlocking Scientific Data By Andrew Collette, O'Reilly Media, Inc. Book Review It is probably yesterday’s news that Python is the de facto programming…
- Calling WCF REST service from JavaScriptTechnorati 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:
- 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…
- Unit tests for HttpClient using HttpMessageHandlerYou 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…
- Properties vs. MethodsOne 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…
- Steps to Get MVC running with Ninject1. enable package restore on solution 2. Nuget Ninject.MVC3 (pre-release available?) \ adds Ninject, Ninject.Web.Common, Ninject.Web.Mvc \…
- BizTalk Maturity Assessment vs BizTalk Health CheckRecently 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…
- Test Initialize vs. Class InitializeOne common oversight we have encountered while working with developers is the mix up of the \[TestInitialize\] and \[ClassInitialize\] Attributes. When…
- Recently Used Files And The Windows Filesystem CacheRecently 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…
- Remote Graphics Diagnostics with Windows RT 8.1 and Visual Studio 2013This 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…
- Styling ASP.NET MVC Error MessagesOff the cuff, it may look like you’re stuck with the presentation of…
- 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…
- Update to Where’s My Graphic Equalizer in Windows Media Player – now covers Windows 8Have 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…
- 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.…
- 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.
- Difference between ServiceBehavior and EndPointBehaviorIn BizTalk for WCF end point, we get both ServiceBehavior and EndPointBehavior as behavior extensions. Then a question comes across to mind is, why two…
- C# via Java: IntroductionSo, 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…
- How To: Spell Check InfoPath web form in SharePoint 2010This 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…
- Different Not Automatically Implies BetterDifferent Not Automatically Implies Better Recently I was digging deeper why some WCF hosted workflow application did consume quite a lot of memory…
