Tagged "ASP.NET"


Monero Payments with NOWPayments in C#

How to accept payments in the cryptocurrency Monero (XMR) by using the NOWPayments API with C#.


Custom Caching Tag ASP.NET

Discover how to craft a custom cache tag helper in ASP.NET Core. Seamlessly merge Razor view caching with on-demand expiration for optimal backend performance.

Tagged: ASP.NET, C Sharp

Ignoring Bots by User Agent in C#

Discover why filtering bot traffic is essential and learn to manage bots using user agents in C#. Enhance data accuracy and server performance seamlessly.

Tagged: ASP.NET, bots, C Sharp, spam

Spam Filtering With C#

How to filter spam comment posts using an API and C# in ASP.NET.

Tagged: APIs, ASP.NET, C Sharp, spam

Bundling and Minification with ASP.NET Core 2.0

How to bundle and minify CSS and JavaScript files using ASP.NET Core 2.0.

Tagged: ASP.NET, CSS, JavaScript

Unit Testing with xUnit.net in ASP.NET Core 2.0

How to add and run unit tests using xUnit.net with ASP.NET Core 2.0.


Migrating from ASP.NET 4.6 to ASP.NET Core 2.0

Details on how I migrated this website from ASP.NET 4.6 to ASP.NET Core 2.0 in one day.

Tagged: ASP.NET

Creating USPS Shipping Labels and Scan Forms With ASP.NET

How to create USPS shipping label images and Scan Forms with C# in ASP.NET using the EasyPost API.

Tagged: ASP.NET, USPS

Sending SMS Messages in ASP.NET With C#

Sending to a US phone number from a US phone number through SMS messaging with C# and Nexmo.

Tagged: ASP.NET, C Sharp

How To Force All URLs To Lowercase In ASP.NET

Improve SEO and reporting by getting all of your URLs to lowercase in ASP.NET.

Tagged: ASP.NET, SEO