Continue to do. Net winform project, from vs2002, 2003 to 2005. Although ms vs is getting dumb, it still makes people think that many things are complicated.
For example, database operations, such as writing basic classes and methods. Of course, in 2005, the macro provided by vs is a very good tool, but according to my contacts, it is not much better than what we use. In view of the habits of thinking and coding habits. Gradually encapsulate some abstract methods and structures.
Build a set of DLL in your own style.
Refer to dbah and further extend access, that is, one-step encapsulation is consistent with SQL Server operations. When changing the database from access-> SQL Server, you can only configure the config file without changing it.Code.
Through inheritance, the basic operations are encapsulated. For most logics, coding requires simple configuration and logical order combination. Let coder focus on logic rather than complex typing.
Other such items as string check and email check are encapsulated together.
Logmanager encapsulates its own log mode and uses the factory mode to provide common file log (text/word/Excel format) and database log record formats in winform.
At present, this improvement is available in version 3.2. Basically, for access and sqlserver MIS system development, code can be highly refined.