-
-
-
-
-
-
Data Structures
Assume you have large set of data, say more than 100,000 elements. Each data element has a unique string associated with it. 1. What data structure has the optimal algorithmic access time to any element when the only thing you know about the element is the unique string associated with it? 2. What is the O() time for access to any element using this data structure? 3. What data structures would you...
-
Class Design
. Below is a set of birds and movements they can perform. Birds:Penguin:� hopping: moves 2 ft� flying: can't flyHawk:� hopping: can't hop� flying: moves 100 ft; won't fly if World.windSpeed > 40Robin:� hopping: moves 1 ft; won't hop if World.temperature < 0� flying: moves 20 ft; won't fly if World.windSpeed > 20Crow:� hopping: moves 1 ft; won't hop if World.temperature < 0� flying: moves 30 ft; won't...
-
CLR
How does a CLR work?
-
Messagebox in C#
How to use messagebox in C#? What is the process for creating message box?
-
MessageBox in ASP.NET Page
How to display and create Message box in ASP.NET using C# code?
-
Native Keyword
What is native keyword in C#?
-
Namespaces
When do you apply Namespace Alias Qualifiers and Extern Namespaces Alias?
-
Convert String to Integer
How to convert sting to integer without using library function?
-
Remoting
What is remoting? How is it useful?
-
Whitespace in XML Parser
When whitespace is encountered by an XML parser within the element content, how is it handled by the XML parser?
-
WCF WebService and Rest WebService
What is extension of file? What is WCF Webservice? How to call Webservice? How to call method of WebService? What is rest WebServices?
-
C# Constructor Types
How many types of Constructor are in C#? What are they?
-
-
-
C# Interview Questions
Ans