Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
VS2008 Professional と Express からコンパイルされたアプリケーションを区別できますか?
いいえ。両方で同じコンパイラが使用されます。主な違いは、コンパイラではなく、Visual Studio に含まれるツール セットにあります。
いいえ、どちらも同じ MSIL にコンパイルされます。Express バージョンで作成されたアプリケーションを自由に作成、販売、および配布できます。違いは、製品が生み出すものではなく、自由に使えるツールにあります。Professional バージョンは、より多くのオプションを提供し、開発を容易にします。