This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Biblioteca de Clases para VB.Net, con funciones para optimizar el reciclaje de codigo. Este dll es un auxiliar para la optimizacion de codigo. Es una extensión que consta de tres partes, un ConnectionManager (Administrador de Conexión), el CRUD (Create-Read-Update-Delete) o en español su equivalente CLAE (Crear-Leer-Actualizar-Eliminar) que son las cuatro operaciones basicas del mantenimiento y operaciones con registros de BD, y el Encrypter o Encriptador, el cual se encarga de cifrar y descifrar todo lo que necesitas, o solamente las claves que serán almacenadas en la BD para que nadie pueda obtenerlas.
Se agrego un nuevo modulo de validacion de campos para las cajas de texto y se arreglaron las referencias faltantes.
Nota: Esta biblioteca fue diseñada bajo el modelo de tres capas en VB.Net, NO se ha probado bajo otro modelo.
This dll is a helper to code optimization. It's an extention code, that it contains three parts, a ConnectionManager (That manage the BD Connection), The CRUD (Create-Read-Update-Delete) the four basics operation with regs, and the Encrypter, it function is encrypt and decrypt everything that you need to be secret, and if someone try to get this information. it can be unreadable.
Added a new module for validate TextBoxes and fix the unable references.
Note: This library has been designed under three layers model, It is NOT tested under other model.