If you want to convert a base type to a derived type, what type of conversion do you use?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Can we override main method in c#?

0 Answers  


how to calculate multiple pdf files page count?

0 Answers  


What are some of the commonly used commands in sqlcommand?

0 Answers  


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList<string, AddInProject> m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList<string, AddInProject>(); } } }

0 Answers   ABC, WinsIndia,


There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?

0 Answers   Avanade,


How do I automate my desktop application?

0 Answers  


What is dependency in software?

0 Answers  


how to insert the data from the grid view to database table though button click.pls send the answer to mail id suri1319@gmail.com

0 Answers  


What is iqueryable?

0 Answers  


How is exception handling implemented in c#?

0 Answers  


What is file extension of webservices?

0 Answers  


What is a nullreferenceexception and how do I fix it?

0 Answers  


Categories