I’m developing an application using Visual C# Express Edition – what is the downside to using the express editions? Are there any limitations on what I can build and release? Will my users be able to tell I’m using the Express Edition?
I’m developing an application using Visual C# Express Edition – what is the downside
Share
It won’t impact your users, other than by making you less productive by prohibiting add-ons such as ReSharper, TestDriven.NET, etc. and not having some of the built-in features of the commercial editions.
To put it another way: if a word processor didn’t have a spell checker, you could still make sure that your documents were spelled correctly, so readers wouldn’t know – but it’s a lot quicker (usually!) if the tool has it built in…