An Azure relational database service.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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).
An Azure relational database service.
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
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'
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.