.NET
52 posts tagged with this.
-
Where Do I Sign Up for Pushover?
Sign up for a Pushover account at https://pushover.net/login to access their free API for sending push notifications, subject to usage limits. This guide provides context on account setup, a C# example for .NET integration, best practices for reliable alerts, and steps to avoid common pitfalls when
-
Is the Pushover API Free?
Yes, the Pushover API is free to use within defined usage limits. This guide explains the free tier, provides a complete C# example for sending notifications from .NET applications, outlines best practices, and directs you to the official FAQ for current rate limits. Essential reading for developers
-
Are Refunds Supported in the Coinbase Payment Gateway Module?
As of build 1.3.0, the Coinbase Payment Gateway module supports refunds through the Coinbase API for ASP.NET e-commerce sites. Only full refunds matching the original transaction amount are allowed; partial refunds are not supported. This guide covers prerequisites, step-by-step processing, technica
-
What versions of .NET Framework or .NET Core are available?
Our Windows shared servers support .NET Framework from 2.0 to 4.8 and .NET Core/.NET from 1.0.16 through 10.0 (Preview 1). This guide lists every available runtime so you can match your application's target framework, avoid compatibility errors, and leverage the best performance and security updates
-
Optimizing ASP.NET Core Performance with Minimal APIs and Native AOT
Learn how to leverage Minimal APIs and Native AOT in ASP.NET Core to achieve faster startup times, smaller binaries, and better scalability. Follow our step-by-step guide with code examples to implement these features in your applications.
-
Mitigating CVE-2023-44487: HTTP/2 Rapid Reset on .NET Servers
CVE-2023-44487 enables devastating DDoS attacks by exploiting HTTP/2 stream resets. Learn exactly which .NET and Windows components are vulnerable, the precise configuration changes required, and code examples that add rate limiting to your ASP.NET Core applications for robust protection.
-
.NET 8: Runtime Improvements, C# 12, and ASP.NET Core Updates
Microsoft's .NET 8 release includes runtime performance gains, C# 12 language improvements like primary constructors, and ASP.NET Core updates for minimal APIs. This guide covers the most relevant changes for developers along with code examples and migration advice to help you upgrade your productio