TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Literals
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sangeetha S (1)
Ziggy Rafiq (1)
Jitendra Mesavaniya (1)
Ishika Tiwari (1)
Jefferson S. Motta (1)
Sachchi Prajapati (1)
Abhishek Chadha (1)
Ramasagar Pulidindi (1)
Munib Butt (1)
Sai Kumar Koona (1)
Akash Bhimani (1)
Shivam Payasi (1)
Hirendra Sisodiya (1)
Naresh Joshi (1)
Dipa Mehta (1)
Mahesh Chand (1)
Hari Shankar (1)
Pankaj Kumar Choudhary (1)
Vulpes (1)
John Godel (1)
Related resources for Literals
No resource found
.NET 9 Features with Code Example
11/19/2024 4:42:05 AM.
Learn how abstraction simplifies complex systems by unifying interfaces, abstract classes, and dependency injection. Build modular, maintainable, and testable applications with this comprehensive guid
Using C# 12 with Clean Code Practices
9/21/2024 3:37:12 PM.
Learn how to write cleaner, more maintainable code with C# 12 features such as primary constructors and improved pattern matching. This article explores practical examples and tips for applying clean
Verbatim String Literals vs Raw String Literals in C#
5/27/2024 9:31:20 AM.
String handling is a crucial aspect of programming, and C# provides multiple ways to manage strings effectively. This article compares verbatim string literals and raw string literals, highlighting th
Template Literals In JavaScript
2/27/2024 4:27:38 AM.
JavaScript template literals are an effective tool for working with and creating strings. They were first included in ECMAScript 6 (ES6).
Learn How to Use C# 12 in .NET Framework 4.7.2/4.8 Solutions
1/16/2024 9:01:09 AM.
Unlock the capabilities of C# 12 in .NET Framework 4.7.2 to 4.8.1 with Visual Studio 2022. Learn the upgrade process, and explore features like literals, nullable types, records, and array expressions
Raw String Literals - New Feature In C#11 With .NET 7
5/9/2023 5:20:45 AM.
Microsoft released .NET 7 on 14th November 2022 with C#11. We will look at string literals features of C#11 in this article.
Tips To Write Less JavaScript
3/13/2023 4:41:47 AM.
This article describes the tips to write less in javascript.
UTF-8 String Literals In C# 11 | Learn C#
12/14/2022 7:36:29 AM.
In this article, you will learn about UTF-8 string literals in C# 11.
Using Multi-Line String Literals In .NET 7
12/2/2022 4:36:35 AM.
In this article, you will learn how to use Multi-line String Literals in .NET 7.
C#11 Features - Raw String Literals
11/28/2022 12:22:34 PM.
Raw String Literals are the new format of string literals introduced since C# 11. This new format can help us in getting the output string with any arbitrary text like new lines, spaces, and special c
Fundamentals of C#
11/22/2022 10:16:13 AM.
This article defines the fundamentals of C# in detail.
Raw String Literals In C# 11
8/13/2022 2:04:36 PM.
In this article, I explain the new features related to the raw string literal and also how to enable preview version for c# 11.
Verbatim strings in C# - Use of @ symbol in string literals
4/5/2022 12:08:47 PM.
In this article we will understand use of the @ symbol in C# strings.
Creating JavaScript Objects
4/30/2020 5:06:11 AM.
This article describes the creation of JavaScript objects.
Python Tokens Explained
2/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
Using Literals In C#
11/15/2019 10:38:49 PM.
Literal improvements in C# 7.0. C# 7.0 introduced two literal improvements, a digit separator and a hex literal.
Verbatim String Literals
1/17/2019 4:57:27 AM.
Other than the regular string literals, C# supports what is called as Verbatim string literals.Verbatim string literals begin with @" and end with the matching quote. They do not have escape sequ
C# Constants and Literals
3/6/2015 7:00:15 PM.
In this article we will learn about C# Constants and Literals.
Simulating Binary Literals in C#
3/19/2011 3:29:57 PM.
How to use integers instead of strings so that we can easily do bit and normal arithmetic with binary numbers.
Real Life SQL and .NET: Part II
2/8/2006 5:55:26 AM.
Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be required for survival in today’s world of relational database and data management. Alas, for the reason that it is first necessary to provide a background of SQL and cover some preliminary concepts that we need to know, the majority of this article is text in paragraph format.