Does it work?

The Coding Dad

Can a Flow State produce a constant Flow of bugs?

Following a link from this Martin Fowler's post I was pleased to find this great ...
Read More

Beware that old messy piece of code!

I recently re-read this great article by Martin Fowler about Technical Debt. I feel shy ...
Read More

How to retain image in Android when screen rotation occurs

If you are programming an Android app and you're allowing your users to select an ...
Read More

Quickly setup Android Studio with Git and Bitbucket

Hello everyone, today I will share my experience about creating a Git repository for a ...
Read More

IIS Express GUI and Visual Studio 2010 integration

This post dates back to 2013 and it is ported from my old blog. I ...
Read More

Setting up Git With Visual Studio Tutorial

This post dates back to 2013 and it is migrated from my old blog. The ...
Read More

Entity Framework: Joining in memory data with DbSet

This post dates back to 2013 and is migrated from my old blog. The argument ...
Read More

Entity Framework Code First: Always disable AutoDetectChanges when importing data

This post dates back to 2013 and it is migrated from my old blog. In ...
Read More

Linq To Entities: Queryable.Sum returns Null on an empty list

This post dates back to 2012 and it is migrated from my old blog. In ...
Read More

Optimize Linq To Entities queries using let clauses

This post dates back to 2012 and is migrated from my old blog. In this ...
Read More

Entity Framework 5 Code First: Enabling Migrations in a Real Project

This post is an old one written back in 2012 and migrated from my old ...
Read More

AutoComplete.Net

1. Why AutoComplete.Net? 2. Download 3. Asp.Net Documentation 3.1. AutoCompleteTextBox 3.2. Tutorial 4. Asp.Net MVC ...
Read More

ASP.NET MVC: Panel HtmlHelper extension methods with using syntax

1. Introduction 2. Description 2.1. Implementation 2.2. Strongly Typed Extension Methods 3. Full Code 3.1 ...
Read More

Line Continuation Character

This post is an old one migrated from my early years blog: In this post ...
Read More

CruiseControl.Net Tutorial – Part 2

1. Tasks Block 2. MsBuild Task 2.1. MSBuild and ReferencePath - CruiseControl.NET not resolving reference ...
Read More