Interview Helper
Translate Page To German Tranlate Page To Spanish Translate Page To French Translate Page To Italian Translate Page To Japanese Translate Page To Korean Translate Page To Portuguese Translate Page To Chinese
[Valid RSS feed]
  You are at : Home   Interview Questions     C# Interview Questions  
Categories

Campus Interviews (507)
Career Helper (6)
Certification Dumps (10)
Code Samples (118)
Competitive Exams (163)
Interview Questions (4711)
  .Net Interview Questions (203)
  ABAP Interview Questions (78)
  Accounting (33)
  Ajax (24)
  Asset Management (5)
  Banking (21)
  Behavioral (0)
  Bioinformatics (0)
  Bluetooth (40)
  BPO (25)
  BPO/Callcenter (0)
  C (315)
  C# Interview Questions (34)
  C++ (162)
  Classic ASP (78)
  Cobol (61)
  Company Law (6)
  Data Warehousing (43)
  Database (244)
  Delphi (18)
  Flex (55)
  HR (61)
  IBM DB2 (78)
  J2EE (326)
  J2ME (92)
  JAVA (1101)
  Javascript (27)
  JMS (15)
  JSP (11)
  Linux (5)
  LoadRunner (26)
  Manual Testing (47)
  Micoprocessors (0)
  Microprocessors (0)
  MS SQL Server (0)
  Networking (66)
  OOAD (13)
  OOPS (17)
  Operating System (20)
  Oracle (270)
  Oracle (1)
  Oracle DBA (84)
  Perl (40)
  PHP (99)
  Python (19)
  QTP (25)
  SAP (70)
  SAP Architecture (29)
  SAP BDC (11)
  SAP Interactive Reportin (32)
  SAP Modularization (33)
  SAP Reports (66)
  SAP Transactions (79)
  Sharepoint (67)
  Six Sigma (11)
  Software Testing (73)
  Teaching (0)
  Test Director (25)
  UNIX (56)
  VB6 (116)
  Weblogic (37)
  Winrunner (118)
  XML (0)
Walkin Interviews (20)
 
Stats
Total Articles: 5821
Total Authors: 778
Total Downloads: 655479


Newest Member
Adrian Roth
 


C# Interview Questions Questions


The (free) .NET SDK contains the C# command-line compiler (csc.exe). Visual Studio has fully integra...
Read Answers (1) | Asked By : Reetwik Bhadra

There are three options open to the Windows developer from a C++ background:
• Stick with standa...
Read Answers (1) | Asked By : Hanumantha Raju

Not exactly. The .NET Framework has a comprehensive class library, which C# can make use of. C# does...
Read Answers (1) | Asked By : Radha Krishna SISTLA

C# supports a very similar range of basic types to C++, including int, long, float, double, char, st...
Read Answers (1) | Asked By : Hiren Bhatt

Yes and no. All types can be treated as if they derive from object (System.Object), but in order to ...
Read Answers (1) | Asked By : Muhammad Arshi

Yes. For example:
class CApplication
{
public static void Main()
...
Read Answers (1) | Asked By : niti sharma

C# divides types into two categories - value types and reference types. Most of the intrinsic types ...
Read Answers (1) | Asked By : Deepak Kumar

It isn't, really. When an int is being used as an int, it is a value. However, when it is being used...
Read Answers (1) | Asked By : Deepak Kumar

Not quite. The basic idea is the same, but one significant difference is that C# references can be n...
Read Answers (1) | Asked By : Muhammad Arshi

In C++, a struct and a class are pretty much the same thing. The only difference is the default visi...
Read Answers (1) | Asked By : Martin Nelson

No, though it does support implementation of multiple interfaces on a single class or struct.

Read Answers (1) | Asked By : mehul hitesh

Very similar, but there are some significant differences. First, C# supports constructor chaining. T...
Read Answers (1) | Asked By : Ankesh Kumar

No. They look the same but they are very different. The C# destructor syntax (with the familiar ~ ch...
Read Answers (1) | Asked By : Arathi Praveen

Presumably they wanted C++ programmers to feel at home. I think they made a mistake.

Read Answers (1) | Asked By : Shaik Zaheer

No. Like C++, methods are non-virtual by default, but can be marked as virtual.

Read Answers (1) | Asked By : Hiren Bhatt

Use the abstract modifier on the method. The class must also be marked as abstract (naturally). Note...
Read Answers (1) | Asked By : srini oleti

Yes, but it's generally not a good idea. The mechanics of object construction in .NET are quite diff...
Read Answers (1) | Asked By : Shweta Swarnkar

A C# destructor is really just an override of the System.Object Finalize method, and so is virtual b...
Read Answers (1) | Asked By : Mohd Nasar

Yes, in fact exceptions are the recommended error-handling mechanism in C# (and in .NET in general)....
Read Answers (1) | Asked By : Muhammad Arshi

Yes, just derive your exception class from System.Exception.
Note that if you want your exceptio...
Read Answers (1) | Asked By : Shivlee Aggarwal

FIRST PREV ( Page 1 of 2 ) NEXT LAST
 
Most Recent Articles

 
Nav Menu
select
Home
select
Login
select
Ask a Question
select
Link Directory
select
Contact Us
select
Privacy Policy
select
RSS Feeds
select
Interesting Links
 
 


 

All Rights Reserved Interview Helper

Proudly associated with Job Interview Helper | Interviewhelper Articles