EnCore.Maps.Core by: FT-Soft
  • 121 total downloads
  • Latest version: 1.1.1
Basic core library for maps usage. Contains MapFrame and interfaces.
EnCore.MaskedEdit.Core by: FT-Soft
  • 33 total downloads
  • Latest version: 1.0.0
  • xamarin encore maskededit maskededitor core
EnCore MaskedEdit core library
EnCore.Network.Core by: FT-Soft
  • 112 total downloads
  • Latest version: 2.0.1
Provides service interface for working with device Network state
EnCore.PushNotifications.Core by: FT-Soft
  • 30 total downloads
  • Latest version: 2.0.0
Provides IPushNotificationService interface for working with server push notifications.
EnCore.Session by: FT-Soft
  • 467 total downloads
  • Latest version: 2.2.0
  • xamarin encore session
Provides abstract class SessionService with implemetation of default session interactions like login logout restore refresh etc. Supports exclusive tasks for preventing concurrent session requests.
EnCore.SqLite.Core by: FT-Soft
  • 243 total downloads
  • Latest version: 2.0.4
Provides abstract SqLiteStore service class. USAGE: You should create and register your own implementation in application core module.
EnCore.SqLiteLocalCache by: FT-Soft
  • 145 total downloads
  • Latest version: 2.1.1
Provides SqLiteLocalCacheStore service based on SQLiteStore class from SqLite package. USAGE: You should create and add SqLiteLocalCaheModule in bootstrapper initialization code.
EnCore.SystemExtensions by: FT-Soft
  • 19 total downloads
  • Latest version: 2.0.0
  • xamarin encore system extensions
EnCore System extension methods for simplify coding process
EnCore.SystemExtentions by: FT-Soft
  • 334 total downloads
  • Latest version: 1.5.0
EnCore System extention methods for simplify coding process
EnCore.WebSocket by: FT-Soft
  • 1.828k total downloads
  • Latest version: 3.9.0-beta2
Package for simplify work with web sockets. It uses SocketIoClientDotNet under hood. USAGE: Provides abstract class WebSocketService which implements IWebSocketService interface. Intended for Core project type. You need to create your own child from service class and register it in core module by interface.
EnCore.XamarinForms by: FT-Soft
  • 220 total downloads
  • Latest version: 2.2.5
Package Description
ExpensesResponsiblesService by: ExpensesResponsiblesService
  • 1.044k total downloads
  • Latest version: 1.0.0
Package Description
FFmpeg.Binaries.All by: FFmpeg.Binaries.All
  • 73 total downloads
  • Latest version: 0.0.2
  • ffmpeg ffprobe native cross-platform
Cross-platform native FFmpeg and FFprobe binaries
FFmpeg.Binaries.Linux by: FFmpeg.Binaries.Linux
  • 26 total downloads
  • Latest version: 1.1.1
  • ffmpeg ffprobe native linux media video
Native FFmpeg and FFprobe binaries for Linux (x64).
FFmpeg.Binaries.MacOS by: FFmpeg.Binaries.MacOS
  • 31 total downloads
  • Latest version: 1.1.1
  • ffmpeg ffprobe native MacOS media video
Native FFmpeg and FFprobe binaries for MacOS ARM and X64.
FFmpeg.Binaries.Windows by: FFmpeg.Binaries.Windows
  • 25 total downloads
  • Latest version: 1.1.1
  • ffmpeg ffprobe native Windows media video
Native FFmpeg and FFprobe binaries for Windows (x64).
Hangfire.AspNetCore by: Sergey Odinokov
  • 1.544k total downloads
  • Latest version: 1.8.11
  • hangfire aspnetcore
ASP.NET Core support for Hangfire, a background job framework for .NET applications.
Hangfire.Core by: Sergey Odinokov
  • 4.321k total downloads
  • Latest version: 1.8.11
  • Hangfire OWIN Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks in .NET applications. No Windows Service / Task Scheduler required. Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery. https://www.hangfire.io/
Hangfire.InMemory by: Sergey Odinokov
  • 1.427k total downloads
  • Latest version: 0.9.0
  • Hangfire Storage In-Memory
In-memory job storage for Hangfire with transactional implementation.
Hangfire.NetCore by: Sergey Odinokov
  • 1.587k total downloads
  • Latest version: 1.8.11
  • hangfire netcore
.NET Core's Worker Service host support for Hangfire, a background job framework for .NET applications.