Related resources for tifiers
  • C# ref Keyword9/21/2023 11:49:00 AM. C# ref and C# out keywords are used in method parameters. This article helps you decide whether to use a ref or out keyword, especially when the parameter types are value types.
  • JavaScript Symbols: Unique Identifiers and Private Properties8/9/2023 6:10:35 AM. Explore the power and applications of JavaScript symbols. Learn about unique identifiers, private properties, iterators, and more. A comprehensive guide.
  • Understanding Angular Injection Tokens6/20/2023 6:53:30 AM. Angular's dependency injection (DI) system manages dependencies in a modular, scalable manner. Injection Tokens are unique identifiers used by the system to resolve dependencies flexibly. They ena
  • Regular Expressions In .NET2/7/2023 2:41:41 PM. Regular Expressions in .NET are implemented using the C# Regex class. Learn here how Regex in .NET works.
  • C# Coding Techniques9/30/2022 7:03:49 AM. I wrote this article for novice programmers who needs to grasp the concepts of What's C# code? and How we can write code?. To read this article you must have an overview of the .NET Framework and
  • Python Basic Concepts 📚6/8/2021 2:27:08 PM. In this article, you will learn about Python Basic Concepts.
  • Parameters in ADO.NET10/29/2020 1:13:09 AM. In this article I will explain about Parameters in ADO.NET.
  • Python Tokens Explained2/12/2020 1:33:06 AM. In my previous article, we covered how to declare variables in Python Editor Jupyter. Now, we will continue with more features and learn the concept of object-oriented programming in Python. In this a
  • Basic Concept of Identifiers and Variables in Java9/27/2019 7:35:27 AM. This article provides the basic concepts of identifiers and variables in Java.
  • Regular Expressions Part 2: Grouping, Quantifiers, and Character Classes1/9/2015 7:02:07 AM. This article will attempt to explain and demonstrate the concepts of grouping and character classes. It will provide detailed content and examples to illustrate each concept.