In the past few days, I plan to code the production and integration of web pages in the niugu news publishing system. The reason why the previous code is not first done is that on the one hand, the previous content is more familiar and you don't need to rush to repeat the whole; on the other hand, it is much slower than the programming progress of the students, if you want to familiarize yourself with the new content before starting a subsequent course (the pace cannot be slow, but it can be broken down without affecting your understanding of the subsequent course, the important thing is that you cannot slow down ......)
Under this arrangement, I tried to use classes written in different languages in the dot net environment. The underlying class library (directly using the C # class library of niuyun) can be directly added to my new website project (VB dot net environment ), and vs ide will help me directly add a solution. Therefore, it is not necessary to deeply understand the use of VB dot net or C # dot net. It is not a problem to deeply understand the programming language.
After finishing the mother board page, there is a sound in the heart: knowledge should not only be used when learning, but should also be integrated into ordinary activities. The previous section can be said to be applied in sequence, and I think version control can be used to write any program every time. In addition, I am not familiar with version control applications (except for xuanyu and Huyang, others may not be familiar with it), so they decided to use Version Control During programming.
My visual SVN plug-in expired. I started to find the serial number of the new version yesterday afternoon. During the comparison this morning, we found that it would not be too difficult to work without using this plug-in. The reason is that when we open the vs project, we can also use tortoise SVN to submit (COMMIT) and update (uppdate) the entire project or a single file in the project folder, in addition, after the vs environment detects a change to the project folder, it will prompt us to reload and so on. In short, there is no visual SVN impact.
This article tells you about the work schedule and progress, but the key point is that the knowledge should not only be used during learning, but also be integrated into normal activities. The advantage of this is that understanding and proficiency will go further ......