Found 98 packages
Dos.ORM于2009年发布、2015年开源,该组件已在大量成熟项目中应用。开源低代码平台 - Microi吾码:https://microi.net
开源iTdos C#常用开发类库,集成了大量通用方法。开源低代码平台 - Microi吾码:https://microi.net
Dos.ORM使用MySql数据库需要额外引用此库。开源低代码平台 - Microi吾码:https://microi.net
键值对(key-value)中间件,支持.Net默认缓存、Redis缓存。
Dos.ORM使用Oralce数据库需要额外引用此库。开源低代码平台 - Microi吾码:https://microi.net
A Correios.Net é uma biblioteca desenvolvida buscando fornecer ao desenvolvedor uma fácil integração das funcionalidades disponibilizadas no site dos correios ao seu sistema, como buscar um endereço através de um CEP pelo BuscaCep por exemplo
开源低代码平台-Microi吾码,官网:https://microi.net
# EventFlow <table border=0 cellpadding=0 cellspacing=0> <tr> <td width=25%> <img src=./icon-128.png /> </td> <td width=25%> <p> <a href=https://www.nuget.org/packages/EventFlow/><img src=https://img.shields.io/nuget/v/EventFlow.svg?style=flat /></a> </p> <p> <a href=https://docs.geteventflow.net/?badge=latest><img src=https://readthedocs.org/projects/eventflow/badge/?version=latest /></a> </p> </td> <td width=25%> <p> <a href=https://ci.appveyor.com/project/eventflow/eventflow><img src=https://ci.appveyor.com/api/projects/status/51yvhvbd909e4o82/branch/develop?svg=true /></a> </p> <p> <a href=https://gitter.im/rasmus/EventFlow?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge><img src=https://badges.gitter.im/Join Chat.svg /></a> </p> <!-- <p> <a href=https://codecov.io/github/eventflow/EventFlow?branch=develop><img src=https://codecov.io/github/eventflow/EventFlow/coverage.svg?branch=develop /></a> </p> --> </td> <td width=25%> Think EventFlow is great,<br/> <a href=https://www.paypal.me/rasmusnu>buy me a cup of coffee</a> </td> </tr> </table> NuGet feeds - Official releases: https://www.nuget.org/packages/EventFlow/ - Builds: https://ci.appveyor.com/nuget/eventflow EventFlow is a basic CQRS+ES framework designed to be easy to use. Have a look at our [getting started guide](https://docs.geteventflow.net/GettingStarted.html), the [do’s and don’ts](https://docs.geteventflow.net/DosAndDonts.html) and the [FAQ](https://docs.geteventflow.net/FAQ.html). ### Features * **CQRS+ES framework** * **Async/await first:** Every part of EventFlow is written using async/await. * **Highly configurable and extendable** * **Easy to use** * **No use of threads or background workers** * **Cancellation:** All methods that does IO work or might delay execution (due to retries), takes a `CancellationToken` argument to allow you to cancel the operation ### Examples * **[Complete](#complete-example):** Shows a complete example on how to use EventFlow with in-memory event store and read models in a relatively few lines of code * **Shipping:** To get a more complete example of how EventFlow _could_ be used, have a look at the shipping example found here in the code base. The example is based on the shipping example from the book Domain-Driven Design - Tackling Complexity in the Heart of Software by Eric Evans. Its _in-progress_, but should provide inspiration on how to use EventFlow on a larger scale. If you have ideas and/or comments, create a pull request or an issue
A .NET 4 library to defend websites and web APIs against brute force and Denial-of-service attacks. .NET Core version also available. Features: * Protect login, registration, password reset pages against brute force and DOS attacks. * Block users from performing any action too many times. * Prevent too many hits from any IP or IP Range. * Blacklist/Whitelist specific IP, IP range, username, URLs, transactions for a period. An example scenario is a Bank Login page, where brute force password attempts on user accounts and DOS attack on Login page are a regular event. Using this library, you can protect login page from brute force attacks, blocking too many usernames from certain IPs, or too many hits from a range of IP trying to do DOS attack, or even simple 3 invalid login attempts per username, per 15 mins. This high performance, very lightweight library protects you from hitting the database too many times on pages and APIs that are prone to attacks, thus lowering web server and database CPU, increasing the scalability of the overall application. Example code: var result = await Hacker.DefendAsync("/Account/LogOn", Request.UserHostAddress); if (result == Hacker.Result.TooManyHitsFromOrigin) await Hacker.BlacklistOriginAsync(Request.UserHostAddress, TimeSpan.FromMinutes(10)); else if (result == Hacker.Result.TooManyHitsOnKey) await Hacker.BlacklistKeyAsync("/Account/LogOn", TimeSpan.FromMinutes(10)); . . . Hacker.DefendAsync("/Account/PasswordReset", Request.UserHostAddress, TimeSpan.FromMinutes(5), 100); Hacker.DefendAsync("Username" + username, Request.UserHostAddress); Hacker.DefendAsync("Comment", Request.UserHostAddress);
开源低代码平台-Microi吾码,V8引擎注入。此类库开源,官网:https://microi.net
开源低代码平台-Microi吾码,核心库。此类库开源,官网:https://microi.net
Paginable extension with Dos.ORM for collection.
开源低代码平台-Microi吾码,接口类。此类库开源,官网:https://microi.net
开源低代码平台 - Microi吾码:分布式存储,目前支持阿里云、MinIO、Amazon S3。此类库开源,官网:https://microi.net
开源低代码平台 - Microi吾码:分布式缓存插件。此类库开源,官网:https://microi.net
开源低代码平台 - Microi吾码:ORM相关功能。此类库开源,官网:https://microi.net
(.netFrameWork6.0)MySQL操作,底层封装dos.mysql,可通过linq对数据库进行操作
ASP.NET zero-configuration HttpModule for preventing Denial-Of-Service attacks
A lightweight, open-source workflow contract layer built in C# on top of ML.NET principles. This package provides interfaces and data records only — no internal training recipes or infrastructure — making it safe to share while still giving developers powerful building blocks to orchestrate their own machine learning pipelines.
Biblioteca .NET para integração dos serviços dos Correios