Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 954 Bytes

File metadata and controls

26 lines (14 loc) · 954 Bytes

PureCSharp ShoppingCart Example

This is the Pure C# variant of the ShoppingCart Example within a single solution. It's designed to demonstrate the implementation of a shopping cart application using only C# and .NET built-in features.

Prerequisites

  • .NET SDK
  • Visual Studio or another IDE that supports .NET development

Running the PureCSharp Variant

  1. Open the Solution:

    Launch Visual Studio and open the main solution file that includes the PureCSharp ShoppingCart Example.

  2. Set PureCSharp Project as Startup Project:

    Right-click on the ShoppingCartExample.PureCSharp project in the Solution Explorer and select 'Set as Startup Project'.

  3. Run the Application:

    Start the application by pressing F5 or by selecting "Start Debugging" from the "Debug" menu.

Conclusion

This variant of the ShoppingCart Example is a starting point for understanding basic .NET application structure and flow control.