The .NET Upgrade Assistant is a global command-line tool that guides you through migrating your .NET Framework apps to .NET 5, automating several painful steps along the way. In this post, we review the tool by migrating an ASP.NET MVC app.
Many apps have referral programs, but not every app succeeds in convincing users to participate. In this post, we’ll explore what you can do as a designer to get more users to first locate your referral program details and then share it with others.
PDF is the alpha and omega of document processing for any business. This blog post will walk you through a simple approach, showing you how to automate PDF testing and prevent your organization from providing ambiguous or erroneous content to your end users.
With .NET 6 Preview 3, you can use hot reloading with your ASP.NET Core apps. Hot reloading supercharges your productivity and allows you to see your changes in real-time. This post shows you how it works and any limitations you should expect.
Building forms in React can be a hard and repetitive process. That is why form libraries are there to help out. In this post, I discuss the challenges a form library should aim to solve.