Skip to main content
sourcecodester logo

Main navigation

  • Home
  • Blog
  • Projects
    • C# Projects
    • PHP Projects
    • Visual Basic Projects
  • Programming
    • Python
    • PHP
    • Visual Basic .NET
    • Visual Basic
    • C#
    • Java
    • JavaScript
    • C/C++
    • ASP/ASP.NET
    • HTML/CSS
    • Microsoft Access
    • Assembly
    • Assembly
    • Delphi
    • Other
    • SAP/ABAP
    • SQL
    • Visual FoxPro
  • Compilers
    • Online Python Compiler
    • Online PHP Compiler
    • Online JavaScript Compiler
  • Mobile
    • Android
    • Firefox OS
    • Windows Phone
    • iOS
  • Tutorials
    • ASP/ASP.NET
    • C#
    • C/C++
    • HTML/CSS Tutorial
    • Java Tutorial
    • JavaScript Tutorial
    • PHP
    • Python
    • Visual Basic .NET
  • Contact
  • Submit Code
  • Log In

How to Get Prime Numbers in VB.Net

Submitted by janobe on Fri, 10/05/2018 - 18:55
Now, let’s create a simple program which is how to get prime numbers in VB.Net. You will learn here how to easily determine the prime numbers between 1 to 100. This simple program is also powerful that you can use to test large numbers to see if they are “prime”. Just follow the steps below.
  • Read more about How to Get Prime Numbers in VB.Net
  • Log in or register to post comments
  • 10001 views

JavaScript - Get the Square Root of a Number

Submitted by razormist on Thu, 10/04/2018 - 19:46
Learn on how to create a Get the Square Root of a Number using JavaScript. A simple script that can generate a calculated square root number. This can be use when you have a hard time on finding the square root.
  • Read more about JavaScript - Get the Square Root of a Number
  • Log in or register to post comments
  • 66 views

PHP - Delete Multiple Row To SQLite Using PDO

Submitted by razormist on Thu, 10/04/2018 - 16:01
Learn on how to create a Delete Multiple Row To SQLite Using PDO. A simple code that can select a multiple row. This can delete multiple row in just one click at the same time.
  • Read more about PHP - Delete Multiple Row To SQLite Using PDO
  • 1 comment
  • Log in or register to post comments
  • 13 views

How to Create a Simple Login System in C#

Submitted by janobe on Wed, 10/03/2018 - 21:33
In this tutorial, I will teach you how to create a simple login system in c#. This simple login system is a good start when you begin to program for the security of your application. This has a default username and password that can be used when you log in. See the procedure below.
  • Read more about How to Create a Simple Login System in C#
  • Log in or register to post comments
  • 3471 views

JavaScript - Random Name Generator

Submitted by razormist on Wed, 10/03/2018 - 20:55
Learn on how to create a Random Name Generator using JavaScript. A simple script that can generate a random combination of strings. This can be used when you want to decide in which name will you use to your child.
  • Read more about JavaScript - Random Name Generator
  • 3 comments
  • Log in or register to post comments
  • 2370 views

PHP - Simple Search Filter To SQLite Using PDO

Submitted by razormist on Wed, 10/03/2018 - 14:59
Learn on how to create a Simple Search Filter To SQLite Using PDO. A simple code that can filter your data into a simplified viewing element. This can make it easier to view the data based on the user keyword.
  • Read more about PHP - Simple Search Filter To SQLite Using PDO
  • 2 comments
  • Log in or register to post comments
  • 69 views

PHP - Simple Login Application To SQLite Using PDO

Submitted by razormist on Wed, 10/03/2018 - 14:14
Learn on how to create a Simple Login Application To SQLite Using PDO. A simple php code that validate the user login info. This can be used when your system needed some login application.
  • Read more about PHP - Simple Login Application To SQLite Using PDO
  • Log in or register to post comments
  • 225 views

JavaScript - Simple Bytes Conversion

Submitted by razormist on Wed, 10/03/2018 - 13:56
Learn on how to create a Simple Bytes Conversion using Javascript. A simple tool that automatically convert the bytes data into a readable data. This can be used when your system needed a unit conversion.
  • Read more about JavaScript - Simple Bytes Conversion
  • Log in or register to post comments
  • 35 views

PHP - Upload Files To SQLite Using PDO

Submitted by razormist on Wed, 10/03/2018 - 10:29
Learn on how to create a Upload Files To SQLite Using PDO. A php code that can upload any file and save the detail to SQLite database. This can be used when you want to upload user files to your system.
  • Read more about PHP - Upload Files To SQLite Using PDO
  • Log in or register to post comments
  • 38 views

JavaScript - Dynamic Font Resizer

Submitted by razormist on Tue, 10/02/2018 - 21:28
Learn on how to create a Dynamic Font Resizer using JavaScript. A simple tool that can change your font size dynamically. This can be use when you want to resize your font without doing it as a code.
  • Read more about JavaScript - Dynamic Font Resizer
  • Log in or register to post comments
  • 40 views

Pagination

  • First page « First
  • Previous page ‹ Previous
  • …
  • Page 462
  • Page 463
  • Page 464
  • Page 465
  • Current page 466
  • Page 467
  • Page 468
  • Page 469
  • Page 470
  • …
  • Next page Next ›
  • Last page Last »
Subscribe to

Share Source Code or Tutorial

Do you have source code, articles, tutorials or thesis to share? Submit it here by clicking the link below
 

Submit now...

Popular Source Code

Hotel Reservation System
Hotel Reservation System (VB.NET)
Free and Open Source inventory management system php source code
Student Grades Management System Using PHP and MySQL with Source Code
Online Exam System in PHP using CodeIgniter Free Source Code
Online Learning Management System using PHP/MySQLi with Source Code
Online Hotel Reservation System in PHP/MySQLi with Source Code
Enrollment System v1.0
Warehouse Management System in PHP CodeIgniter Free Source Code
Bus Booking Management System Using Tkinter and SQLite in Python with Source Code

User account menu

  • Log in

Book navigation

  • SQL Tutorial
  • PHP Tutorial
  • CodeIgniter Tutorial
  • Android Tutorial
  • Visual Basic Tutorial
  • C# Tutorial
  • CSS Tutorial
  • Learn C in 15 Days
  • Object Oriented Programming in C++
  • Data Structures in C++
  • Fundamentals of C Language
  • Learn Object Oriented Programming in C++
  • Java Tutorial
  • Python Tutorial

Recent content

  • Bus Booking Management System Using Tkinter and SQLite in Python with Source Code
    6 hours 45 minutes ago
  • How to Sort List of Tuples by Last Element in Python
    7 hours 21 minutes ago
  • Andy's Oracle SQL*Plus games
    11 hours 21 minutes ago
  • Wall Rush Game Using Pygame in Python with Source Code
    1 day 6 hours ago
  • How to Replace All Occurrences of ‘a’ with $ in a String in Python
    1 day 7 hours ago
  • Acronym Expander Tool Using HTML, CSS and JavaScript with Source Code
    1 day 15 hours ago
  • Bank Management System Using SQLite and Tkinter in Python with Source Code
    6 days 6 hours ago
  • How to Check if a Number is a Strong Number in Python
    6 days 7 hours ago
  • Modern Multi-Step Form Using HTML, CSS and JavaScript with Source Code
    6 days 19 hours ago
  • Quora Clone App Using HTML, CSS and JavaScript with Source Code
    1 week ago
Advertise Here | FAQ | Forums | About Us | Hire Us

Privacy Statement | Disclaimer | Terms and Agreement