Top ".net-framework-version" questions

Versions of .NET Framework.

Targeting .NET Framework 4 when Framework 4.5 is installed

I have VS2010 and VS2012 installed on my computer and had the .NET Framework 4.0 which I then upgraded to .NET …

c# visual-studio-2010 .net-4.0 .net-4.5 .net-framework-version
What's the version history of MSBuild?

What is the version history of MS Build? I see that my .NET Framework installation folders have a version 4.something …

visual-studio msbuild .net-core .net-framework-version
Can I still target .NET Framework 1.1 in VisualStudio 2010?

I am working with a project which uses .Net Frame V1.1 runs on VisualStudio 2003, Now, I want to run my …

visual-studio-2010 visual-studio-2003 .net-framework-version
What is new .Net Native

Today I have read an article about the new .Net Native on MSDN. "Windows Store apps start up to 60% faster …

c# .net roslyn .net-framework-version ryujit
install .net framework 4.7.2 in docker

I'm new to .Net Environment, I'm trying to implement docker here for my firm. They were using 4.5 earlier so I …

asp.net docker dockerfile .net-framework-version .net-4.7.2
Add .NETFramework 4.5 dll to .NETCore project

I have a previously generated DLL with some enterprise code that I would like to reuse in a .NETCore project. …

c# asp.net asp.net-core .net-core .net-framework-version