May 07, 2025
Trending Now
  •    Registration with image upload Java Jdbc(Down...

  •    Touchable shop Pos system using Java...

  •    Build Your First Responsive Login Form Using H...

  •    Java Beans...

  •    Java String Methods...

Click Here to Buy Our Courses

  • Home
  • About Us
  • Java
    • Java for Beginners
    • Java Projects
    • Java Console Application Projects
  • C#.net
  • Angular
  • Reactjs
    • ReactJS Introduction
  • Node JS
  • Android Studio
  • Jsp
  • Servlet
  • python
    • Python for beginners
  • Spring boot
  • Laravel 8
  • Laravel 9
  • Asp.net MVC
  • php
  • Flutter
  • Free Projects
  • Contact us
  • Privacy Policy
Home Tag Archives: C#.net (page 2)

Tag Archives: C#.net

Fish inventory system using C#.net

By admin
June 24, 2020
in :  C#.net
0
802

This tutorial will teach you  to make a small Fish shop Inventory  system using c#.net. The following  system will use to manage the Fish shop. paste the code inside the ok button string status = txtstatus.SelectedItem.ToString(); double qty = double.Parse(txtqty.Text); if(status.Equals("KG")) { double tot = qty * 140; txtbill.Text = tot.ToString(); } else { double tot = qty/1000 * 140; …

Read More

Milk Inventory System C#.net with Print Receipt

By admin
June 5, 2020
in :  C#.net
0
1,912

The Milk Inventory Management System is developed using c#.net and sqlserver. The project is built to manage sales and transactions. To make a new transaction, fields such as: Milk type, qty,price and payment needs to be selected. If you like to learn point of sales systems step by step, this is the right place to learn from the beginning. In …

Read More
12Page 2 of 2

Recent Posts

  • Registration with image upload Java Jdbc(Download Source code)
  • Touchable shop Pos system using Java
  • Build Your First Responsive Login Form Using HTML and CSS FlexBox
  • Build Crud API with Laravel 12
  • laravel 12 image upload tutorial

© Copyright 2020, All Rights Reserved Powered by Tutussfunny
x