Skip to content

rambmario/codewriter-vbnet

Repository files navigation

VB.NET Code Writing Tool

This is a tool designed to facilitate code writing in VB.NET. It provides various functionalities to streamline the development process. The tool allows you to create different types of files and perform tasks such as running SQL scripts, creating tables, and writing help code.

Features

File Creation

The tool enables the creation of the following file types:

  • Class: This file type allows you to define classes with properties and methods to encapsulate code logic. (clsTABLENAME.vb)
  • Entity: You can create entity files to represent data objects or models in your application. (entTABLENAME.vb)
  • SQL Stored Procedures: The tool supports the generation of common SQL stored procedures, including Delete, Exist, Find, GetAll, GetCmb, GetOne, Insert, InsertOne, Update, and InsertNull. (cop_TABLENAME.sql)
  • CRUD Desktop Form: It also helps in generating CRUD (Create, Read, Update, Delete) desktop forms for quick application development. (frmAbmTABLENAME.vb & frmDetalleTABLENAME.vb)
  • Test: You can generate test files to write unit tests and verify the functionality of your code. (TABLENAMETest.vb)

SQL Script Execution

The tool provides a convenient way to execute SQL scripts. You can run scripts for various purposes, such as database initialization, data population, or schema modifications.

Table Creation

With this tool, you can easily create tables within your database. It simplifies the process by generating the necessary SQL code for table creation based on your specifications.

Help Code Generation

The tool includes functionality to assist with writing help code. It can generate boilerplate code or provide templates for common coding scenarios. This feature aims to enhance productivity and reduce the time spent on repetitive coding tasks.

Getting Started

To use this tool, follow these steps:

  1. Install the tool by downloading the latest release from the repository.
  2. Run the installation executable and follow the on-screen instructions.
  3. Launch the tool from the installed location on your machine.
  4. Choose the desired table name.

image

  1. Provide any required information or input as prompted.
  2. Save the generated code or output to the appropriate location within your project.

image

Please refer to the tool's documentation for more detailed instructions and examples.

Contributing

Contributions to this project are welcome. If you have any suggestions, bug reports, or feature requests, please open an issue in the project's repository. You can also submit pull requests for any improvements you'd like to contribute.

License

This tool is released under the MIT License. Feel free to modify and distribute it according to the terms of the license.

Acknowledgments

We would like to thank all the contributors and developers who have worked on this project to make it a useful tool for VB.NET developers.

Special thanks to the open-source community for their continuous support and inspiration.

Contact

For any further information or inquiries, please contact the project maintainers at [email protected].

About

tool for write code in vb.net

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published