Questions: 1 835

Answers by our Experts: 1 539

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Extension methods on IEnumerable<T>. All of them taking a delegate

1.       CustomAll - Should work as All operation of Linq, with custom logic passed as delegate

2.       CustomAny - Should work as Any operation of Linq, with custom logic passed as delegate

3.       CustomMax - Should work as Max operation of Linq, with custom logic passed as delegate

4.       CustomMin - Should work as Min operation of Linq, with custom logic passed as delegate

5.       CustomWhere - Should work as Where operation of Linq, with custom logic passed as delegate

6.       CustomSelect - Should work as Select operation of Linq, with custom logic passed as delegate


 When we multiply different numbers they come with different sign such as (Plus (+), Negative (-)) suppose : (-2) * (+2) = -4, your task is to write such an application that show(Display) the sign of four real number after multiplication by using sequence of if operator.[Note you can’t calculate it]


Define a class (Name, Father name, Roll num, session, GPA, address, semester) and store the record of 10 students in c# windows Application. One should be able to search by name, roll num, session and GPA. Searched data should be displayed in the decesding order


When we multiply different numbers they come with different sign such as

(Plus (+), Negative (-)) suppose : (-2) * (+2) = -4, your task is to write such

an application that show(Display) the sign of four real number after

multiplication by using sequence of if operator.[Note you can’t calculate it]

Hint : logical operator


Suppose a publisher is going to market its book and audiocassette. Write

C# windows application with following tasks.

1. Publication class with data member title, price

2. two derived classes book(Page_count) and tape (playing time)

3.Every class should have getdata() and putdata() member function

Write the main() function to test the program.


Define a class (Name, Father name, Roll num, session, GPA, address, 

semester) and store the record of 10 students in c# windows Application.

One should be able to search by name, roll num, session and GPA.

Searched data should be displayed in the decesding order


Suppose a publisher is going to market its book and audiocassette. Write 

C# windows application with following tasks.

1. Publication class with data member title, price

2. two derived classes book(Page_count) and tape (playing time)

3.Every class should have getdata() and putdata() member function

Write the main() function to test the program.


Create an Observable Collection. Listen to its Collection Changed Event and display message on UI for each operation.

1.       Addition: “Element ‘x’ is added in collection”

2.       Removal: “Element ‘x’ is removed from collection”

Use enum NotifyCollectionChangedAction to differentiate the action


Write a program that takes data, a word at a time and reverses the words of the line. Sample input/output dialogue: Input string value: birds and bees Reversed: bees and birds


Write a program that takes nouns and forms their plurals on the basis of these rules:

a. If a noun ends in “y”, remove the ”y” and add “ies”

b. If a noun ends in “s”, “ch” or “sh”, add “es”

c. In all other cases, just add “s” 


LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS