C# Answers

Questions answered by Experts: 1 362

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

Sharon has started to use both the stock details management and the file information viewer
features of the application. However, while using the file information viewer application, she
accidentally enters the path of a folder that does not exist on her computer. This caused the
application to stop responding. In addition, the format in which the stock details are displayed is
not clear. Therefore, she asks Hayley to modify the application so that:
The file information viewer does not stop responding in case a specified folder does not exist.
The stock details management application adds a line break before every stock details entry
whenever a new entry is added to the stock details file.
Explain the terms Encapsulation and Abstraction
Hello,

I am working in asp dot net , wanted some clarifications on the following concept.

When should we use static keyword in C# and in which scenarios we use non-static properties, functions and classes?
write a C# program the code that heavy should write to create the desired file information viewer application
1. File name
2.File creation date
3.File size
The development team of SoftSols Inc. has revamped the software according to the requirements
of FlyHigh Airlines and is in the process of testing the software. While testing the software, the
team encounters the following issues:
The operations-related data of FlyHigh Airlines is stored in a central database. The software
fails to respond to user inputs, if there is a connectivity problem with the database. Add the code
snippet that the development team should use to ensure that the application shows a userfriendly
message, if such a situation arises in future.[5 Marks]
The application used to calculate the cost of carrying additional luggage results in erroneous
amount, if the weight of the luggage is a fractional number. Help the development team modify
the code snippet so that the cost of carrying additional luggage is calculated correctly. [5 Marks]
Hayley has started the application development. She needs to ensure that the application meets the following requirements:
When the application starts, it should display a message asking the user to enter either option d or v. The application should execute the following actions for the two options: d: The application should display the file extension of the stock details. v: The application should open the stock details file in the read-only mode and display its contents.
Write the code snippet that Hayley should use to implement the desired functionality in the application.
In case the user presses any other key, the application should open the stock details file in the read/write mode, display a message to enter new stock details, and save the details that the user has entered. Write the code snippet that Hayley should use to accomplish the preceding task.
create a console-based calculator application. The calculator
should be able to solve basic mathematical calculations.
The calculator should store the result of an expression in a variable called "ans", which can be
used as an input in other mathematical expressions, as shown in the following statements:
>calculate 25*(3+5-(10/2))
ans=75
>calculate ans+10
ans=85
>calculate ans*10/5
please help me. its urgent.
BS Bank Inc wants to add some additional features in the application. The company asks FIT technologies for the following additions: [15 Marks] ? BS Bank Inc. needs to add modules to provide the following services: a. Online share and mutual funds trading b. General insurance for health, car, and travel [10 Marks] BS Bank Inc. should be able to provide other services like bill payments, mobile recharge. [5 Marks] [Use static variables and static function to implement this.]


this is question of Programing C# , i can't write it correctly , please give me a correct question after write in Visual Studio , thank you very much
accept ten numbers from the user and display following output
5
4
9
11
16
5
8
10
12
17
3 and also display their sum .. average ,largest number ,and smallest number by using for loop and counter variable
Create a base class to hold information about sporting teams on campus. It should not be possible to instantiate the class. Include common characteristics such as primary coach and type of sport. Define a minimum of one virtualmethod.
LATEST TUTORIALS
APPROVED BY CLIENTS