Using ASP.NET 4.5 Web Forms
Shopping Cart Web is simplified storefront web site selling items online.
This tutorial series is intended for someone familiar with programming concepts, but new to ASP.NET Web Forms
The ASP.NET Web Form features presented in this series include:
- The Web Application Project (not Web Site Project)
- Web Forms
- Master Pages, Configuration
- Bootstrap
- Entity Framework Code First, LocalDB
- Request Validation
- Strongly-typed Data Controls
- Model Binding
- Data Annotations
- Value Providers
- SSL and OAuth
- ASP.NET Identity, Configuration, and Authorization
Tutorial series tasks include:
- Creating, reviewing, and running a new project
- Creating a database structure
- Initializing and seeding a database
- Customizing the UI with styles, graphics, and a master page
- Adding pages and navigation
- Displaying menu details and product data
- Creating a shopping cart
- Adding SSL and OAuth support
The following screenshots are from the ASP.NET Web Forms application. When you run the application in Visual Studio, the following web Home page appears.
The top navigation has links to product categories and their products from the database. If you select Products, all available products are displayed, user can search a product.
You can add products to the shopping cart.
Version 1.0.1 - Second Version - Developed in 2023
- Added normal and predictive search functionalities.
- Bug fixes on UI functionalities.
- Added geolocation on About page.
- Modify the layout and frontend.
- Add lucene.net lib , pdf parser , searcher and index functionalities.
- Search a product using lucene.net library.
Version 1.0.0 - Initial Version - Developed in 2022
- Shooping cart
- Store template and products.