Programmers help
Advertise here
  • Basics
  • Cheatsheets
  • Code Snippets
  • Exercises
  • JavaScript
  • Programs
  • Tutorials
  • Programs
  • Videos
  • Programs

    How to Display the Date in Various Formats in C#

    In this article we look at a program that will display the date and time in various formats The format parameter can contain either a single format specifier character  or a …

    Read more
    0 FacebookTwitterPinterestEmail
  • Programs

    How to Print Even and Odd Numbers From 1 to 99 in C#

    In this example we will create a simple program to check if a number is an odd or even number. We use a fairly simply formula If a number is …

    Read more
    0 FacebookTwitterPinterestEmail
  • Programs

    How to Concatenate two strings using C#

    In this example we will create a program that joins two strings together, or concatenate them We do this by using the String.Concat Method Example In  this example we ask …

    Read more
    0 FacebookTwitterPinterestEmail
  • Programs

    How to get the length of a string in C#

    In this example we will create a program that displays the length of a string The string class has a Length property, which returns the number of characters in its …

    Read more
    0 FacebookTwitterPinterestEmail
  • Programs

    How to convert a string to lowercase in C#

    In this example we will create a program to change a user inputted string to lowercase. For this we use the String.ToLower() Method which as the name suggests will return …

    Read more
    0 FacebookTwitterPinterestEmail
  • Programs

    How to convert a string to uppercase in C#

    In this example we will create a program to change a user inputted string to upper case. For this we use the String.ToUpper() Method which as the name suggests will …

    Read more
    0 FacebookTwitterPinterestEmail
  • Exercises

    How to compare two strings in C#

    In this example we will create a program that compares 2 strings To do this we will use the string.CompareTo() Method This compares this instance with a specified object or …

    Read more
    0 FacebookTwitterPinterestEmail
  • Node.js

    Rename a File in Node.js using the File System module

    The fs.rename() method is used to asynchronously rename a file at the given old path to a given new path. It will overwrite the destination file if it already exists. …

    Read more
    0 FacebookTwitterPinterestEmail
  • Node.js

    How to Read a File in Node.js using the File System module

    In this example we show how to read a file in node.js Following is a basic guide to reading the content of a file in Node.js. You need to include …

    Read more
    0 FacebookTwitterPinterestEmail
  • Basics

    JavaScript Screen object

    The JavaScript Screen object is used to fetch information related to the browser screen on which the current window is rendered. It provides information about the dimensions of the display …

    Read more
    0 FacebookTwitterPinterestEmail
  • Basics

    JavaScript navigator object

    The JavaScript navigator object is used for browser detection. It can be used to retrieve various bits of browser information such as appName, appVersion, userAgent, langauge and more The navigator …

    Read more
    0 FacebookTwitterPinterestEmail
  • Basics

    JavaScript History Object

    The JavaScript history object is used to represent an array of URLs which are visited by the user. It exposes some methods and properties that let you navigate back and …

    Read more
    0 FacebookTwitterPinterestEmail
Newer Posts
Older Posts

Great Offers

Get 12 Generative AI and LLM eBooks worth £324.88 for £9.00

Get 15 Data science eBooks worth £426.85 for £14.15

Get 7 OOP eBooks worth £205.93 for £7.55

Get 9 quantum computing eBooks worth £261.91 for £8.49

Tutorials

  • C Tutorials
  • C# Tutorials
  • C++ tutorials
  • Go Tutorials

Recent Posts

  • How to Fix FileNotFoundException in C# – Beginner Guide with Examples
  • How to Fix DivideByZeroException in C# – Beginner-Friendly Guide
  • How to Fix IndexOutOfRangeException in C# – Simple Guide for Beginners
  • Tutorial: Structs in Rust Programming Language
  • How to Fix NullReferenceException in C# – A Beginner-Friendly Guide
  • How to Fix FileNotFoundError: [Errno 2] No such file or directory in Python
  • How to Safely Handle File Reading and Writing Errors in Python
  • How to Fix IOError: [Errno 13] Permission Denied in Python (Beginner Guide)
Advertise here

Donation Options

What its all for

PayPal


Kofi



Librepay



Patreon

Become a Patron!

Buy me a coffee

Categories

  • Assembly
  • Basics
  • C
  • C#
  • C++
  • Cheatsheets
  • Code Snippets
  • Ebooks
  • Exercises
  • Game Development
  • Go
  • HTML
  • Java
  • JavaScript
  • Node.js
  • PHP
  • Programs
  • Python
  • Resources
  • Rust
  • Tips
  • Tutorials
  • Videos

Other sites

http://learnmicropython.com

http://learningjava.net

http://maxjavascript.com

http://maxpython.com


Back To Top
Programmers help
  • Basics
  • Cheatsheets
  • Code Snippets
  • Exercises
  • JavaScript
  • Programs
  • Tutorials
  • Programs
  • Videos