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
what is master pages how to use it. plase give one example
in code vice
122
please exaplain gridview and what are the process available
for it. how to add the row number automatically? is it
possible to add child controls ?
122
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??
92
why C#.net doesnot support prcedures and why it supports
structs,functions
140
If a class is a ref type, how we can pass to a function.
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>();
}
}
}
1.write a program in C# to find a given point which is
inside in a circle. Given circle's radius and its center
point?
2.Write a program in C# to generated 20 prime numbers
greater than a given number? (It should be more efficient
for large numbers also)
3. Write a Code to check whether a given point is inside a
circle or not? given Circle's raduis and its center point.
4. using oops concept, design an elevator do not forget
buttons on each floor..
18
what is .NET framework architecture ??
90
what is be the overhead, if i use binary transmission. and
will it be sent using xml text or how ?
139
What?s the difference between <c> and <code> XML
documentation tag?
217
Can Any body send C Sharp latest interview questions to my
mail id: alim.mtech@gmail.com.
112
from web.config file with connection string who to interact
means who to connect in gridview. in my system shows null
something error what is the problem
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?
Hello!
How to do this: "Create manifest utility intended for
creating update content files. Application should take a
set of files as input parameter and generate XML based
manifest file as output one." I use C# and vs.net 2003.
It's urgent! Help please, thanks.
Mayana
143
An abstract class is inherited, an Interface also
inherited(multiple inheritance), How it differences.
How to do and Apply Themes to Datagrid,Lable,Textbox,etc.,
in C#.NET 2005 Windows Application? (like who we will do
themes in ASP.NET using .CSS and .SKIN files). Urgent!!