Is and as keyword in c# net?
Answer Posted / Roopendra Kumar
No. Is and As are not keywords in C#. The correct keywords are 'is' for type checking and 'as' for type casting.
Post New Answer View All Answers
Which namespaces are necessary to create a localized application?
1122
What is expression tree in c#?
982
How to assign Null value to Var?
1044
What is an abstract class c#?
947
Why can't we use a static class instead of singleton?
940
How do you inherit a class into other class in c#?
974