SDK
Everything on SkillVeris tagged SDK — collected across the glossary, study notes, blog, and cheat sheets.
10 resources across 2 libraries
Study Notes(8)
Windows App SDK
The Windows App SDK is Microsoft's unified set of APIs and components for building Win32 and packaged desktop apps outside the UWP sandbox.
.csproj and MSBuild Basics
How the .csproj file and the MSBuild engine work together to define, configure, and drive every .NET Core build.
.NET on Linux and macOS
How the .NET SDK and runtime install, behave, and get deployed across Linux and macOS, and the platform differences that matter for portable code.
.NET Runtime vs SDK
The difference between the .NET Runtime (needed to run apps) and the .NET SDK (needed to build them), and when to install each.
Bots with the Bot Framework SDK
Teams bots are conversational agents built on the Bot Framework SDK, registered with Azure Bot Service, and driven by activity handlers that react to messages…
Installing Dart and the SDK
How to install the Dart SDK on Windows, macOS, and Linux, verify the install, and understand what tools like dart, dartfmt, and pub give you.
Installing .NET and F#
Step-by-step guide to installing the .NET SDK, setting up F# tooling, and verifying your environment with fsi and dotnet new.
Setting Up .NET
A practical walkthrough of installing the .NET SDK, choosing an editor, and understanding the dotnet CLI toolchain that underlies all C# development.
Cheat Sheets(2)
Azure Storage Cheat Sheet
Overview of Azure Storage services including Blob, Table, Queue, and File storage with CLI commands and access tiers.
Observability (Metrics/Logs/Traces) Cheat Sheet
The three pillars of observability covering metrics instrumentation, structured logging, distributed tracing, and OpenTelemetry setup.