| Other Dot Net General Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Is string a value type or a reference type? | | 1 |
| String[] a = new string[10]
for(i=0; i<10; i++)
{
a[i] = i;
}
How many heap object will be created for this array. Choose
the answer below.
Ans: 1, 10, 11, 12 | | 3 |
| What is view state? | TCS | 4 |
| how to connect database connectivity in dotNET? if suppose
SQL server?and also MS access? | | 5 |
| what is event inheritance and event delegation? | | 1 |
| What is the use of edititem template ingridview? | C-Squared-Systems | 1 |
| what is managed data and managed code? | | 2 |
| How WSDL is stored ? | TCS | 1 |
| What?s different about a Windows service as compared to a
regular application? | | 1 |
| What is CCW (COM Callable Wrapper) | | 1 |
| How do you define the lease of the object? | | 1 |
| What is model-view -controller Architecture? | | 1 |
| What is different between User Control and Web Control and
Custom Control? | | 1 |
| What is exception handling? | | 1 |
| Hi,
Requirement is:
try
{
\\SQL Query
}
catch(Exception i)
{
print a
}
catch(SQLQueryException e)
{
\\SQL Query
}
Got Exception in "try" block. Which "catch" throws
exception and Why???
Please provide the answer in detail..
Thanks for the help!!!
| 3i-Infotech | 2 |
| I am looking for a fast track course (MAX 15 days) in
MS.NET 3.5 and SQLSERVER 2005 in hyderabad or mumbai or
pune. I am working in mumbai so cannot gor for long course.
Can any body suggest me the best couching class or best
faculty for the same. Thanks. | | 2 |
| How different are interface and abstract class in .Net?
| | 2 |
| Why DLL files are needed. & how They are Created in DOTNET? | | 1 |
| How do you start, pause, continue or stop a Windows service
off the command line? | | 1 |
| What is Active Directory? What is the namespace used to
access the Microsoft Active Directories? What are ADSI
Directories? | TCS | 1 |
| |
| For more Dot Net General Interview Questions Click Here |