Search
Sort By Search Results
  • String Constants in PostgreSQLDec 01, 2023. Delve into PostgreSQL's handling of string constants, which is essential for managing text data. Explore their syntax, handling of special characters, and their versatile use in variable assignment, function arguments, comparisons, and more. Examples demonstrate their significance in tasks like substring replacement, regular expression matching, and date conversion. Elevate your PostgreSQL proficiency in manipulating and storing text data with these insights.
  • How To Define Variables And Constants In RDec 08, 2020. In this article, I am going to explain about variables and constants in R.
  • Runtime And Compiletime Constants In C#May 08, 2018. We know that C# supports const and readonly variables and generally uses them interchangeably, but we also should notice that they offer different behaviors. Always remember, const is compile time and readonly is runtime. This will always help in choosing the correct one according to situation.
  • Understanding Enums Constants in C#May 30, 2015. This article explains enum constants in C#. Enums are known as named constants. Enums are strongly-typed constants that make the code more readable and less prone to errors.
  • C# Constants and LiteralsMar 06, 2015. In this article we will learn about C# Constants and Literals.
  • Using Constants and Variables to Add Functionality in PHPJan 09, 2013. This article explains use of constants and variables in PHP.
  • What is Constants(const) in C#?Apr 22, 2024. Constants are essential elements in any programming language, providing a way to define values that remain unchanged throughout the execution of a program. This guide explores the concept of constants in C#, their usage, advantages, and best practices.
  • Python ConstantsAug 11, 2022. In this article, you will learn about Python Constants.
  • ASP.NET MVC - Using Resource Files To Manage String ConstantsAug 08, 2017. In this article, we will see how we can save strings in a resource file instead of constants spread all over the application.
  • Diving Into OOP (Day 5): All About Access Modifiers in C# (C# Modifiers/Sealed/Constants/Readonly Fields)Jul 01, 2014. In this article we will cover each and every concept related to access modifiers in C#.
  • Constants in C#Nov 18, 2009. In this article I will explain about constants.

OUR TRAINING