| Other Dot Net General Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| 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 |
| Name some of the languages .NET support? | | 2 |
| Write code for fetch record nos 15 to 25 from a dataset
containing 50 records? | C-Squared-Systems | 4 |
| for the textbox if i want to allow only numbers.what ever
the characters u enter it should not take.which event u used? | IBM | 3 |
| What is boxing? | | 2 |
| 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 |
| Can we share session between ASP.Net & ASP | Value-Labs | 2 |
| why do you want to join deloitte, where do you exactly fit
in. | Deloitte | 1 |
| Can you share processes between Windows services? | | 2 |
| What does the "EnableViewState" property do? | | 1 |
| How can you clean up objects holding resources from within
the code? | Wipro | 1 |
| What are the different types of assemblies? | | 2 |
| Difference b/w dataset.clone and dataset.copy ? | Protech | 1 |
| ctype(123.34,integer) - should it throw an error? Why or
why not? | Wipro | 1 |
| Where?s Windows service database located? | | 1 |
| What are remotable objects in .NET Remoting? | | 1 |
| What is JIT and how is works? | | 1 |
| What is Active Directory? What is the namespace used to
access the Microsoft Active Directories? What are ADSI
Directories? | TCS | 1 |
| What is the raise event used for? | Wipro | 4 |
| How Garbage Collector (GC) Works? | | 1 |
| |
| For more Dot Net General Interview Questions Click Here |