Surya sasidhar
Surya sasidhar

Reputation: 30293

What is the latest version of .Net FrameWork and Visual studio

I want to know about the latest .net framework and visual studio versions avalilable in the market.

Upvotes: 0

Views: 1642

Answers (2)

Sampson
Sampson

Reputation: 268326

The newest version of the .NET Framework is 4.6. Here are some of its new features:

  • Async model binding
  • Roslyn CodeDOM compilers
  • HTTP/2 support

The newest version of Visual Studio is Visual Studio 2015 RC.Please check the link: https://www.visualstudio.com/news/vs2015-vs

And the version of Visual Studio available in market is Visual Studio 2013 and .net Framework 4.5

Upvotes: 1

Chris Nicol
Chris Nicol

Reputation: 10366

.Net 3.5 SP1 and Visual Studio 2008 SP1 are the current versions that are released.

.Net 4.0 and Visual Studio 2010 are currently in beta release and are expected sometime in Q1 of 2010 for full release

Upvotes: 9

Related Questions