Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox
 C-Sharp (C#) Interview Questions and Answers
What is Strong Data Typing?
One very important aspect of IL is that it is based on exceptionally Strong Data Typing. That means that all variables are clearly marked as being of a particular, specific data type (There is no room in IL, for example Variant data type recognized by Visual Basic and scripting languages). In particular, IL does not normally permit any operations that result in ambiguous data types.
What is multicast delegate in C#?
What is the datatype that allows the retrieval of data by a unique key?
What are Identifiers?
What are the advantages of properties in C# (c-sharp)?
What are JIT compilers? How many are available in CLR?
Can you declare the override method static while the original method is non-static?
What is the "this" keyword in C# ?
OR
What is the "this" reference in C# ?
Can constructers have access specifier ? Yes or No?
Can you store multiple data types in System.Array?
Where is the output of TextWriterTraceListener redirected?