Home > Net >  C # Windows and development of a few small problems
C # Windows and development of a few small problems

Time:09-17

Everyone technology bosses, first, some background, I am not born by training (EE), and now work in the equipment sales, our equipment subject program was developed by using c #, keep interface can also use a c # Script added functionality, plus I from primary school began to learn programming (qbasic.the, FoxPro, Pascal, etc.) therefore, often also assist the development of some emergency dot (mainly our engineers just hardware and application )

At present the development environment is Visual Studio 2017 (community), just write c # WinForm is given priority to, 200 lines of less than, ask a few questions

1. Win the Form is put all function code into the Form_Load is better, still can have other better way?
2. The Program. How do you use the cs, whether can you write some classes in the Program. The cs, then to Form references in it?
3. Release after export exe, the installation of the corresponding. Whether computers can be used directly on the NET?
4. What is the great god recommended books can consult, I now hand too early, a lot of things is not in detail (such as the Timer, and IOStream class), to I write to baidu's crazy

CodePudding user response:

Script problem: can introduce script, lua, python, js , c # can introduce relevant engine, advice before 3, c # itself has some experimental script, but mature, although in the official program can be used but not recommended, they also need time to prove the reliability

Other questions
1. No, only some of the initialization process in the load
2. Can, net itself is not attention, what the code is written in the place, he by the namespace positioning
3. In general, but basically see what you use, if you use the office provides components, for example, the corresponding computer need office support
4. Is this hard to answer, think differently, if you want to that is "c # advanced programming", but we do not recommend to buy, is too thick, each all have, when the dictionary class can reference books, but to little use to actual programming, (you can get the electronic watch)

CodePudding user response:

Thanks to the upstairs suggest

Books or to buy one, get change over, ha ha

CodePudding user response:

I learn c # winform freshman can help you to look at the code

CodePudding user response:

1. The Form_Load write some initialization code;
2. Some similar function method to a class, the program to instance call
3. Can
4. See how nature became familiar with, in fact you now state is a process of familiar with

CodePudding user response:

Buy this introductory book to learn better, learn while doing, the effect will be very good, don't know when to ask again,

Introduction to c # classic (8)/. NET development classics [Beginning c # 7 Programming with Visual Studio 2017]
https://item.jd.com/12508114.html

Advanced programming c # (11) c # 7 & amp; .net Core 2.0 (.net development classics)
https://item.jd.com/12592734.html

Waiting for you to finish the two face, basic faster into master, oneself also know which books to advanced,
Subjects of interest to them, can go to https://docs.microsoft.com/zh-cn/, Microsoft document libraries can generally find what you want there,

CodePudding user response:

Thank you for the help of

Ask a question, Visual Studio 2017 community edition is free right, I'd like to put on company computers (because of the monitor, what IT knows), IT should be free

CodePudding user response:

The
refer to 6th floor Blues Zhu response:
thank you for the help of

Ask a question, Visual Studio 2017 community edition is free right, I'd like to put on company computers (because of the monitor, what IT knows), IT should be free of


Personal use community edition, now you can actually use vs2019, better with some (also more functions),
  •  Tags:  
  • C#
  • Related