7 years ago, resizing an image in C# in an ASP.NET application looked to be a mined operation. There were three different approaches. System.Drawing was not server safe. WebImage was apparently a disaster. Wrappers for native code that needed full trust. Memory leaks. Various 3rd party plugins.
The thing is, all the information is old and nothing seems to have changed. Do these links still represent state of the art? Can this be done with System classes without taking your life in your hands? Seemingly not?