What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 20258 |  Welcome, Guest!   Register  Login
 Home > Interview Questions

Deccansoft's Exclusive Interview Questions for .NET Interviews (690)




Exclusive Interview Questions

  • A joint initiative from DotNetFunda.Com and Deccansoft.
  • A one stop place on the internet to get trusted and proven Interview Questions (based on more than a decade of experience in this field) to ensure the success of the candidates.
  • You will find almost all Interview questions from Deccansoft here and this list is growing day by day with all latest and updated interview questions.
Supported and maintained by
Deccansoft
All questions of this section have been authored by Mr. Sandeep Soni and team.
Interview QuestionViewsLevelCategory
What does an assembly contain?  1677BeginnersC#
Define Global Assembly Cache  530BeginnersC#
Who calls the Main method  445BeginnersC#
For an entry point Main method what is the datatype of CommandLine arguments  372BeginnersC#
In VB.NET if an entry point Main method is written in class instead of module what is the extra keyword to be used  971BeginnersC#
Can an application have more than one Entry Point method Main  589BeginnersC#
Can the entry point Main method be declared as private  580BeginnersC#
What is the difference between Start Debugging and Start Without Debugging  1494BeginnersC#
What is the best way of passing data from parent process to a console based child process  619BeginnersC#
public static void Main(String[] args)? Why static  593BeginnersC#
Is the use of Module supported in C#  407BeginnersC#
Why is it not a good practice to use Module in a project  396BeginnersC#
what is the difference between Module and Class  741BeginnersC#
What is a managed provider  405BeginnersC#
private void Form1_Load(object Sender,EventArgs e) { SqlConnection con = new SqlConnection(); try { con.ConnectionString = @"Data Source = server;Initial Catalog = pubs;User Id= sa;pwd = Password"; con.Open() } } What is the output  1024BeginnersC#
Which one of the following is preferred in fetching data from sqldatareader. dr[i] or dr.GetX(i)  362BeginnersC#
What are the important methods of an SqlDataReader object  392BeginnersC#
What is the core ADO.Net assembly  438BeginnersC#
What is the namespace for MS SQLServer Mobile  423IntermediateC#
Why is DataSet slower than DataReader  408BeginnersC#
When should we use Oledb provider to SqlClient  783IntermediateC#
How can we specify port number in Connection String in App.Config file  1272BeginnersC#
@@Identity contains last identity value over given connection. Yes/No? If Yes Justify  317BeginnersC#
can we have multiple .config files along with App.Config file  452BeginnersC#
What is the wildcard character in SQL  367BeginnersC#
Explain ACID rule of thumb for transactions.  1108BeginnersC#
Which method do you invoke on the DataAdapter control to load your generated dataset with data  627BeginnersC#
Is the code in EXE file reusable  594BeginnersC#
Can one solution contain multiple projects in different languages  446BeginnersC#
_________________ assembly is resource only assembly for a given culture  529BeginnersC#
Importance of classLibrary is _____________  581BeginnersC#
Can a top level class be private  607BeginnersC#
Namespace is used only as a ____________  653BeginnersC#
Nest class can have ____________ access modifier  648BeginnersC#
A public class can be accessed ___________ the assembly  649BeginnersC#
In VB.Net can we do project level imports  661BeginnersC#
In C# project properties we can mention the _______________ but in code we have to explicitly mention the namespace  622BeginnersC#
A _________ is a collection of classes and other types with unique names  693BeginnersC#
A _____________ is a DLL file whose code can be reused in many other applications  669BeginnersC#
An Abstract cannot be a  575BeginnersC#


Navigate to Page: 1 | ... | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 |
About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/24/2013 8:21:34 PM