Sharing Our Knowledge And Keeping The IT Community Up-To-Date And Engaged!
Design – Architecture – Delivery – Development – QA – Deployment
CI/CD – Agile – DevOps – Digital Transformation
Intertech’s Developer Blog – From The Field And Further Out!
Tom Salonek – Best Books List For Leaders
The best books for practical, hands-on business leadership By Tom Salonek I was asked by Shepherd, a group dedicated to helping others discover the best books, to share my top books for real-world business leadership. Here are the best books for practical, hands-on...
Electron – 3 Methods for Inter Process Communications (IPC)
Electron – 3 Methods for Inter Process Communications (IPC) The purpose of this article is to describe the primary methods for an electron application to communicate with desktop resources and make them available to be rendered in the browser process. Introduction...
Next.js – 3 Ways For Managing Entire Application State
Next.js - 3 ways for managing entire application state The purpose of this document is to describe three different ways to manage state in a Next.js application. Overview Many modern-day web applications are broken up into a front-end project, which in today's world...
EXECUTIVE INSIGHTS
Providing Tech Leaders An Outside Perspective On The Business Of IT

Pillars of Software Development Success
How to Deliver Software On-Time On-Budget On-Feature
A study by PricewaterhouseCoopers, which reviewed 10,640 projects from 200 companies in 30 countries, found that only 2.5 percent of the companies successfully completed 100 percent of their projects. Find out how to avoid this issue.

Agile Methodology For Executives
A Guide for Executives Managing and Working with Agile Teams
This Intertech Executive Brief provides an Agile Methodology Overview with related commentary about how scrum complements many agile principles. This paper will also expand your understanding of how to combine Agile and Scrum for the best results.

Hiring and Working with IT Consulting Firms
What Every CIO Should Know
This Intertech Executive Brief provides insight into selecting an excellent consulting firm that fits your particular needs and how to leverage that consulting relationship for maximum value.
Exploring Entity Framework Core 5
- .NET Framework
- .NET Core
- Xamarin
- ASP.NET Core
- WinForms
- WPF (Windows Presentation Foundation)
- UWP (Universal Windows Platform)
- ML.NET (Machine Learning .NET)
- and Entity Framework (EF) Core.
Microsoft Is Changing The Release Strategy
Microsoft is changing its release strategy for .NET. After .NET 5.0 is released, they will continue to release a new major version every year in November. Microsoft is also changing its support strategy for .NET with Long Term Support (LTS) versions. Read the article to find out more.
If you are using .NET, speak with Intertech about complete application development & keeping your team up-to-date! Davin Mickelson & Intertech are ready to hear from you!
TECH INSIGHTS
Principles of Good Software Design
Author: Tim Star – Intertech Consultant
Software design is the most important phase of the software development cycle. Thinking about how to structure code before you start writing it is critical. Changes and updates will inevitably arise. Good software design plans and makes allowances for added features, algorithm changes, and new integrations.
TECH INSIGHTS
C# Tutorial: Understanding C# Events
Author: Davin Mickelson – Intertech Instructor
In this C# event tutorial, I will explain how delegates are the foundation for C# events and show the two primary delegates that Microsoft has given us for creating our own events. I will also show you how to subscribe to your own events and even pass data back to the event handlers.