(GitHub Repo:Ā https://github.com/alulema/DDD-CleanArchitectureTemplate) These last 10 months Iāve been delighted working with ASP.NET Core, considering the improvements made by Microsoft to this framework, and the option to work on my Macbook as well However, an additional job to be done has been migrating the inherited skills and code snippets to its...
Continue reading...April 2018
C# Sudoku Solver
(GitHub Repo: https://github.com/alulema/SudokuSolverNet) I was revisiting a couple of basic AI concepts: Depth First Search and Constraint Propagation, and I found a very good explanation by Professor Peter Norvig (Solving Every Sudoku Puzzle), I just want to add a couple of simple explanations for a better understanding of the concepts. Constraint...
Continue reading...