Preview Mode Links will not work in preview mode

With the limited time and energy that software leaders have, by tuning into Programming with Palermo, you ensure that you accomplish the most for the effort invested.

You deliver software. That's what you do.  And it can be frustrating when things take too long, when bugs pop up, or when things break in production.  But you have what it takes.  Programming with Palermo can help improve your confidence by delivering timeless knowledge, moving unnecessary obstacles, and regaining excellence within your development team; opening up to their full potential.  Simply - simplify!

Aug 31, 2022

Code Sample

In this episode, Jeffrey is going to cap off the basic Onion Architecture implementation on .NET 6 by adding to the application a Blazor user interface in the simplest way, to can see how the core of our Onion Architecture structure is created and then add interfaces.  First, with an interface to a...


Aug 24, 2022

Code Sample

In this episode, Jeffrey is going to dive deeper into using .NET 6 with Onion Architecture or using Onion Architecture and applying it to .NET 6.  He is going to build upon the existing application that has been started in previous episodes to create church bulletin software that can print PDFs of the...


Aug 17, 2022

Code Sample

In part three, we add data access for the first time. We use an integration test to test-drive the implementation of entity framework and our database migration tool. By the end, we are creating our database schema and writing and reading records with our database. We also are running our integration test...