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
  • 9944 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
  • 62 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
  • 11 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
  • 3427 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
  • 2295 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
  • 56 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
  • 211 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
  • 32 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
  • 26 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
  • 37 views

Pagination

  • First page « First
  • Previous page ‹ Previous
  • …
  • Page 444
  • Page 445
  • Page 446
  • Page 447
  • Current page 448
  • Page 449
  • Page 450
  • Page 451
  • Page 452
  • …
  • 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

Free and Open Source inventory management system php source code
Sales and Inventory Management Software Microsoft Access (VBA)
Free school management software
Best house rental management system project in php
Advanced School Management System with Complete Features
Video Converter App Using HTML, CSS and JavaScript with Source Code
Online Voting System using PHP Free Source Code
Advocate office management system free download
Doctor's Appointment System using PHP Free Source Code
Attendance Management System using PHP 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

  • Binary Search Visualizer App Using HTML, CSS, and JavaScript with Source Code
    6 hours 14 minutes ago
  • Scientific Calculator App Using HTML, CSS, and VanillaJS with Source Code
    6 hours 33 minutes ago
  • Bounce Clone Game Using Pygame in Python with Source Code
    2 days 6 hours ago
  • How to Compute the Cosine Series Sum Using Python
    2 days 6 hours ago
  • Link Status Checker Using PHP and JavaScript with Source Code
    2 days 13 hours ago
  • RSS Feed Parser Using PHP and JavaScript with Source Code
    2 days 13 hours ago
  • Tic Tac Toe VS AI Game Using Tkinter in Python with Source Code
    3 days 6 hours ago
  • How to Verify a Date and Display the Following Day Using Python
    3 days 7 hours ago
  • SEO Meta Tag Extractor Using PHP and JavaScript with Source Code
    4 days 19 hours ago
  • Pong Game with AI Opponent Using Python Turtle with Source Code
    5 days 6 hours ago
Advertise Here | FAQ | Forums | About Us | Hire Us

Privacy Statement | Disclaimer | Terms and Agreement