Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

can I use .NET Framework 4.0 with VS2008?

can I use .net framework 4.0 in VS2008 ? If yes how can I do that? My application uses 2.0 ,Or are there advantages to updating to the latest .NET 4.0 now? And also I came across some new features in framework 4.0 like :

Response.RiderectPermanent
Response.RiderectToRoute
Response.RiderectToRoutePermanent
like image 227
ahmed Avatar asked Apr 21 '10 06:04

ahmed


People also ask

Does .NET support VB?

Microsoft announced that with . NET 5, VB's supported project types will increase beyond Class Library and Console applications to also support: Windows Forms. WPF.

Do I need all versions of Microsoft .NET Framework?

Whether you need any of them or not depends on what you're running. Most applications out there are still built for . NET 2 to 3.5 so installing 3.5 will cover you for that. I would recommend installing 4 as looking forwards that's what Microsoft want people to be using.

Is VB Net part of .NET Framework?

NET Framework consists of: Four official languages: VB.NET, C#, Managed C++, and JScript . NET. The Common Language Runtime, an object-oriented platform for Windows and web development that all these languages share.

Which version of .NET Framework should I use?

A cross-platform and open-source framework, . NET Core is best when developing applications on any platform. . NET Core is used for cloud applications or refactoring large enterprise applications into microservices. You should use .


2 Answers

No, you cannot. You can upgrade your VS2008 to VS2010 for free till April, 30th, if you have premium MSDN subsription.

like image 65
Aen Sidhe Avatar answered Sep 28 '22 09:09

Aen Sidhe


You need VS2010.

like image 43
Daniel Rose Avatar answered Sep 28 '22 08:09

Daniel Rose