- How to compile less in Visual studio 2015 ?In previous version of Visual studio (2013 actually) Web Essentials 2013 compile everything easily. If you just fork something and start editing less file…
- There is no such thing as technical debtWard Cunningham coined the “technical debt” metaphor. It sounds plausible, it might resonate with management. But it’s far from reality.
- Solution to Little Puzzlers–Find the Majority ElementThis is the way I went about the "The Majority Element” problems. However, keep in mind there are multiple ways to solve this, so don't worry if your…
- How many customers does Microsoft have?](http://scottge.net/2015/07/15/how-many-customers-does-microsoft-have/) As of Feb 2015 - One and a half billion people use Windows every day. - There are…
- New Book: C# SuccinctlyMy latest book, C# Succinctly, is now available. This is published by Syncfusion, as part of their Succinctly series. It’s an e-book and is free for you…
- Little Puzzlers–The Majority ElementI like to keep my brain sharp by working on programming puzzlers. On off weeks I'm going to start posting programming puzzlers I've collected over the…
- Hey Azure, how's my Cloud Service doing?The Azure Management APIs give you a lot of useful stats and you can easily use them to build a customised dashboard for an instant healthcheck of your…
- What’s New in C# 6.0: Auto-Property InitializersToday, Somasegar announced that Visual Studio 2015 will be released on July 20th, 2015. This release will also include C# 6.0. This is the first in a…
- NDC 2015 VideosThe Norwegian Developer Conference 2015 videos have been uploaded in the last few days. I didn’t get to go, but they always have a lot of great speakers…
- SpinWait Is DangerousSpinWait Is Dangerous Some bugs are easy some are hard. If you are dealing with a massive multithreaded distributed application consisting of many…
- Warehouse pallet storage to store your productsDo you have a business in Yorkshire and oblige warehouse pallet storage for putting away items? Possibly you are coming up short on space in your present…
- Developing Accessible WebsitesAn increasing number of corporations are facing lawsuits for ignoring accessibility standards in their websites that results in huge settlements, which…
- Free Webinar: What’s New in C# 6.0I'll be doing a Free Webinar on 6/24/2015 with LearnNowOnline.com on What's New in C# 6.0: > http://bit.ly/1POvqmJ
- Little Puzzlers–Fun With Random Number GeneratorsI like to keep my brain sharp by working on programming puzzlers. On off weeks I'm going to start posting programming puzzlers I've collected over the…
- C#/.NET Little Wonders: Null Conditional Operator in C# 6Once 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…
- Neo4j.AspNet.Identity is Back!In fairness, it was never \away\, but after a brief hiatus - it is being developed again. So changes – it’s moved -…
- What is the Service Bus for Windows Server?As programmers, we can build bridges between various systems in two ways: point to point, or loosely coupled. Within each design paradigm, additional…
- Solution to Little Puzzlers–Validate a Sudoku BoardThis is the way I went about the problem. However, keep in mind there are multiple ways to solve this, so don't worry if your solution has variations and…
- Easy Tabs for SharePoint 2013Easy Tabs for SharePoint 2013 Easy Tabs is a 3rd party javascript library that allows site designers to place webparts in a tabbed format on a page. It is…
- Create Node Task for Visual Studio CodeCreate Node Task for Visual Studio Code I love the new Visual Studio Code editor/IDE. It’s fast, simple, lightweight, and an overall pleasure to work…
