Manoj Kulkarnimanojkulkarni.hashnode.dev·Oct 4, 2023Const vs Readonly in C#In this article, we will talk about the two most commonly used keywords “const” and “readonly” and the difference between them. Let`s get started. const: We can declare a variable as a constant using the const keyword in C#. We need to assign a val...C#Add a thoughtful commentNo comments yetBe the first to start the conversation.