C Sharp .Net Job Interview Questions II
Category: Interviewing
C Sharp .Net job Part II interview questions have been compiled to prepare for you for your next job interview. Research these questions thoroughly and prepare accurate and concise answers.
What's the advantage of using System.Text.StringBuilder over System.String?
Can you store multiple data types in System.Array?
What's the difference between the System.Array.CopyTo() and System.Array.Clone()?
How can you sort the elements of the array in descending order?
What's the .NET datatype that allows the retrieval of data by a unique key?
What's class SortedList underneath?
Will finally block get executed if the exception had not occurred?
What's the C# equivalent of C++ catch (…), which was a catch-all statement for any possible exception?
Can multiple catch blocks be executed?
Why is it a bad idea to throw your own exceptions?
What's a delegate?
What's a multicast delegate?
How's the DLL Hell problem solved in .NET?
What are the ways to deploy an assembly?
What's a satellite assembly?
What namespaces are necessary to create a localized application?
What's the difference between // comments, /* */ comments and /// comments?
How do you generate documentation from the C# file commented properly with a command-line compiler?
Is XML case-sensitive?
What debugging tools come with the .NET SDK?
What does the This window show in the debugger?
What does assert() do?
What's the difference between the Debug class and Trace class? Documentation looks the same.
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
Where is the output of TextWriterTraceListener redirected?
How do you debug an ASP.NET Web application?
What are three test cases you should go through in unit testing?
Can you change the value of a variable while debugging a C# application?
Explain the three services model (three-tier application).
What are advantages and disadvantages of Microsoft-provided data provider classes in ADO.NET?
What's the role of the DataReader class in ADO.NET connections?
What is the wildcard character in SQL?
Explain ACID rule of thumb for transactions.
What connections does Microsoft SQL Server support?
Which one is trusted and which one is untrusted?
Why would you use untrusted verificaion?
What does the parameter Initial Catalog define inside Connection String?
What's the data provider name to connect to Access database?
Additional Resources On CareerConnected.com Below:
Retail Jobs On CareerConnected.com
Entry Level Jobs On CareerConnected.com
Internships On CareerConnected.com
Recent College Graduate Jobs On CareerConnected.com
Management Trainee Jobs On CareerConnected.com
Top 40 US Jobs On CareerConnected.com
100 Best Employers
Resume Builder
Personal Marketing
Diversity Calendar
Job Search Interview Preparation
Sample Cover Letters
Find Great Jobs
Top Sites For Older Workers
Networking
|
|
Free Job Search Guide |
Comments:
Only members can write comments.Please, login / register to write comment.


