🚀Wissance.WebApiToolkit: Быстрое создание REST и GRPC API на .NET
Если устал каждый раз писать одинаковый CRUD — этот toolkit тебя спасёт. С помощью [Wissance.WebApiToolkit](https://github.com/Wissance/WebApiToolkit) можно создать полноценный REST или GRPC API почти без усилий.
● Что умеет: - Минимум кода — CRUD-контроллер ≈ 10 строк - BULK-операции: обновление/удаление сразу нескольких объектов - Поддержка Entity Framework, EdgeDB и других хранилищ через IModelManager - Автогенерация GRPC-сервисов - Встроенная пагинация, фильтрация, сортировка - Поддержка Swagger (c версии 1.6.0)
● Архитектура построена на 5 слоях: Entity → DTO → Factory → Manager → Controller
● Пример CRUD-контроллера:
[ApiController] public class BookController : BasicCrudController<BookDto, BookEntity, int, EmptyAdditionalFilters> { public BookController(BookManager manager) { Manager = manager; _manager = manager; }
private readonly BookManager _manager; }
● Установка:
dotnet add package Wissance.WebApiToolkit
🔗 WeatherControl — полная интеграция с EF и EdgeDB
🚀Wissance.WebApiToolkit: Быстрое создание REST и GRPC API на .NET
Если устал каждый раз писать одинаковый CRUD — этот toolkit тебя спасёт. С помощью [Wissance.WebApiToolkit](https://github.com/Wissance/WebApiToolkit) можно создать полноценный REST или GRPC API почти без усилий.
● Что умеет: - Минимум кода — CRUD-контроллер ≈ 10 строк - BULK-операции: обновление/удаление сразу нескольких объектов - Поддержка Entity Framework, EdgeDB и других хранилищ через IModelManager - Автогенерация GRPC-сервисов - Встроенная пагинация, фильтрация, сортировка - Поддержка Swagger (c версии 1.6.0)
● Архитектура построена на 5 слоях: Entity → DTO → Factory → Manager → Controller
● Пример CRUD-контроллера:
[ApiController] public class BookController : BasicCrudController<BookDto, BookEntity, int, EmptyAdditionalFilters> { public BookController(BookManager manager) { Manager = manager; _manager = manager; }
private readonly BookManager _manager; }
● Установка:
dotnet add package Wissance.WebApiToolkit
🔗 WeatherControl — полная интеграция с EF и EdgeDB
Secret Chats are one of the service’s additional security features; it allows messages to be sent with client-to-client encryption. This setup means that, unlike regular messages, these secret messages can only be accessed from the device’s that initiated and accepted the chat. Additionally, Telegram notes that secret chats leave no trace on the company’s services and offer a self-destruct timer.
What Is Bitcoin?
Bitcoin is a decentralized digital currency that you can buy, sell and exchange directly, without an intermediary like a bank. Bitcoin’s creator, Satoshi Nakamoto, originally described the need for “an electronic payment system based on cryptographic proof instead of trust.” Each and every Bitcoin transaction that’s ever been made exists on a public ledger accessible to everyone, making transactions hard to reverse and difficult to fake. That’s by design: Core to their decentralized nature, Bitcoins aren’t backed by the government or any issuing institution, and there’s nothing to guarantee their value besides the proof baked in the heart of the system. “The reason why it’s worth money is simply because we, as people, decided it has value—same as gold,” says Anton Mozgovoy, co-founder & CEO of digital financial service company Holyheld.