Create an application with C# windows form

Ziya Sharma 11 Reputation points
2021-10-05T04:21:55.137+00:00

Application should take input from the user regarding products and calculate the total cost based on Product price, Installation charge and Discount, where expected input are:
o Product Name
o Product Price
o Installation Charge
o Discount
ii.(Id)must be auto Generated in the Database Table.
iii. Discount must be applied on Product Price and not on Installation Charge
.iv. Application must be featured with CRUD Operations(Application must have functionality to perform Delete,Update,Readand Insert).

Azure SQL Database
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
322 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Anurag Sharma 17,571 Reputation points
    2021-10-05T11:39:43.803+00:00

    Hi @Ziya Sharma , welcome to Microsoft Q&A forum.

    Based on your inputs, you can refer to below video to create windows form and save the data into SQL Server. You just need to change fields as per your requirements.

    [How to Create User Registration Form in C#.NET Using SQL Server Database? With Source Code

    Please let me know if this helps or else we can discuss further on the same.

    ----------

    If answer helps, you can mark it as 'Accept Answer'

    1 person found this answer helpful.
    0 comments No comments

  2. Ziya Sharma 11 Reputation points
    2021-10-05T15:11:21.233+00:00

    137778-screenshot-209.png

    1 person found this answer helpful.
    0 comments No comments

  3. Ziya Sharma 11 Reputation points
    2021-10-05T15:02:24.867+00:00

    We don't have to use mysql server. I can't even figure out how to use visual studio 2019. C# is most toughest subject for me.