3. Use layered architecture for coding.
s.no name description
1 abc
xxxxxxxxx
2 abc
xxxxxxxxx
3
4
5
6
7
8
Select all Clear all Add Delete
Name
Description
Save close
161
An abstract class is inherited, an Interface also
inherited(multiple inheritance), How it differences.
Hi Everyone, the design of the form disappear during writing
codes for dataset and data grid. The error show in "line of
assigning dataset". I don't know what's happen. If anyone
know , please share of technical help from someone. Thanks,
Horace Trever
93
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!!
134
Hi to all..I have to create an intranet application on
C#.NET windows Application so please please let can you
people help me as iam new in .NET and if u have any samples
or website address from where i can get sample please let know.
168
What are the access allowed for compilation
units(namespace),class and structs and what are its default
access?
WHICH IS THE BEST BOOK FOR A BEGINNER TO LEARN AP.NET 3.5,
C#.NET & ALL THE FEATURES OF VISUAL STUDIO2008? WHAT ARE
THE CERTIFICATIONS IN THIS FIELD? WHICH IS BEST BOOK FOR
CLAERING CERTIFICATION EXAM? PLZ HELP ME YAAR
34
how to Create a datagridview control with check box column
with 8rows in it, the maximum number of check boxes checked
should be 3, when user checks the 4th corresponding message
should be displayed and check box should be checked. User
can uncheck the checked boxes
Note: read-only property should not be used
What is polymorphism? pl explain practically rather than
theoretical?
16
what is .NET framework architecture ??
90
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..