A Simple and Fast Object Mapper
A developer discusses alternatives to AutoMapper for object mapping in .NET, focusing on performance and simplicity.
A developer discusses alternatives to AutoMapper for object mapping in .NET, focusing on performance and simplicity.
Announcing the release of Blazored Modal, a JavaScript-free modal component for Blazor, with setup instructions and migration notes.
Announcing the Blazored GitHub organization for Blazor libraries and the release of the first official package, Blazored.Toast, a JavaScript-free toast notification library.
Guide to building custom data collectors for Azure Log Analytics using C#, including setup and querying.
SQL LocalDB Wrapper v2 released, a .NET library for programmatically managing SQL Server LocalDB instances, now with .NET Core support.
Tutorial on fixing NuGet package compatibility errors with netcoreapp2.1 in Azure DevOps pipelines.
The author now recommends strong-naming .NET assemblies, reversing a previous stance, due to changes in modern frameworks and the GAC.
A tutorial on enabling SourceLink for .NET Core libraries to allow users to step into source code during debugging.
Developer announces return to blogging and releases Blazored Local Storage v0.3.0 for Blazor, featuring async APIs and updated interop.
Introduces a .NET Core package for simplifying plugin system development by handling complex assembly loading and dependency management.
A technical guide on setting up automated code signing for .NET NuGet packages using Azure Key Vault, AppVeyor CI, and a DigiCert certificate.
Guide to integrating legacy NuGet packages with native DLLs into modern .NET Core SDK projects using custom MSBuild configurations.
A guide on creating reusable Blazor component libraries, including setup, project creation, and building a simple in-memory list component.
A tutorial on connecting an ASP.NET MVC application to Azure Cosmos DB, covering setup, configuration, and basic CRUD operations.
A comprehensive guide to implementing localization in ASP.NET Core 2.0, covering setup, configuration, and resource management.
A step-by-step tutorial on integrating Couchbase Lite, an embedded NoSQL database, with a .NET Core console application.
A guide to creating custom .NET CLI tools, focusing on building 'dotnet init' to simplify NuGet package metadata setup in .csproj files.
Explains how to use Deferred Events to make async event handlers awaitable, allowing the invoker to wait for all handlers to complete.
Fixing the 'Spatial types and functions are not available' error in Entity Framework with SQL Server geospatial features.
A guide to manually editing .csproj files for better performance and control, including tips on cleaning up XML and using extensions.