AdvGenNoSqlServer.Client 1.0.0

dotnet add package AdvGenNoSqlServer.Client --version 1.0.0
                    
NuGet\Install-Package AdvGenNoSqlServer.Client -Version 1.0.0
                    
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="AdvGenNoSqlServer.Client" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AdvGenNoSqlServer.Client" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="AdvGenNoSqlServer.Client" />
                    
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 AdvGenNoSqlServer.Client --version 1.0.0
                    
#r "nuget: AdvGenNoSqlServer.Client, 1.0.0"
                    
#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 AdvGenNoSqlServer.Client@1.0.0
                    
#: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=AdvGenNoSqlServer.Client&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=AdvGenNoSqlServer.Client&version=1.0.0
                    
Install as a Cake Tool

AdvGen NoSQL Server

WARNING: This project contains "app created vibe" prototype code. It was built as part of a supermarket price-comparing app and is intended for development, experimentation, and demonstration only. Security was NOT a focus for this codebase — do NOT store any sensitive information (passwords, API keys, personal data, payment details, etc.) anywhere in this repository or in runtime configuration.

If you intend to use or adapt this project, review and harden authentication, authorization, input validation, storage encryption, and secrets handling before any production use.

Purpose

This repository contains the AdvGen NoSQL Server — a prototype NoSQL-like server and related client, storage, network, and query engine components used for experimenting and building a supermarket price comparison app.

Quick Start

  • Build the solution (Windows / PowerShell):
cd "E:\Projects\AdvGenNoSQLServer"
dotnet build AdvGenNoSqlServer.sln -c Release
  • Run tests:
cd "E:\Projects\AdvGenNoSQLServer"
dotnet test AdvGenNoSqlServer.Tests/AdvGenNoSqlServer.Tests.csproj -c Release

Where to look

  • Network layer: AdvGenNoSqlServer.NetworkMessageProtocol.cs, TcpServer.cs, ConnectionHandler.cs
  • Core models & interfaces: AdvGenNoSqlServer.Core
  • Storage engine: AdvGenNoSqlServer.Storage
  • Server host: AdvGenNoSqlServer.Host
  • Tests: AdvGenNoSqlServer.Tests

Development notes & coding standards

This project uses .NET 9, xUnit for tests, and follows the repo's internal coding standards (async method names ending with Async, PascalCase for types, underscore-prefixed private fields, etc.). See AGENTS.md for more details on build/test conventions, protocol spec, and testing guidelines.

License

This project is MIT-licensed. See LICENSE.md for details.

Important — Security Reminder

This repository was created quickly for an app prototype. Repeated for emphasis: do NOT store any sensitive information here. Treat this code as untrusted until a security review and remediation pass is completed.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.

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
1.0.0 1,191 2/16/2026