Create a user defined method named calcCost() that accepts two values as input (length and width), and then computes the estimated cost of painting the room, assuming the room is rectangular and has four full walls and the walls are 2.6 meter high. The rate for the painting job is R20 per square meter. Your method should return the estimated cost to the calling method. Create a program whose Main() method prompts a user for the length and the width of a room in meter, then calls calcCost to calculate the estimated cost. Once calculated, you should display the estimated cost.
Write a user defined method named displayDetails() that declared and assigns values to local variables for your nick name, your student number, and your favourite movie. The method should also contain 3 WriteLine statements to display your nick name, your student number, and your favourite movie. Write a program that displays the text Hello World and then calls the displayDetails() method to display your information.
Design a Student Result Application in Windows form With Crystal Report
Also Export it to Pdf format.
Create Signup form using Entity Framework – Database First Approach
Database Table Contain following columns
-UserName
-Contact
-Password
Create Product Detail form and perform CRUD using Entity framework model first approach.
Database Colum’s.
-ProductId
-ProductCatagory
-ProductName
-ProductPrice
-ProductQuantity
Design a windows form application and Insert, update and delete data of patients visiting a private clinic using LINQ TO SQL queries.
Consider the following patient’s properties:
Name
Age
Bloodgroup
Symptoms
Prescribes medicines
Design a Student Result Application in Windows form With Crystal Report
Also Export it to Pdf format.
Create Signup form using Entity Framework – Database First Approach
Database Table Contain following columns
-UserName
-Contact
-Password
Create Product Detail form and perform CRUD using Entity framework model first approach.
Database Colum’s.
-ProductId
-ProductCatagory
-ProductName
-ProductPrice
-ProductQuantity
Design a windows form application and Insert, update and delete data of patients visiting a private clinic using LINQ TO SQL queries.
Consider the following patient’s properties:
Name
Age
Bloodgroup
Symptoms
Prescribes medicines