CodePlus will launch a new version :) list some updates

zhaozj2021-02-16  167

Since launching the first version of the first version of 0.9beta today, I have been very busy. There is no time to update the CodePlus software, more situations are adjusted in their own projects. At the end of July, our studio began to develop a larger system, using the structure of Dal BL MODEL PRES, database processing using Microsoft Data Acze V2.0, due to the completion of the project, the project is commercial logic The level is in fact, the main work is generally concentrated in writing a lot of model, dal, and do Pres, so, from the beginning, we concentrate on this level, now CodePlus is already for us. The 52 tables have a total of more than 1,000 fields database generated all models, and DAL, and basic PRES. Although now in writing code is 3-4 people, but in just two weeks, we have completed the writing of 182 CS files :) Calculate us to save us nearly 80%. And our energy is mainly spent on process design, model analysis, of course, there is also a page landscaping (our artist's happening, she can use the CodePlus to generate the basic page of the input box, then produce according to the requirements page).

Probably rushed to list new features:

The corresponding Database.cs uses improved Microsoft Data Access V2.0

Can generate DAL, Model, and basic PRES (the page is still to beautify yourself)

Support for improved SQLParameter cache (do not use auto-to-database storage process parameters, but if you don't have a cache, create new SQLParameter [], then cache it, if you don't need CodePlus, write this will compare, a method, a big push It is no longer spending time with CodePlus (up to a few milliseconds, no effort ^ _ ^), this is the advantage of automatic generation.

Automatically add field description (note, you only need to write the field in the "Description" when you need to build a table, will be automatically generated in the "Description", or in the MODEL, or the front desk PRES will be automatically generated.)

Solve DBNULL problems. Whether you are in the front desk or if there is any value in the input or the database, you won't be wrong.

Look at the table directly in CodePlus (with explanation ha)

Automatically generate: attribute, new, modified, delete, existent, initialization, model construct, query return ArrayList, DataSet, XmlReader, SqlDataRead, page data source, taking / assignment, data basic display page, stored procedure (add, modify, delete , Existence, selection, selected to XML, after the stored procedure is generated, can be saved directly to the database).

The class is automatically corresponding to the stored procedure name.

Database.cs can switch directly between V1.0 and V2.0, parameter cache is optional.

Not only can lists the database / table / view / store procedure on the local SQL Server, but of course, it includes direct views. You can also list this information on the remote SQL Server and automatically generate the automatic operation. The only thing to do is just setting the IP and username of the other party SQL Server, and then the same is the same as the machine.

After officially launched, website support will be provided.

Fix some errors in the 0.9 Beta version.

Write so much first, slowly organize.

Send some screenshots to see Ha:

Figure 1. It can easily view the details of the database, view, and stored procedures in CodePlus. Figure 2, through CodePlus you can easily generate basic stored procedures for basic database operations, and most of the complex operations can be done by the BLL layer by combining the basic method.

Figure 3. In the CodePlus, it is convenient to generate a common code snippet of various types of DAL, MODEL, and front desk.

Figure 4, this is an example of a DAL layer method that generates a parameter cache.

Figure 5. CodePlus Network Settings Interface.

Now, although there are a lot of hands, it should be pushed out in the near future. But give a suggestion, that is, the original intention of our design is to reduce the code of the code and the complex process of the complex process, so that we can concentrate most energy in real core and important In the matter, even if there is much time, you have more boring properties than to write more than the more than 100 boring properties. Then, the proposed theme is coming out, in fact, if you are not familiar with the hierarchical or design itself, we don't mean that you use CodePlus, CodePlus does not take a little intelligence, he will not tell you how to go Complete a system, he just helps you generate some code you know what to use. He is both a pure idiot and a pure high-efficiency physical alternative.

If you read these content, what is good suggestion, you can tell me. Thank you!

The basic description of CodePlus has been said in the first version. It is not repeated here.

I wish you all a happy coding!

Wintle.

04/08/08 in Chengdu

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

New Post(0)