My Microsoft Visual C # 2005 Express Edition Beta 1 Tour (1) I first see

zhaozj2021-02-16  81

I want everyone to use Visual Studio .Net 2003, many people try Visual Studio .Net 2005, I am one of them. So I want to let everyone get a microsoft Visual C # 2005 Express Edition Beta 1 style. (All the bottom right corner of this article is the copyright of the BMP to JPG conversion tool, and the map is not related to the figure, all original, no reprint)

Cut the topic: First, the interface has a big improvement in the interface ...

Microsoft has investigated that the global non-professional program designer accounts for 70% of the proportion (18 million people) in using VS.NET, and only 30% are enterprise-level professional design, to this Microsoft launched an Express version, specifically 70% ratio User. And the price is very inexpensive (estimated to have a few hundred dollars, you can have a full set), do not take up disk space (a total of more than 400 megabits, more than 10 times more DVD 4G of the Enterprise), which is ideal for you.

To this end, the hospital has prepared a lot of pictures, the above picture shows the first picture, the running interface is like Microsoft Office 2003 System Edition. Not?

C # Express provides five types of creation: Windows Application (WinForm), Class Library, Console Application, Empty Project, Screen Saver, a feature of extreme COOL). At the same time, Add New Online Template provides more extension space. As shown below:

I think you will ask: Why don't you have ASP.NET Application Project? Oh, M $ has changed the original production tool, remember the free ASP.NET production tool that Microsoft launched? It's different now! Now M $ just wants to earn $, integrate ASP.NET into Microsoft Visual Web Developer 2005 Express Edition Beta, for Microsoft Visual Stuidio .NET 2005 Express Edition Beta 1, plus Microsoft Office 2003 with FrontPage, 2V1, to do with Dreamweaver to dry ... About Microsoft Visual Web Developer 2005 Express Edition Beta, let's talk again.

Next, talk about the design problem about WinForm. Indeed, Microsoft Visual C # 2005 Express Edition Beta 1 has changed a lot on the original basis, there is more edit mode, there is also a kernel change, that is: form files have been separated from the code file, such as form name Form1 Then, the form file name form1.design.cs, and the code file is form1.cs, which is a huge change, completely fixes a series of issues such as misuses. It's really convenient, the code is not chaos. As shown below:

There is also a big change is to support C # 2.0, and .NET Framework 1.1 & .NET Framework 2.0, .NET Framework SDK 2.0, etc. Support downward compatibility, adding error tips. Next is humanized design, automatic typography. He can instantly make a messy code beautiful, generous, or you can say this: not follow the format, but the code statement must be correct) write code, etc. After all, I found new. Oh, this is the latest features of Microsoft Visual C # 2005 Express Edition Beta 1, and I am most appreciated. He can follow the format (forget what standard) from the dynasty version, such as the following code:

Public void stater () {INT i; i = 20; short a = (short) i; console.writeLine (a);}

After finishing, it was found:

Public void stater () {INT i; i = 20; short a = (short) i; console.writeLine (a);}

This is the powerful power of the code automatic version!

转载请注明原文地址:https://www.9cbs.com/read-13338.html

New Post(0)