If you want to convert a base type to a derived type, what type of conversion do you use?
Can we override main method in c#?
how to calculate multiple pdf files page count?
What are some of the commonly used commands in sqlcommand?
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>(); } } }
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?
How do I automate my desktop application?
What is dependency in software?
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
What is iqueryable?
How is exception handling implemented in c#?
What is file extension of webservices?
What is a nullreferenceexception and how do I fix it?