Tag: Microsoft .NET

Sonatype warns of 18,000 open source malware packages

Over half of the malware Sonatype discovered in Q1 2025 was designed to exfiltrate sensitive…

How to use guard clauses in C#

Take advantage of guard clauses in C# to eliminate unnecessary nested constructs and branches and…

OpenSilver extends to iOS and Android

Open-source Silverlight replacement integrates .NET MAUI Hybrid to enable WPF-compatible apps on iOS, Android, Windows,…

Microsoft’s .NET 10 arrives in first preview

Next major rev of the .NET platform packs enhancements to the .NET runtime, SDK, libraries,…

What’s next for Microsoft’s Semantic Kernel

Microsoft steers its agentic AI development kit toward complex workflows using the Agent Framework and…

Understanding thread synchronization in C#

Learn the core concepts of thread synchronization used to build multi-threaded .NET applications that enforce…

The key new features in .NET 10

Microsoft has rolled out the first preview of .NET 10, with improvements to the runtime,…

Microsoft previews AI chat template for .NET

AI Chat Web App template aims to make AI development in .NET easier with scaffolding…

Speeding up .NET application development with Uno Studio

Uno Studio’s preview of its new Hot Design tool makes working with live XAML a…

How to implement idempotent APIs in ASP.NET Core

Idempotent APIs protect your application from duplicate requests caused by network issues or even client-side…