I just started to learn C #, just on the internet to find a few components of the C # language compiler, perhaps just getting started with you a little help, but also want to learn C # of the individuals you can find some of the information published.
(1) The Borland Company's C#builder is the first independent. NET Framework development environment. As the C # Language integrated development environment, C#builder is primarily used for enterprise software development and design, which provides design-driven methods for rapid application development and supports connectivity to Java EE and CORBA architectures. C#builder has built-in support for all major enterprise-level databases. C#builder Seamless integration of modeling, development and operation of various software development processes, so that more convenient and efficient development of enterprise-class applications.
(2) Microsoft Visual Studio. NET
You can do the development of C # windows and Web programs in it.
(3) Many friends and I, the old machine can not run a huge vs.net, in fact, we could use the editplus and the. NET Framework to construct a lean C # compilation environment ... Many of my friends, like me, can't afford to run a huge vs.net, but we can use the editplus and the. NET Framework to construct a lean C # compilation environment.
Enter user tool settings from the menu tools-> "Configure user tools."
Click on the "group name ..." button to change to the name of the group you want, where I set it to "Debug C #".
Click the "New Tool" button to change the default menu text to "Debug C #"
Fill in "D:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\csc.exe" in the text box following the command, which is different depending on the location of the individual's system directory. Anyway, to get EditPlus to find csc.exe files on this.
Select File path from the Drop-down button after "parameters", which is passed to the csc.exe
Click the Capture Output check box
Click the Output Form button, open the Output Form dialog box, select "Use default ..."
Configuration Successful!
Try writing a program that will automatically run csc.exe to compile the current file from the "Debug C #" menu item from the "Tools" menu, and the output is displayed in the text box below. Double-click a row of error messages and EditPlus will automatically locate the error line.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.