Questions tagged [.net-4.5]

Introducing the latest release, Version 4.5 of the renowned Microsoft .NET Framework. Need assistance with anything specific to .NET Framework 4.5? You're in the right place! For any inquiries about the broader .NET Framework, remember to apply the .net tag.

The Ajax request fails to pass the value to the controller

I've spent the entire day debugging this method and I'm in need of some assistance. My goal is to make an API request and for each array it returns, I want to send a post request to my controller method. However, despite console.log showing the c ...

Converting an object with a System.Drawing.Image into a json format

I'm facing a bit of a challenge and struggling to find a solution... Within my interface (and implemented class), there is an image property... Guid uid { get; set; } Image imageData1 { get; set; } string fileName { get; set; } The imag ...