python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
C# What are implications of NuGet warning: Package x was restored using NET Framework version
I do know that this warning means that the package is not compatible with my project's version. In my case it's NET3.1, and the package requires NET Framework at least 4.6.1. I would change target of ...

Mike Azurek
Votes: 0
Answers: 1
.Net framework upgrade from 4 to 4.5.2
We currently have a Winforms application targeting .NET Framework 4.
When trying to upgrade to 4.5.2 we get an error:
The type 'Object' is defined in an assembly that is not referenced. You must add ...

Huzan Toorkey
Votes: 0
Answers: 0
.net framework- how to create IServiceProvider to get already registered service instance using IServiceProvider?
On .NET Framework 4.6.2 application, where there is no built-in DI container we are using LightInject DI Container to object initialization but don't know how to create 'IServiceProvider' Object in Ma...

ecma-402
Votes: 0
Answers: 1
How to solve .Net Framework MVC EntityFramework Self Reference Loop Error
I have book class that includes authors and also my author class includes books. So when I try to convert book to json string, it gives the referance loop error. So I do that
public IHttpActionResult ...
FurkanErol
Votes: 0
Answers: 3