Is there a plugin for Visual Studio C++ 2008/2010 express edition just like wave-vs.net live pair programming program? Or do I have to download and install the full version of Visual Studio?
Now we have enabled wave-vs.net to support Pair Programming on Visual C++ Project Items.
This new feature has been enabled for Visual Studio 2008 and Visual Studio 2010.
You can download updated wave-vs.net Plugin from http://www.wave-vs.net
Kind Regards
wave-vs.net Development Team
Taking a look on internet you can see Third Party Extensibility Packages are not support for Vs2008 or Vs2010 express editions by Microsoft.
http://social.msdn.microsoft.com/Forums/en/vsxprerelease/thread/c79aa771-01b3-47bd-a57f-a5e7f4d884ba
So, for you to be able to use wave-vs.net for Remote Pair Programming you will need Complete Visual Studio.Net Version (2008 or 2010)
Thank you for your interest.
wave-vs.net Development Team
Related
when i'm installing "visual studio 2010 xpress editon" , its asks to install all products one by one like c++, C#, web developer. but ater intsallatoion when they comes with different application. one for C# and another for web dev. I want all them in one. how to do that?
I am afraid you can't have that.You can work on one environment at a time.
wikipedia:
Visual Studio 2005, 2008, and 2010 Express consist of the following separate products
Visual Basic Express
Visual C++ Express
Visual C# Express
Visual J# Express (2005 only)
Visual Web Developer Express
Visual Studio Express for Windows Phone (2010 only)
programmers' post:
The biggest difference is that Express editions do not support plugins (No ReSharper, no add-ons). Additionally, the non-express versions are all combined, meaning you don't have to switch back and forth to get features from individual express versions if you have a project that crosses web, desktop, etc.
I am going to learn F#. In my lecturer notes, they have simply asked to open VS 2010, open project, select other languages and select F# ! I have VS 2010 express, and everything is separated into different software like Visual C++, Visual C# etc, there is no F# !
In this thread (Is F# 3.0 available on Visual Studio 2010 professional?) I found it is in VS 2012 express so I downloaded it. But, again I can't find F#!
How to make a F# project in VS express? Please help!
EDIT
At least, is this is available in Visual Studio 2010 Professional? Please help!
Download Visual Studio Express 2012 for Web (it is important, you cannot use F# with Visual Studio Express 2012 for Desktop or other), then install F# Tools for Visual Studio Express 2012 for Web. Full description how to do this is on msdn blog
How do I change from the default settings (which I suppose supports VB) in visual studio 2010 express to support C# code
?
Microsoft Visual Studio Express 2010 edition comes in several versions.
C#
C++
Basic
Web Developer
Download the C# version
http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-csharp-express
Could anyone guide me as what is the difference among the following,
1) Visual Studio Express Edition
2)Visual Studio Professioanl Edition
3) Microsoft .Net
And is there any thing like Visual Studio.Net?
Please guide me, as I am currently working on express edition, but my other colleaques are working on different environment which I don't know (language is same for all developers i.e. VB), and I need to do some working on their implemented codes as well.
Please guide me,
Regards
Asad
"Microsoft .NET" is a platform rather than an IDE. It's not really comparable with the other two.
The Express editions of Visual Studio are basically cut down versions of the commercial editions. In particular, Express doesn't allow plug-ins such as ReSharper to run - but there are various other limitations too. If you're a professional software developer, you should almost certainly ask your company to provide you with VS Professional (or higher, but Pro will probably be fine). You certainly can develop in Express, but it's really designed for hobbyists rather than professional developers.
Visual Studio was called Visual Studio .NET just for two releases - 2002 and 2003.
The .Net framework is a collection of libraries.
Visual Studio Professional is the paid edition of Visual Studio Express.
There is also a Standard Edition which has less functionality than the Pro version.
One difference between Express and Pro is that the Pro Edition has the possibility to connect to a database (like SQL Manager studio)
Is there any way to work with F# on Visual Studio 2010 Expression Edition. I am having Visual Studio 2010 Express Edition Beta 2.
There won't be Visual F# Express but you can use the free Visual Studio Shell (wich is available for 2008 and 2010) with F#. It works perfectly for 2008 but I have not tested it with 2010.
Update:
The release of F# 2.0 works with the 2010 Integrated shell as well; see Don Syme's blog post "Announcing the F# 2.0 Free Tools Update".
Update:
Visual F# tools 3.1.1 now support VS Express for Desktop and VS Express for Web
Unfortunately, there are no plans to include an F# Express edition for Visual Studio 2010. The express editions for 2010 are:
Visual Basic 2010 Express
Visual Web Developer 2010 Express
Visual C# 2010 Express
Visual C++ 2010 Express
Source of above.
While F# is not included in VS2010 Express, it appears to be supported in VS2012 Express Web Edition.
Visual Studio Express 2012 for Web ... is a free
development environment that programmers can use to build projects
such as ASP.NET applications and Windows Azure cloud services. This F#
Tools release adds in F# 3.0 components, such as the F# 3.0 compiler,
F# Interactive, IDE support, and new F# features such as type
providers and query expressions.
- MSDN