AlirezaMahDev.Extensions.DataManager.Stack 0.0.1-alpha7

This is a prerelease version of AlirezaMahDev.Extensions.DataManager.Stack.
dotnet add package AlirezaMahDev.Extensions.DataManager.Stack --version 0.0.1-alpha7
                    
NuGet\Install-Package AlirezaMahDev.Extensions.DataManager.Stack -Version 0.0.1-alpha7
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AlirezaMahDev.Extensions.DataManager.Stack" Version="0.0.1-alpha7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AlirezaMahDev.Extensions.DataManager.Stack" Version="0.0.1-alpha7" />
                    
Directory.Packages.props
<PackageReference Include="AlirezaMahDev.Extensions.DataManager.Stack" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AlirezaMahDev.Extensions.DataManager.Stack --version 0.0.1-alpha7
                    
#r "nuget: AlirezaMahDev.Extensions.DataManager.Stack, 0.0.1-alpha7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AlirezaMahDev.Extensions.DataManager.Stack@0.0.1-alpha7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AlirezaMahDev.Extensions.DataManager.Stack&version=0.0.1-alpha7&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=AlirezaMahDev.Extensions.DataManager.Stack&version=0.0.1-alpha7&prerelease
                    
Install as a Cake Tool

AlirezaMahDev.Extensions.DataManager.Stack

Project Description

This project is part of the AlirezaMahDev.Extensions ecosystem and is intended to provide concrete implementations of stack data structures on top of the DataManager infrastructure. Currently, this project is in its initial stages and serves as a placeholder for future stack implementations.

Purpose

The goal of this project is to implement efficient, persistent stack data structures that work with the underlying DataManager infrastructure, providing reliable and performant stack operations for various use cases.

Project Status

⚠️ Under Development: This project is currently in the initial setup phase and does not contain any implementation. The stack data structure implementations will be added in future updates.

Planned Features

  • High-performance stack implementations
  • Thread-safe operations
  • Integration with DataManager for persistence
  • Support for various data types
  • Asynchronous operation support
  • Memory-efficient data storage

Dependencies

  • .NET 10.0: Base framework requirements
  • AlirezaMahDev.Extensions.DataManager.Stack.Abstractions: For stack interfaces
  • AlirezaMahDev.Extensions.DataManager: For data management functionality

Getting Started

This project is not yet ready for production use. Once implemented, usage examples will be provided here.

Performance Considerations

When implemented, this library will focus on:

  • Efficient memory usage
  • Fast push/pop operations
  • Minimal overhead for persistent storage
  • Thread safety for concurrent access

Contributing

Contributions are welcome! Please check the main repository for contribution guidelines.

License

This project is part of the AlirezaMahDev.Extensions suite and follows the same licensing terms as the main project.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.1-alpha7 409 12/8/2025
0.0.1-alpha 268 12/7/2025