Integration
Everything on SkillVeris tagged Integration — collected across the glossary, study notes, blog, and cheat sheets.
11 resources across 1 library
Study Notes(11)
MFC and COM Integration
How MFC exposes COM support through CCmdTarget, interface maps, and dispatch maps, letting an MFC application act as an automation server or client without han…
Power Automate Integration
Learn how to trigger, call, and orchestrate Power Automate flows from Power Apps to automate business processes.
Entity Framework Core Integration
How to wire Entity Framework Core into an ASP.NET Core application, from DbContext registration to migrations and query patterns.
Integration Testing with WebApplicationFactory
Use Microsoft.AspNetCore.Mvc.Testing's WebApplicationFactory to spin up an in-memory ASP.NET Core app and test real HTTP requests through the full middleware p…
Power Platform Integration
Power Apps, Power Automate, and Power BI connect to SharePoint lists and libraries as a shared low-code data source and business logic layer.
Dataverse Integration
Build data-driven flows against Microsoft Dataverse tables, using triggers, relationships, and business logic alongside Power Automate.
Your First OAuth Integration
A hands-on walkthrough of building a 'Sign in with GitHub' integration end to end: app registration, the redirect, the callback handler, and using the resultin…
Types of Tests: Unit, Integration, and End-to-End
A practical breakdown of unit, integration, and end-to-end tests -- what each one verifies, when to use it, and how to tell them apart.
Writing Integration Tests
Learn how to test the way multiple units of your system work together, catching bugs that unit tests miss at the boundaries between modules, services, and infr…
Integration and System Testing
Understand how integration testing checks components working together and system testing validates the whole application end-to-end.
What Is Continuous Integration?
Continuous Integration is the practice of merging code changes into a shared branch frequently, with every merge automatically built and tested to catch integr…