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!
Accurate Software Assessments
Our approach, by contrast, is designed to give you real numbers based on a thorough understanding of your unique needs and challenges. When it comes to software development, an accurate estimate is critical to the success of your project. Unfortunately, relying on...
Is It Really Feasible
"Is It Really Feasible" includes a detailed step-by-step outline, including the questions to ask, areas that need detailed answers, and the graphs and tables that should be prepared.A software feasibility study is a crucial process in determining whether a proposed...
Understanding the Difference Between BI and AI in Software Development and Modernization
Understanding when and how to use BI versus AI in software development is essential to selecting the right technology for your business.In the evolving world of software development and modernization, two powerful technologies often come up: Business Intelligence (BI)...
Or… Search Our Posts!
AI INSIGHTS
Everything You Need To Know About Artificial Intelligence (AI) For Your Specific Industry
Author: Intertech’s Consulting Research Lab
Artificial Intelligence (AI) is all the rage, but is it right for you? Many companies that request assistance in selecting and implementing the correct AI libraries, tools, and frameworks discover that Business Intelligence (BI) or simple BPA scripting can do the job they have outlined in their requirements. Introducing AI to your system is a big job, and as a partner, we are here to help, but we also want to ensure that the value outweighs the costs and that you modernize with the correct tools.
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.