Relative Content

Tag Archive for asp.net.net

ASP.NET 8 Redirect request if controller doesn’t exist

I’m porting an app to .NET 8. I would like to port this existing app one section at time. My hope is I can set something where if a request is made to a function that doesn’t exist the caller can be redirected to the old app.

Enterprise logging 5.0 file rename

I am new to Microsoft enterprise library logging and i am using one in my current project. I see it is creating new files on the first logging entry renaming old by adding todays time stamp. How can i override this behavior to appending the date to filename?

what is the difference between .net 6 and .net 8

NET 6 primarily focused on improving overall performance and runtime, enabling . NET applications to be faster and more resource-efficient, and . NET 8 has prioritized developer experience, allowing them to write clear, more concise code. Ultimately, if you’re looking for performance and stability