I wish to create a windows application to perform a similar
function as that of the "Search" which is provided to look
for related files and folders in the System..
What steps must i follow??
93
Can Any body send C Sharp latest interview questions to my
mail id: alim.mtech@gmail.com.
113
windows c# using datagridview in edit form sql server
457
what is be the overhead, if i use binary transmission. and
will it be sent using xml text or how ?
139
What is HashTable, what is the use of it, when do we use
(purpose).
88
Where test director stores its data ?
Database ,Local file etc...?
I need to read this data from Visual Studio 2005 c# client.
Regards
129
why C#.net doesnot support prcedures and why it supports
structs,functions
140
what is master pages how to use it. plase give one example
in code vice
122
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?
what is the need of using interface in program
ex:if we have a program like this
interface1()
{
void method1();
void method();
}
class a1 : interface1
{
a1 b = new b();
b.method1();
b.method2();
}
so without using interface also we can achieve this then
wat is the need to use the interface?
plz give me the answer
87
What is the Difference between class and abstract class?
7
destructor, Dispose, Finalize - How they relate to each other