All Projects → Milvasoft → Milvasoft

Milvasoft / Milvasoft

Licence: MIT license
Helper structures for .Net 6 projects.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Milvasoft

dpytools
Collection of easy to use, beginner friendly but powerful, orthogonal tools to speed up discord bots development (discord.py)
Stars: ✭ 23 (-4.17%)
Mutual labels:  helpers, helpers-library
MADE.NET
MADE.NET is a home to all of those bits of code that you know you'll reuse in another project. Making app development easier with .NET.
Stars: ✭ 75 (+212.5%)
Mutual labels:  helpers, efcore
ENLOCK
Efcore with no lock extention
Stars: ✭ 25 (+4.17%)
Mutual labels:  efcore
EfCoreJsonValueConverter
JSON ValueConverter for EF Core 3.0+
Stars: ✭ 85 (+254.17%)
Mutual labels:  efcore
utils
⚡ A collection of common functions but with better performance, less allocations and less dependencies created for Fiber.
Stars: ✭ 21 (-12.5%)
Mutual labels:  helpers
ngx-file-helpers
Angular File Helpers
Stars: ✭ 34 (+41.67%)
Mutual labels:  helpers
eShopOnWeb
Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Stars: ✭ 8,250 (+34275%)
Mutual labels:  efcore
EntityFrameworkCore.Triggered
Triggers for EFCore. Respond to changes in your DbContext before and after they are committed to the database.
Stars: ✭ 361 (+1404.17%)
Mutual labels:  efcore
support
Collection of agnostic PHP Functions and helpers with zero dependencies to use as foundation in packages and other project
Stars: ✭ 54 (+125%)
Mutual labels:  helpers
laravel-helper-functions
Laravel-specific and pure PHP Helper Functions.
Stars: ✭ 106 (+341.67%)
Mutual labels:  helpers
SapientGuardian.EntityFrameworkCore.MySql
MySQL database provider for Entity Framework Core
Stars: ✭ 54 (+125%)
Mutual labels:  efcore
react-semantic-render
Semantic helper components for rendering content with React.
Stars: ✭ 13 (-45.83%)
Mutual labels:  helpers
xdelta3-cross-gui
A cross-platform GUI for creating xDelta3 patches, available for Windows, Linux, and Mac
Stars: ✭ 50 (+108.33%)
Mutual labels:  dotnet5
DNS-over-HTTPS
An implementation of RFC 8484 - DNS Queries over HTTPS (DoH).
Stars: ✭ 27 (+12.5%)
Mutual labels:  dotnet5
grandnode2
Free, Open source, Fast, Headless, Multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB, Vue.js.
Stars: ✭ 626 (+2508.33%)
Mutual labels:  multitenancy
clean-architecture-azure-cosmos-db
A starting point to build a web API to work with Azure Cosmos DB using .NET 5 and Azure Cosmos DB .NET SDK V3, based on Clean Architecture and repository design pattern. Partition key is also implemented through the repository pattern.
Stars: ✭ 277 (+1054.17%)
Mutual labels:  dotnet5
capsule-lens-extension
Lens Extension for Capsule Operator - Looking for a maintainer
Stars: ✭ 37 (+54.17%)
Mutual labels:  multitenancy
CellReport
CellReport 是一个netcore实现的、以复杂统计报表为核心目标的制作、运行工具。支持数据看板、大屏制作。你可以使用数据库、excel文件、api服务、已有报表等为数据源,通过内置的集合函数组织数据,以类excel界面设计最终呈现结果。
Stars: ✭ 196 (+716.67%)
Mutual labels:  dotnet5
office-building
🏢 Easy to use SaaS Multitenancy solution for Laravel
Stars: ✭ 21 (-12.5%)
Mutual labels:  multitenancy
UnityCommon
A collection of common frameworks and tools for Unity-based projects
Stars: ✭ 61 (+154.17%)
Mutual labels:  helpers

Milvasoft.Helpers

license NuGet NuGet

Milvasoft library helps you to create your .Net projects in the simplest way.

It is not a framework. It is a library that brings together many components and provides ease of use for some concepts.

Only supports .Net 6 for now!


milva-bird


Docs

Features

  • Custom Validation Attributes
  • Redis Caching
  • Database Access (RDBMS & MongoDB)
  • Encryption
  • Custom Exception Handling
  • Json File Operations
  • File Saving To Server & Serving From Server
  • Identity Account Operations
  • Integrations
  • Job Scheduling
  • SMTP Mail Send
  • Multi Tenancy
  • Unit & Integration Testing
  • And so much more things...

The library provides abstractions and structures for the concepts listed above. In general, it takes help from third-party libraries while doing this.

Installation & Usage

Milvasoft.Helpers is available as a NuGet package. You can install it using the NuGet Package Console window:

PM> Install-Package Milvasoft.Helpers

After installation, you can use the necessary components according to your needs. You can access detailed information about the helpers in the library from docs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].