hi all.... i need code snippets for store and retrive tiff
fromat images in sqlserver....... kindy provide it.......
What is the .net datatype that allows the retrieval of data by a unique key?
What is the difference between ienumerable and icollection?
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
List the different stages of a thread?
how to prevent a class from being inherited in c#.net?
what are the files we need to deploay a project in the system?
What is ENUM?
10 Answers TCS, Wipro, YeshTech,
What is array? What are jagged array ?
What is xml document how do you open it?
how dot net compiled code will become platform independent?
Why should I use interface in c#?
Write one code example for compile time binding and one for run time binding? What is early/late binding?