C# ASP.NET Core Projects with Step-by-Step Explanation and SOURCE CODE

Get ALL these ASP.NET Core Projects with Source Code + step-by-step Video Explanation in $40 [INR Rs. 3200]. A few to name - "Find a Doctor", "LAN based Voting", "Youtube Downloader", etc., projects can help you master the art of building projects with ASP.NET Core. Read the page for details. Step-by-step downloads and video explanation given for each step of completion. Each project is completed in about 7-10 steps. We have used C# 11+ and .NET 7+. Pay $40 and get ALL these projects!
(Rev. 19-Mar-2024)

Categories | About |     |  

Parveen,

List of Projects you get with SOURCE CODE in $40 ↓

  1. Project 1 - Find a Doctor Project
  2. Project 2 - LAN based Voting
  3. Project 3 - Youtube Downloader (youtube-dl)
  4. Project 4 - Billing, Inventory and Shopping with BarCodes
  5. Project 5 - Location Tracking Project
  6. Project 6 - IOT based Switching with ESP32 Module
  7. Project 7 - Realtime Auction with SignalR, WebApi and pure Javascript
  8. Project 8 - Cinema Ticket Booking Application

Project-wise details

Following is the list of projects:

Project 1 - Find a Doctor Project

Buy Source Code $40 →

Min. Requirements: C# 11+ and .NET 7+

Role based Authentication and Authorization. SQlite as Database. MySQL integration. Doctors and patients can update their profiles and pictures. Patients can search for doctors of various specializations and in various cities. AJAX based cascading dropdowns for search. JSON based database of cities. Patients can upload PDF reports. A consultation and a payment loop is fully built in this project. Bootstrap based UI.

Even though the project is "Find a Doctor", but it can be thought of as a "customer-service provider project". Hence, it can be modified for a website where customers search for plumbers, technicians, etc., or for a website where students search for teachers of various subjects. Registration and Login Modules.

Project 2 - LAN based Voting

Buy Source Code $40 →

Min. Requirements: C# 11+ and .NET 7+

This ASP.NET application runs on a simple Windows 10 PC. A user is asked to login with a phone. An OTP is sent to his phone. After authentication the user is remembered through a cookie based identity. The user is redirected to a voting page. The page contains a question and four options. After that the user is shown a bar chart of the percent voting by others. A mobile phone can be used to connect to the application. The phone must be on the same wifi network.

Possible benefits to you:

  1. Quick review of ASP.NET Core Razor Pages, Authentication, Authorization, Database connectivity, LINQ, Application Startup, Layouts, Modularity, Event handling etc.,
  2. Use for enhancing your resume.
  3. as a business idea.

Playlist of all the steps. Write to us for SOURCE CODE

Project 3 - Youtube Downloader (youtube-dl)
(un-available because youtube-dl is under litigation)

Buy Source Code $40 →

Min. Requirements: C# 11+ and .NET 7+

