What is the difference b/w Readonly Variable and Constant
Variable?
Answer Posted / cherran
Readonly Variable can be accessed while instantiating the
Class and CONSt - you have to manually code the constant in
each and every project.
Like:
ReadOnly Property age() As Integer
Get
Return 98
End Get
End Property
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
Which dll is used for microsoft .net run time?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
what is difference between web.config and machine.config and where it will be ?
Tell me how many .net languages can a single .net dll contain?
What is the use of assembly?
Name the two main parts of .net?
What is branching logic control in VB.NET?
Explain the observations between vb.net and vc#.net?
Explain the components of common language runtime.
Explain the difference between namespace and assembly?
Why do you need Lock in Visual Basic?
What is the difference between Namespace and Assembly?
Explain the difference between c# and vb.net?
What is a preprocessor directive in vb.net?
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.