- Little Puzzlers–Validate a Sudoku BoardI 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…
- I am a Developer Turned MarketerHello everyone! I hope you have been doing well. Over the past few years since Matt and his amazing team has taken over Geekwithblogs.net, I have had a…
- C#/.NET Little Wonders: Expression-Bodied Members 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…
- The Combating of Custom Based Templates for Websites at its BestAs we know that the wordpress is a lot more than being only web creation software, with the variety of tools in built on the taskbar of the application,…
- Solution to Little Puzzlers–Positive Integer to Roman NumeralsThis is the way I went about the "Positive Integer to Roman Numerals” problem. However, keep in mind there are multiple ways to solve this, so don't worry…
- C#/.NET Little Wonders: Indexer Initializer SyntaxOnce 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…
- Different ways to get Distinct Values from a List<T> using LINQThis article talks about the different scenarios regarding filtering distinct values from the List<T>. One practical example is if you have a list of…
- Understanding $q in Angular.jsWhen I'm working in my project, as well as development "" toolkit, I need to deal with asynchronous operation. For example, in "sx.wizard", template for…
- Serializers in .NET. v.2\[v.2.9.0 2015-08-19\] I've decided to keep live the first version of this post. It is interesting how tests evolve and how results change. V.1.0.10 see…
- Little Puzzlers–Positive Integer to Roman NumeralsI 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…
- Programming Problems and Finding SolutionsIt’s been years (8 years to be exact as of this writing) since I am involved in various forums such as (forums.asp.net), (codeasp.net/forums),…
- IODA Architecture by ExampleThe IODA Architecture to me is fundamental. But as many fundamental notions it might be a bit abstract. That's why I want to provide an example of how to…
- The IODA ArchitectureThe common architectural patterns are all pretty much the same. Layered architecture, MVC, Hexagonal architecture, Onion Architecture, Clean architecture……
- Deploying an Azure Web Site using TFS Build vNextMoved to http://blog.ehn.nu/2015/04/29/deploying-an-azure-web-site-using-tfs-build-vnext/
- Sweet AspectsWhen a module has a single responsibility that means it’s focused on producing the behavior of a single aspect. That’s how I described the Single…
- Solution to Little Puzzlers–Largest Square of ‘1’s in a MatrixThis is the way I went about the “Largest Square of '1's in a Matrix” problem. However, keep in mind there are multiple ways to solve this, so don't worry…
- Obstructive DevelopersTldr: Don't accept obstructive behaviour as the norm, get to the root of it because there is probably an important reason.
- BIDS Helper 1.7.0 releasedA few days ago the BIDS Helper team released of v1.7.0 which you can download from here: https://bidshelper.codeplex.com/releases
- Xamarin.Android - Syncing data between Wearable and Handheld devicesIn my previous posts I've talked about setting up your development environment to get started with Android development using Xamarin and Visual Studio and…
- Windows Performance Toolkit for Windows 10Windows Performance Toolkit for Windows 10 ~All are talking about Windows 10 but what about the developer Tools? Since 4/20/2015 you can also download the…
