Matt Deanblog.workingunittests.com·Sep 22, 2023Response.Redirect is Dumb. Here's a Smarter Approach.In the world of web development using C#, the Response.Redirect method is a common way to guide users to different pages within a web application. However, there's a glaring issue that we need to address: the second parameter, which introduces unnece...1 likeDaily CodingC#Add a thoughtful comment1 commentTop commentsRandy French·Sep 22, 2023Sep 22, 2023Well said my brother! 1·Reply