In this tutorial will teach how to make a calculator WPF simple design using c# step by step.
In this tutorial will teach how to make a calculator WPF simple design using c# step by step.
In this tutorials will teach you how to calculate student marks using OOP concepts. This is an important for developing a java projects. There are many students who struggling with this area. So that I bring this article for all to clear the doubts.
This tutorial will teach you Profit and Commission Calculation using C#.net.while calculating the commission from the profit include 1% commission. Paste the code inside the ok button private void button1_Click(object sender, EventArgs e) { double buyprice = double.Parse(txtBprice.Text); double sellprice = double.Parse(txtSprice.Text); //Profit double tot = sellprice - buyprice; txtProfit.Text = tot.ToString(); //Commission double comm = tot * 1/100; txtComm.Text …
This tutorial will teach you to make a small shop Grocery Shop Inventory management system in C#.Net.how make a system.in in c#.net step by step. The following system will use to manage the Grocery Shop sales calculation. If you are an interested in pos in c#.net this is the right place where you will able learn inventory management system c#.net …