Click here to Skip to main content
15,897,291 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi ,

I am very confuse between when i develop applications what is the difference between developing application in Express edition and some other ..

how to identify which version is we need to choose when we go for application development process ..

same questions for sql server as well
Posted

Basic answer is: Express is free, anything else you have to pay for.

That applies to both VS and SQL.

The actual difference between the Express version and the various paid for versions depends on the Version number: VS2010 versions have different parts compared to VS2012 for example.

Have a look at the Microsoft site: a quick google for "Visual Studio xxxx differences" where "xxxx" is the version number will normally find you a list of differences perry easily, and the same for SQL.
 
Share this answer
 
Comments
Francisco T. Chavez 14-Nov-13 3:59am    
From what I've seen, the Express versions are sub-components (for the most part) of the paid versions.
OriginalGriff 14-Nov-13 4:10am    
Not quite - they tend to have some restrictions (like maximum memory it will use, or number of CPUs in SQL Express), and don't include whole features (like TFS in the case of some VS versions for example) but they are fully usable products for all that.
Maciej Los 14-Nov-13 16:24pm    
Good answer, 5ed!
Hi
Refer this link[^] for latest version of Visual studio 2013.
As griff said you can find it for all other version in the microsoft site itself.

Hope this helps you a bit.

Regards,
RK
 
Share this answer
 
Comments
Maciej Los 14-Nov-13 16:23pm    
Good link.
+5!
♥…ЯҠ…♥ 14-Nov-13 23:02pm    
;)
Not a simple answer to this since the product has been changing over the years. It used to be a lot more simple to answer, used to be that the free version lacked MFC support and you couldn't do remote debugging, but now there's a lot more options. Easiest thing to do is pick a version (newest stable is usually the way to go) and then look at the options for each version from their website.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900