MENU

Fun & Interesting

Uploading Large Files in ASP NET Core Web API - Performance Increase With Streams

Code Maze 8,335 10 months ago
Video Not Working? Fix It Now

►► Check out our courses: https://bit.ly/cdmz-courses ►► Support us on Patreon and get the source code: https://www.patreon.com/CodeMaze Hi everyone. My name is Marinko Spasojevic and in this video, I will show you how to handle uploading large files in ASP.NET Core. I will talk about why using byte[] or MemoryStream can be problematic and discuss the benefits of using streams instead. By leveraging streams, we can significantly improve the performance and scalability of our application when handling large files. As usual, If you like the video please don’t forget to hit the like and subscribe buttons. It helps a channel a lot and supports my work here as well. FOLLOW US ON SOCIAL MEDIA! ►► https://www.linkedin.com/in/marinko-spasojevic/ ►► https://twitter.com/CodeMazeBlog ►► https://www.facebook.com/CodeMazeBlog

Comment