explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

custom AI agents

[email protected]

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource librarydemofor LLMs

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

More from us

InfloqInfluencer marketingBgBlurPrivacy-first blurOlly SocialSocial AI copilotCeptoryVideo intelligenceBgRemoverBackground removal

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportprivacytermsdata rightssubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

catch up on ai/2026-05-23

Saturday, May 23, 2026

Merged timeline of 354 items — blog publish times and listing timestamps, cut at midnight UTC. Page 7 of 8.

← 2026-05-222026-05-24 →Calendar
  1. Skill
dotnet-ai
mcp-csharp-debug

Run and debug C# MCP servers locally. Covers IDE configuration, MCP Inspector testing, GitHub Copilot Agent Mode integration, logging setup, and troubleshooting. USE FOR: running MCP servers locally with dotnet run, con…

by Yash @ Explainx0 comments
listed May 23, 05:49 UTC
  • Skilldotnet-experimental
    exp-simd-vectorization

    Optimizes hot-path scalar loops in .NET 8+ with cross-platform Vector128/Vector256/Vector512 SIMD intrinsics, or replaces manual math loops with single TensorPrimitives API calls. Covers byte-range validation, character…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-diag
    clr-activation-debugging

    Diagnoses .NET Framework CLR activation issues using CLR activation logs (CLRLoad logs) produced by mscoree.dll. Use when: the shim picks the wrong runtime, fails to load any runtime, shows unexpected .NET 3.5 Feature-o…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-maui
    maui-app-lifecycle

    .NET MAUI app lifecycle guidance — the four app states, cross-platform Window lifecycle events (Created, Activated, Deactivated, Stopped, Resumed, Destroying), platform-specific lifecycle mapping, backgrounding and resu…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-diag
    apple-crash-symbolication

    Symbolicate .NET runtime frames in Apple platform .ips crash logs (iOS, tvOS, Mac Catalyst, macOS). Extracts UUIDs and addresses from the native backtrace, locates dSYM debug symbols, and runs atos to produce function n…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-msbuild
    msbuild-server

    Guide for using MSBuild Server to improve CLI build performance. Only activate in MSBuild/.NET build context. Activate when developers report slow incremental builds from the command line, or when CLI builds are noticea…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-diag
    microbenchmarking

    Activate this skill when BenchmarkDotNet (BDN) is involved in the task — creating, running, configuring, or reviewing BDN benchmarks. Also activate when microbenchmarking .NET code would be useful and BenchmarkDotNet is…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-template-engine
    template-authoring

    Guides creation and validation of custom dotnet new templates. Generates templates from existing projects and validates template.json for authoring issues. USE FOR: creating a reusable dotnet new template from an existi…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-nuget
    convert-to-cpm

    Convert .NET projects and solutions (.sln, .slnx) to NuGet Central Package Management (CPM) using Directory.Packages.props. USE FOR: converting to CPM, centralizing or aligning NuGet package versions across multiple pro…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-msbuild
    property-patterns

    MSBuild property definition patterns: conditional defaults, composition/concatenation, path normalization, trailing slash handling, TFM detection helpers, and property evaluation order. Only activate in MSBuild/.NET bui…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-msbuild
    target-authoring

    Canonical patterns for writing custom MSBuild targets. Only activate in MSBuild/.NET build context. USE FOR: diagnosing and fixing custom target authoring anti-patterns, reviewing MSBuild target definitions for correctn…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-msbuild
    resolve-project-references

    Guide for interpreting ResolveProjectReferences time in MSBuild performance summaries. Only activate in MSBuild/.NET build context. Activate when ResolveProjectReferences appears as the most expensive target and develop…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-msbuild
    msbuild-modernization

    Guide for modernizing and migrating MSBuild project files to SDK-style format. Only activate in MSBuild/.NET build context. USE FOR: converting legacy .csproj/.vbproj with verbose XML to SDK-style, migrating packages.co…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-maui
    maui-theming

    Guide for theming .NET MAUI apps — light/dark mode via AppThemeBinding, ResourceDictionary theme switching, DynamicResource bindings, system theme detection, and user theme preferences. Use when: "dark mode", "light mod…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-msbuild
    incremental-build

    Guide for optimizing MSBuild incremental builds. Only activate in MSBuild/.NET build context. USE FOR: builds slower than expected on subsequent runs, 'nothing changed but it rebuilds anyway', diagnosing why targets re-…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-msbuild
    item-management

    Patterns for managing MSBuild item groups: Include/Remove/Update semantics, item metadata, batching with %(Metadata), transforms, per-item filtering, and cross-product batching pitfalls. Only activate in MSBuild/.NET bu…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-msbuild
    msbuild-antipatterns

    Catalog of MSBuild anti-patterns with detection rules and fix recipes. Only activate in MSBuild/.NET build context. USE FOR: reviewing, auditing, or cleaning up .csproj, .vbproj, .fsproj, .props, .targets, or .proj file…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-msbuild
    build-parallelism

    Guide for optimizing MSBuild build parallelism and multi-project scheduling. Only activate in MSBuild/.NET build context. USE FOR: builds not utilizing all CPU cores, speeding up multi-project solutions, evaluating grap…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-maui
    maui-shell-navigation

    Guide for implementing Shell-based navigation in .NET MAUI apps. Covers AppShell setup, visual hierarchy (FlyoutItem, TabBar, Tab, ShellContent), URI-based navigation with GoToAsync, route registration, query parameters…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-msbuild
    extension-points

    Guide for MSBuild extensibility: CustomBefore/CustomAfter hooks, wildcard imports with alphabetic ordering, import gating with control properties, NuGet package build extension layout (build/buildTransitive), and the Mi…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-msbuild
    including-generated-files

    Fix MSBuild targets that generate files during the build but those files are missing from compilation or output. Only activate in MSBuild/.NET build context. USE FOR: generated source files not compiling (CS0246 for a t…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-msbuild
    eval-performance

    Guide for diagnosing and improving MSBuild project evaluation performance. Only activate in MSBuild/.NET build context. USE FOR: builds slow before any compilation starts, high evaluation time in binlog analysis, expens…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-msbuild
    directory-build-organization

    Guide for organizing MSBuild infrastructure with Directory.Build.props, Directory.Build.targets, Directory.Packages.props, and Directory.Build.rsp. Only activate in MSBuild/.NET build context. USE FOR: structuring multi…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-msbuild
    build-perf-baseline

    Establish build performance baselines and apply systematic optimization techniques. Only activate in MSBuild/.NET build context. USE FOR: diagnosing slow builds, establishing before/after measurements (cold, warm, no-op…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-maui
    maui-data-binding

    Guidance for .NET MAUI XAML and C# data bindings — compiled bindings, INotifyPropertyChanged / ObservableObject, value converters, binding modes, multi-binding, relative bindings, fallbacks, and MVVM best practices. USE…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-msbuild
    check-bin-obj-clash

    Detects MSBuild projects with conflicting OutputPath or IntermediateOutputPath. Only activate in MSBuild/.NET build context. USE FOR: builds failing with 'Cannot create a file when that file already exists', 'The proces…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-experimental
    exp-test-maintainability

    Detects duplicate boilerplate, copy-paste tests, and structural maintainability issues across .NET test suites. Use when the user asks to reduce repetition, consolidate similar test methods, convert copy-paste tests to…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-msbuild
    build-perf-diagnostics

    Diagnose MSBuild build performance bottlenecks using binary log analysis. Only activate in MSBuild/.NET build context. USE FOR: identifying why builds are slow by analyzing binlog performance summaries, detecting Resolv…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-msbuild
    binlog-generation

    Generate MSBuild binary logs (binlogs) for build diagnostics and analysis. Only activate in MSBuild/.NET build context. USE FOR: adding /bl:{} to any dotnet build, test, pack, publish, or restore command to capture a fu…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-aspnet
    configuring-opentelemetry-dotnet

    Configure OpenTelemetry distributed tracing, metrics, and logging in ASP.NET Core using the .NET OpenTelemetry SDK. Use when adding observability, setting up OTLP exporters, creating custom metrics/spans, or troubleshoo…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-maui
    maui-dependency-injection

    Guidance for configuring dependency injection in .NET MAUI apps — service registration in MauiProgram.cs, lifetime selection (Singleton / Transient / Scoped), constructor injection, Shell navigation auto-resolution, pla…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-maui
    dotnet-maui-doctor

    Diagnoses and fixes .NET MAUI development environment issues. Validates .NET SDK, workloads, Java JDK, Android SDK, Xcode, and Windows SDK. All version requirements discovered dynamically from NuGet WorkloadDependencies…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet
    nuget-trusted-publishing

    Set up NuGet trusted publishing (OIDC) on a GitHub Actions repo — replaces long-lived API keys with short-lived tokens. USE FOR: trusted publishing, NuGet OIDC, keyless NuGet publish, migrate from NuGet API key, NuGet/l…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-ai
    mcp-csharp-publish

    Publish and deploy C# MCP servers. Covers NuGet packaging for stdio servers, Docker containerization for HTTP servers, Azure Container Apps and App Service deployment, and publishing to the official MCP Registry. USE FO…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-diag
    dotnet-trace-collect

    Guide developers through capturing diagnostic artifacts to diagnose production .NET performance issues. Use when the user needs help choosing diagnostic tools, collecting performance data, or understanding tool trade-of…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet
    csharp-scripts

    Run file-based C# apps with the .NET CLI when the user explicitly wants C#/.NET code without creating a project. Use for C# language/API experiments, one-file C# apps, small multi-file C# apps composed with `#:include`/…

    by Yash @ Explainx0 comments
    listed May 23, 05:49 UTC
  • Skilldotnet-aspnet
    minimal-api-file-upload

    File upload endpoints in ASP.NET minimal APIs (.NET 8+)

    by Yash @ Explainx0 comments
    listed May 23, 05:37 UTC
  • Skilldotnet-diag
    dump-collect

    Configure and collect crash dumps for modern .NET applications. USE FOR: enabling automatic crash dumps for CoreCLR or NativeAOT, capturing dumps from running .NET processes, setting up dump collection in Docker or Kube…

    by Yash @ Explainx0 comments
    listed May 23, 05:37 UTC
  • Skilldotnet-data
    optimizing-ef-core-queries

    Optimize Entity Framework Core queries by fixing N+1 problems, choosing correct tracking modes, using compiled queries, and avoiding common performance traps. Use when EF Core queries are slow, generating excessive SQL,…

    by Yash @ Explainx0 comments
    listed May 23, 05:37 UTC
  • Skilldotnet-maui
    maui-collectionview

    Guidance for implementing CollectionView in .NET MAUI apps — data display, layouts (list & grid), selection, grouping, scrolling, empty views, templates, incremental loading, swipe actions, and pull-to-refresh. USE FOR:…

    by Yash @ Explainx0 comments
    listed May 23, 05:37 UTC
  • Skilldotnet-msbuild
    binlog-failure-analysis

    Analyze MSBuild binary logs to diagnose build failures. Only activate in MSBuild/.NET build context. USE FOR: build errors that are unclear from console output, diagnosing cascading failures across multi-project builds,…

    by Yash @ Explainx0 comments
    listed May 23, 05:37 UTC
  • Skilldotnet-experimental
    exp-mock-usage-analysis

    Audits .NET test mock usage by tracing each mock setup through the production code's execution path to find dead, unreachable, redundant, or replaceable mocks. Use when the user asks to audit mock usage, find unused or…

    by Yash @ Explainx0 comments
    listed May 23, 05:37 UTC
  • Skilldotnet-ai
    mcp-csharp-create

    Create MCP servers using the C# SDK and .NET project templates. Covers scaffolding, tool/prompt/resource implementation, and transport configuration for stdio and HTTP. USE FOR: creating new MCP server projects, scaffol…

    by Yash @ Explainx0 comments
    listed May 23, 05:37 UTC
  • Skilldotnet-maui
    maui-safe-area

    .NET MAUI safe area and edge-to-edge layout guidance for .NET 10+. Covers the new SafeAreaEdges property, SafeAreaRegions enum, per-edge control, keyboard avoidance, Blazor Hybrid CSS safe areas, migration from legacy i…

    by Yash @ Explainx0 comments
    listed May 23, 05:37 UTC
  • Skilldotnet-diag
    android-tombstone-symbolication

    Symbolicate the .NET runtime frames in an Android tombstone file. Extracts BuildIds and PC offsets from the native backtrace, downloads debug symbols from the Microsoft symbol server, and runs llvm-symbolizer to produce…

    by Yash @ Explainx0 comments
    listed May 23, 05:37 UTC
  • Skilldotnet-aspnet
    dotnet-webapi

    Guides creation and modification of ASP.NET Core Web API endpoints with correct HTTP semantics, OpenAPI metadata, and error handling. USE FOR: adding new API endpoints (controllers or minimal APIs), wiring up OpenAPI/Sw…

    by Yash @ Explainx0 comments
    listed May 23, 05:37 UTC
  • Skilldotnet-ai
    mcp-csharp-test

    Test C# MCP servers at multiple levels: unit tests for individual tools and integration tests using the MCP client SDK. USE FOR: unit testing MCP tool methods, integration testing with in-memory MCP client/server, end-t…

    by Yash @ Explainx0 comments
    listed May 23, 05:37 UTC
  • Skilldotnet-ai
    technology-selection

    Guides technology selection and implementation of AI and ML features in .NET 8+ applications using ML.NET, Microsoft.Extensions.AI (MEAI), Microsoft Agent Framework (MAF), GitHub Copilot SDK, ONNX Runtime, and OllamaSha…

    by Yash @ Explainx0 comments
    listed May 23, 05:37 UTC
  • Skilldotnet
    dotnet-pinvoke

    Correctly call native (C/C++) libraries from .NET using P/Invoke and LibraryImport. Covers function signatures, string marshalling, memory lifetime, SafeHandle, and cross-platform patterns. USE FOR: writing new P/Invoke…

    by Yash @ Explainx0 comments
    listed May 23, 05:37 UTC
  • Blog
    Agent Markdown Files: The Complete Guide to SKILL.md, AGENT.md, CLAUDE.md, and More

    From SKILL.md to CLAUDE.md, a comprehensive guide to every type of markdown file used to configure, instruct, and extend AI agents in 2026. Includes file structure, best practices, and real-world examples.

    May 23, 00:00 UTC
  • ← prev
    1…5678
    next →