You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
馃悿
There are 10 types of people, those who know binary and those who don't.
Rodrigo Andr茅s Maureira Contreras
ramaureirac
馃悿
There are 10 types of people, those who know binary and those who don't.
Example application showing how changing an item in a ListView changes its index
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install Laravel 5.4, MySQL 5.7, Apache2.4 and PHP7.1 on Ubuntu 16.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Forms: Como encriptar/desencritar la cadena de conexi贸n en el archivo app.config usando C#
Esta nota te muestro c贸mo cifrar y descifrar la cadena de conexi贸n en el archivo app.config en una aplicaci贸n de Windows Forms de C# .Net
Puede usar muchos algoritmos diferentes para cifrar y descifrar una cadena de texto. Sin embargo, dentro del alcance de este art铆culo, solo le muestro c贸mo usar el algoritmo TripleDes para cifrar y descifrar su cadena de conexi贸n.
La cadena de conexi贸n generalmente se almacena en app.config y rara vez se cifra. Si alguien abre el archivo app.config, ver谩 la informaci贸n de conexi贸n del servidor de datos. Esto es muy peligroso si inician sesi贸n en la base de datos para sabotear o editar datos sin usar software.
Por lo tanto, el cifrado de la cadena de conexi贸n es esencial, le ayuda a proteger la informaci贸n de conexi贸n a la base de datos.
Deletes Kubernetes pods with a status of Shutdown that are usually left over after a GKE pre-emptible node goes offline.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters