Tag: ASP.NET
All the articles with the tag "ASP.NET".
-
ASP.NET Core rate limiting middleware in .NET 7
-
Making API calls using the access token and refresh token from an ASP.NET Core authentication handler
-
ASP.NET Core on IIS Express - Empty error starting application
-
Unit testing for ValidateAntiForgeryToken and clever navigation in the ReSharper/Rider test runner
-
Tracking down action methods that need ValidateAntiForgeryToken using Structural Search and Replace
-
Help, I've inherited an ASP.NET MVC Core code base with no Cross-Site Request Forgery (CSRF) measures!
-
Registering a type as an interface and as self with ASP.NET Core dependency injection
-
Replaying IIS request logs using Apache JMeter
How would you validate a new API is compatible with an old API? While upgrading frameworks in a web application we’re building, that was exactly the question we were asking ourselves. Sure, we could write synthetic tests on each endpoint, but is that representative? Users typically find insane better ways to test an API, so why not replay actual requests against the new API?
-
Domain Routing and resolving current tenant with ASP.NET MVC 6 / ASP.NET 5
So you’re building a multi-tenant application. And just like many multi-tenant applications out there, the application will use a single (sub)domain per tenant and the application will use that to select the correct database connection, render the correct stylesheet and so on. Great! But how to do this with ASP.NET MVC 6?
-
Building future .NET projects is quite pleasant
You may remember my ranty post from a couple of months back. If not, read about how building .NET projects is a world of pain and here’s how we should solve it. With Project K ASP.NET vNext ASP.NET 5 around the corner, I thought I had to look into it again and see if things will actually get better… So here goes!