PalakLibrary 1.0.0
dotnet add package PalakLibrary --version 1.0.0
NuGet\Install-Package PalakLibrary -Version 1.0.0
<PackageReference Include="PalakLibrary" Version="1.0.0" />
<PackageVersion Include="PalakLibrary" Version="1.0.0" />
<PackageReference Include="PalakLibrary" />
paket add PalakLibrary --version 1.0.0
#r "nuget: PalakLibrary, 1.0.0"
#:package PalakLibrary@1.0.0
#addin nuget:?package=PalakLibrary&version=1.0.0
#tool nuget:?package=PalakLibrary&version=1.0.0
BillLibrary
BillLibrary is a lightweight .NET class library built on Entity Framework Core that simplifies storing and managing bill data in a SQL Server database.
It implements a clean Repository Pattern, making it easy to integrate into ASP.NET Core, Console, or any .NET application that requires basic bill persistence.
Package Overview
This package provides:
- A
Billentity model - An Entity Framework Core
DbContext - A repository (
BillRepository) for database operations - SQL Server support using EF Core
It is designed for learning, small to medium applications, prototypes, and as a foundation for more complex billing systems.
Where You Can Use This Package
BillLibrary can be used in:
- ✅ ASP.NET Core Web API
- ✅ ASP.NET Core MVC
- ✅ Console applications
- ✅ Background services
- ✅ Microservices that need simple bill storage
Typical use cases include:
- Invoice or bill management systems
- Accounting or finance demos
- Training and learning Entity Framework Core
- Internal tools that need simple data persistence
Installation
Using NuGet Package Manager:
Install-Package BillLibrary
| Product | Versions 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. |
-
net10.0
- Microsoft.EntityFrameworkCore.SqlServer (>= 10.0.7)
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 |
|---|