Levge.Domain 1.1.45

There is a newer version of this package available.
See the version list below for details.
dotnet add package Levge.Domain --version 1.1.45
                    
NuGet\Install-Package Levge.Domain -Version 1.1.45
                    
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="Levge.Domain" Version="1.1.45" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Levge.Domain" Version="1.1.45" />
                    
Directory.Packages.props
<PackageReference Include="Levge.Domain" />
                    
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 Levge.Domain --version 1.1.45
                    
#r "nuget: Levge.Domain, 1.1.45"
                    
#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 Levge.Domain@1.1.45
                    
#: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=Levge.Domain&version=1.1.45
                    
Install as a Cake Addin
#tool nuget:?package=Levge.Domain&version=1.1.45
                    
Install as a Cake Tool

<img src="src/Levge.Domain/icon.png" width="100" height="100" alt="Levge.Domain logo" />

Levge.Domain

NuGet Build


Levge.Domain, Levge projeleri i�in domain (alan) varl�klar�, aray�zler ve numaraland�rmalar i�in temel tipleri i�eren bir k�t�phanedir.

�zellikler

  • ? DDD (Domain-Driven Design) i�in temel varl�k ve aray�z soyutlamalar�
  • ? Denetlenebilir (Auditable) ve yumu�ak silinebilir (soft-deletable) varl�k deste�i
  • ? Geni�letilebilir numaraland�rma (enumeration) temel tipleri

Kurulum

.NET CLI

dotnet add package Levge.Domain

Paket Y�neticisi

Install-Package Levge.Domain

Kurulum

  1. Konfig�rasyon ekleyin Program.cs dosyas�nda (e�er uzant� metodlar�n�z varsa): // builder.Services.AddLevgeDomain(options ⇒ { // options.SomeOption = true; // });

    Not: Bu paket varsay�lan olarak temel tipler sa�lar ve DI kurulumu gerektirmez.

  2. �ste�e ba�l� ara katman yaz�l�m� (middleware): // app.UseMiddleware<YourMiddleware>();

Kullan�m

using Levge.Domain.Entities;

public class User : AuditableEntity<int> { // ... �zellikleriniz ... }

// Levge.Exceptions (ba��ml�l�k) kullan�m �rne�i: throw new Levge.Exceptions.LevgeException("Bir �eyler ters gitti");

Yap�land�rma Se�enekleri

Se�enek A��klama
- -

Bu paket varsay�lan olarak yap�land�rma se�ene�i gerektirmez.

Lisans

MIT Lisans�. Detaylar i�in LICENSE dosyas�na bak�n�z.

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

Showing the top 5 NuGet packages that depend on Levge.Domain:

Package Downloads
Levge.Identity

Identity and authentication services for .NET applications.

Levge.ConsistentResponse

A library for standardizing API responses in ASP.NET Core applications with consistent formatting, error handling, and exception middleware.

Levge.Subscription

Levge ekosistemi için opsiyonel abonelik ve kota takip altyapısı. Plan, modül, tenant aboneliği, kullanım takibi ve yenileme job desteği. AddLevgeSubscription() ile projeye eklenebilir.

Levge.MediatR

MediatR tabanlı domain event dispatcher, EF Core interceptor ve FluentValidation pipeline behavior. IDomainEventDispatcher implementasyonu, SaveChanges sonrası otomatik domain event dispatch ve ValidationBehavior altyapısı.

Levge.Payment

Levge ekosistemi için opsiyonel ödeme altyapısı. Stripe ve Iyzico provider desteği, webhook işleme ve ödeme geçmişi. AddLevgePayment() ile projeye eklenebilir.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.3.0 221 4/29/2026
2.1.0 172 4/27/2026
2.0.1 183 4/27/2026
2.0.0 127 4/26/2026
1.1.45 155 1/22/2026
1.1.42 485 7/11/2025
1.1.41 342 6/22/2025
1.1.39 195 6/22/2025
1.1.1 520 6/18/2025
1.1.0 251 6/18/2025
1.0.3 220 6/17/2025
1.0.1 229 6/17/2025
1.0.0 247 6/16/2025