| ZenRhapsody 2006-01-26, 7:03 pm |
| I'm trying to decide between standard and professional edition. I've read
all the comparisons on MSDN web sites. I'm hoping some of you have concrete
information on "simplified menus and user experience" differences!
I have downloaded c# express and notice that many compiler and debugging
features that I used in .NET 1.0 Professional are not there. Need to know
if any of them are in Standard edition.
What about advanced debugging support and compiler optimizations? I notice
that with the Express edition, you cannot compile DEBUG and RELEASE
versions, or at least you cannot set compiler differences between the
different configurations. I need to be able to allow unsafe code (compiler
switch in .NET 1.0) and to enable compiler optimizations in release mode.
Also, can you view assembly while debugging in the Standard Edition?
|