Blog

Building Custom Authorization Attributes for ASP.NET Web API

2025-10-02

So, you want to protect your ASP.NET Web API endpoints with custom rules. How do you get it done? You’ll need two pieces of code. It’s honestly much simpler when you see the code in practice. Here’s an example in action that I built to validate that the account ID appearing in the URL is […]

Building a Lazy-Loaded PrimeReact DataTable in Next.js and ASP.NET Web API

2025-10-01

The PrimeReact DataTable component is a staple for rendering tabular data in a React app. But if you try to bring in thousands of rows all at once, your application will slow to a crawl. That’s where the lazy loading pattern comes in. What is Lazy Loading in PrimeReact DataTables? The lazy loading pattern involves […]

Modernizing Legacy .NET Apps: Why Next.js is the Frontend of Choice

2025-09-28

Enterprise organizations with applications built on ASP.NET WebForms or MVC often face a common challenge: modernizing their legacy applications to meet today’s user expectations. As businesses demand faster, more interactive, and mobile-friendly applications, the frontend technology you choose becomes critical. Increasingly, teams are turning to Next.js as the frontend of choice when modernizing .NET apps. […]