How to Make Simple Login and Register System in VB.Net [Video Tutorial]

This article is on creating a simple registration and login system without using a database in visual basic. So this project uses Properties present in My Project. The link to download the project is also given in this article. Also Read: Lab Login System Mini Project in VB.Net The Login system will allow us to: Add a single user …

How to Make Simple Login and Register System in VB.Net [Video Tutorial] Read More »

SQL Injection Attacks – How to Prevent VB.Net Database Applications

What is SQL Injection? SQL injection is a code injection technique which is used to attack data-driven applications in which malicious SQL statements are inserted into an entry field for execution. This VB.Net tutorial will guide you through the use of parameterized SQL queries and demonstrate how they can be used to prevent SQL injection …

SQL Injection Attacks – How to Prevent VB.Net Database Applications Read More »

Top 5 Best C/C++ IDEs

An integrated development environment (IDE) or interactive development environment is software that provides facilities to programmers for software development. An IDE consists of a source code editor and compiler. Working in IDE really make our programming more interesting and easy because it has many interesting features like syntax highlighting, code completion, tabbed interface, smart indent …

Top 5 Best C/C++ IDEs Read More »