Menu

Tag Archives: c#

Writing a .Net Core Bubble Sort using TDD in Visual Studio Code
A lot of areas packed into that title! Today we’ll be looking at quite a different pipeline to your standard .net development. Using the new (ish) [...]
Entity Framework – When to use what
In Entity Framework there are three ways of utilising the ORM, one enables you to get straight into coding (code-first), one enables you to rip a database [...]
Coming soon to your company?
  Available from : September 2016 I’m going to update this post with my availability, so if you want to chat, give me a call. My resume and [...]
Cassandra is the current de facto standard in flat, scalable, cloud based database applications and as such usually only exists in AWS or linux clusters. Fortunately, you can install Cassandra on windows in a single node configuration. For more info on the configurations available in a distributed install, see Planet Cassandra. Previously I have worked […]