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

Create a class named Employee which will have several derived one which are



IT Executive, HR Manager, Market Analyst and Part Timer. All the employess



must have name, id (format of id E-0001,E-0002 etc.), name, date of birth,



joining date[all the dates need to be of custom type], blood group, address



(thana, home district, phone no) and monthly salary.IT Executive has project



bonus, HR Manager has KPI and Market Analyst has Commission as extra income



per month; Part timer doesn't have anyting extra.




Create at least one object for each and individual type of empolyee and show



all of their information including total income for everyone from a single



method. For initializing the object use parameterized constructor.Create



necessary methods, properties, constructors also use proper object oriented



approach, you know only getting output is not our target. To calculate the



total income you can create a separate method.

Write a program that allows any number of values between 0 and 10 to be entered. When the user stops entering values, display a frequency distribution bar chart. Use asterisks to show the number of times each value was entered. If a given number is not entered, no asterisks should appear on that line. Your application should display error messages if a value outside the acceptable range is entered or if a non-numeric character is entered.

Write a program that reads data into an array of type int. Valid values are from 0 to 10. Your program should display how many were inputted as well as the number of invalid entries. Output a list of distinct valid entries and a count of how many times that use the following test data



1 7 2 4 2 3 8 4 6 4 4 7

how to create friend list in c#


All the requirements from Task 1 must still be met by the program, with the following changes and additions:

1. The software shall persist the data in a SQL database.

2. The user shall be able to register with a username and password.

3. The software shall store only the hash of the password in the database.

4. The user shall be able to log into the software with their username and password.

5. The user shall only be able to see their own data and never that of other users.

Non-functional requirements:

1. The application should make use of the custom class library developed in Task 1. You may update the class library as necessary for the new functionality.

2. You can choose whether to access the database using the ADO.NET connected layer, ADO.NET disconnected layer or Entity Framework.

3. Regardless of database access technology, the application should use multi-threading to ensure that the user interface never becomes unresponsive while retrieving or storing information.


All the requirements from Task 1 must still be met by the program, with the following changes and additions:

1. The software shall persist the data in a SQL database.

2. The user shall be able to register with a username and password.

3. The software shall store only the hash of the password in the database.

4. The user shall be able to log into the software with their username and password.

5. The user shall only be able to see their own data and never that of other users.

Non-functional requirements:

1. The application should make use of the custom class library developed in Task 1. You may update the class library as necessary for the new functionality.

2. You can choose whether to access the database using the ADO.NET connected layer, ADO.NET disconnected layer or Entity Framework.

3. Regardless of database access technology, the application should use multi-threading to ensure that the user interface never becomes unresponsive while retrieving or storing information.



A company illustrates the use of a pay-type code to calculate an employee’s pay. Below are the formulas to calculate the pay for each pay – type code:

= Hourly        pay = rate * hours

= Piece work     pay = rate * number of pieces

= Commission    pay = commission * sales

= Salary         pay = salary



Application should take input from the blood donors who are here to donate blood
You will need to complete the following objectives as a C# Windows Form Application: 1. When the program starts the user needs to be asked if they want to make a new entry or to view a previous entry 2. If the user wants to make a new entry, the first question will be how many meters they travelled (this will then need to be converted into kilometers) 3. The second question will give the user 3 options to choose from, and each option will have a value. The options are as follows: a. Hatchback = 3 b. SUV = 3.5 c. Sports car = 4. When the user has selected an option that options value needs to be multiplied by the distance they travelled in kilometers 4. The third question will allow the user to entera description, of where they travel to and why did they travel there. 5. All the information above needs to then be saved into a JSON file 6. If the user says he want to view a previous entry the JSON file needs to be loaded and displayed.

Write a Program in C# which take two dimension jagged integer array from user, after that display number in the form of Odd and Even from whole array?


LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS