Skip to main content
← All Tags

dotnet

4 articles in this category

AI Newscsharpdotnet

Accessing Assembly Metadata via C# Project File Properties

Learn how to retrieve immutable project metadata like product and company info directly from .csproj files to prevent production tampering.

Read more
AI NewsDotnetSoftware Engineering

RDLC Development for Business Central: Eliminating Deployment Feedback Loops

Bypass 5-minute Business Central deployment loops for RDLC reports using a custom WPF renderer, reducing feedback time from minutes to seconds.

Read more
AI Newsdevopsdotnet

Servy: A Comprehensive Tool for Running Any Application as a Native Windows Service

Servy is a modern, open-source tool that enables users to run any application as a native Windows service with advanced features like health checks, logging, and automation support.

Read more
AI Newsdotnetsecurity

Secrets in .NET: Why Strings Are Not Safe (and What to Do Instead)

Understanding the risks of using strings for secrets in .NET and implementing safer alternatives like byte arrays and memory management strategies.

Read more