This is a utility website [.NET 7+ and C#11+] that allows users to queue their requests for downloading videos from youtube. The requests are processed in first-in-first-out manner. Realtime updates are given to users. Users can view the history of their requests. The requests can be sorted by date and status of completion.

Features:

  1. Use of Google based Authentication and Login
  2. Use of SignalR for realtime updates of download progress
  3. Use of BackgroundService for performing long running tasks
  4. Use of Channel based Queing

Playlist of all the steps. Write to us for SOURCE CODE

Project 4 - Billing, Inventory and Shopping with BarCodes

Buy Source Code $40 →

Min. Requirements: C# 11+ and .NET 7+

Customers visit a retail store and use their mobile phone camera to scan barcodes to add items to their shopping cart. The shopping cart is held in a cookie. They can remove an item from their cart, they can add more quantity of an item. Once they pay, the shopping cart is transferred to their invoice bill, and a corresponding reduction of the store inventory takes place. The project is completed in about 9/10 steps. Source code is given/included.

Features:

  1. OTP based login has been used.
  2. Bar code scanning with Android Phone (pure javascript NOT C#).
  3. Shop Managers can SCAN BAR CODES and add Inventory.
  4. Stock and Reports.
  5. Customers scan bar codes with Phone (self service).
  6. Invoice generated automatically.
  7. Inventory subtracted automatically.
  8. Invoice history.

Playlist of all the steps. Write to us for SOURCE CODE

Project 5 - Location Tracking Project

Buy Source Code $40 →

Min. Requirements: C# 11+ and .NET 7+, .NET MAUI

This ASP.NET Core Project is a proof of concept that allows a user to keep a record of the locations that an android phone travels. The user has to first pair his device to this portal. For this the user has to install the android app [source code of the C# .NET MAUI project is attached]. When this app is opened the first time, it shows a pairing code. The user has to enter that pairing code in the ASP.NET Core Portal (see intro video). Custom middleware has been used to store location data of each user (tenant) in a separate database.

Live Demo:

Please visit this page for Live Demo - Click for Live Demo

Features:

  1. Authentication is Identity based.
  2. Android App communicates through WebApi.
  3. Administrator can add Pricing Plans that restrict devices and set pricing.
  4. Administrator can search customers and view payments made.
  5. Customers can pair their devices for communication.
  6. Customers can see their journey on an OpenStreetMap.

Playlist of all the steps. Write to us for SOURCE CODE

Project 6 - IOT based Switching with ESP32 Module

Buy Source Code $40 →

Min. Requirements: C# 11+, .NET 7+ and Knowledge of ESP32 Module

Allows us to control electrical switches in a building, or if it is extended, then it can be used to control street lights also. The project uses an ASPNET Core Web Api application to store the state of the switches. A desktop C# Winforms application uses JWT authentication to communicate and command the ASPNET application. The ASPNET application passes the commands to an ESP32 IOT device programmed through C language. The source codes for (i) ASPNET Project, (ii) ESP32 C-language main.c file + Circuit Diagram and (iii) C# Winforms applications have been provided as downloads.

Features:

  1. Control electrical switches in a building.
  2. ASPNET Core WebApi based project + C# Winforms Project + ESP32 IOT Project. All three MUST be on the same Wifi Network.
  3. JWT Token based authentication between C# Winforms and ASPNET Core Application. A brief explanation of the ESP32 code + the circuit diagram has been provided in the linked videos.
  4. Can be modified to control street lights. This aspect is possible but complicated, so we have not provided any details of this.

Playlist of all the steps. Write to us for SOURCE CODE

Project 7 - Realtime Auction with SignalR, WebApi and pure Javascript

Buy Source Code $40 →

Min. Requirements: C# 11+, .NET 7+

This ASP.NET Core WebApi Project doesn't contain any razor pages. It has been written with a few minimal web api - a client html connects to the web api through plain javascript. There is only javascript file called main.js that contains all the web api calls. The file can be customized to present dates and currencies in your local format. JWT Token based authentication, Cookie authentication and role based are both used for authentication and authorization. An admin configures an auction by setting base price, increment amount and the name of the property or item to be auctioned. The Administrator creates user-ids for bidders. The bidders bid and the latest bid is shown in realtime.

Features:

  1. Authentication is JWT Token/Cookie based.
  2. Administrator can create an Auction. Set the base price, set the increment per bid.
  3. Administrator gives a human readable name of auction. Sets Start date and time. Also sets End time and date (X). (Bid finally closes at (X) or last bid time + 15 minutes whichever is later)
  4. Administrator can set remarks - hidden from bidders.
  5. Administrator can create bidders because bidders are known in advance.
  6. The Administrator is able to see a table of users with column for last bid + time, sorted by bid amount. He is also able to see the time when the bid closes.
  7. Bidders can participate in an auction. A bidder cannot make more than 5 consecutive bids.
  8. Bids can be made in a fixed increment only.
  9. Bidder's own bid will be marked as "your own". The administrator can push realtime messages to the participants.
  10. The auction proceeds till the end time or till the last bid time + 15 minutes whichever is later.
  11. Current bid price, his own bid price, next bid price along with time are displayed to a Bidder.

Playlist of all the steps. Write to us for SOURCE CODE

Project 8 - Cinema Ticket Booking Application

Buy Source Code $40 →

Min. Requirements: C# 11+, .NET 7+

This ASP.NET Core Project has been written with razor pages, SQLite database and Identity. It's an application for online booking of tickets of a cinema - like we usually do for multiplexes.

Features:

  1. User sees a list of films. Each film has links to the upcoming shows of today.
  2. User also sees a table of all the shows of a film for the next week.
  3. When she clicks to book a show, she is shown the arrangement of premium and ordinary chairs in that screen. The user can select from the available seats. A seat remains locked for 3 minutes.
  4. Payment is through credit/debit card of a bank.
  5. On success, the user sees the list of tickets booked. The seats become un-available for booking by someone else.
  6. Administrator can upload/change thumbnails for new releases.
  7. Administrator can set the start and end dates of a film.
  8. Administrator can see the list of bookings for a film.

Playlist of all the steps. Write to us for SOURCE CODE

OR
Click to Whatsapp Now!


This Blog Post/Article "C# ASP.NET Core Projects with Step-by-Step Explanation and SOURCE CODE" by Parveen is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.