Bwl.Framework
by: Alexandra Sovenko, Artem Drobanov, Pavel Cherkas, Ilya Kuryshev
- 2 total downloads
- Latest version: 2025.1.10-173800-e7ea4f
Bwl.Framework - a set of .NET libraries that provide common functionality that is used in many projects. It is a part of Bwl libraries set.
Bwl.Framework allows you to easily add configuration and logging to your project, as well as to use a set of common classes and methods.
Among additional features - CryptoTools with AES support; JSON serialization; string tools; and more.
Base Bwl.Framework library is a .NET Standard 2.0 library. To have access to Windows-specific features, use Bwl.Framework.Windows library. To use cross-platform GUI and features - use Bwl.Framework.Avalonia library.
Bwl.Framework.Avalonia
by: Alexandra Sovenko, Artem Drobanov, Pavel Cherkas, Ilya Kuryshev
- 0 total downloads
- Latest version: 2025.1.10-173800-e7ea4f
Bwl.Framework.Avalonia - .NET library that provides common functionality for Avalonia-based projects. It is a part of Bwl libraries set.
This library provides realization of cross-platform AppBase (configuration, logging, AutoUI, etc.).
To use this library - create new Avalonia project and add reference to Bwl.Framework.Avalonia.
To create AutoUI application - in App.axaml.cs you would need to create new AppBase, add description of UI elements in AppBase.AutoUI and then call AutoUIForm.Create(AppBase) to create Window with UI elements.
To use FormBase or FormAppBase:
- Create new Avalonia Window;
- Add 'xmlns:local="clr-namespace:Bwl.Framework.Avalonia;assembly=Bwl.Framework.Avalonia"' in your Window tag;
- Inside your Window tag, add '<local:FormAppBase x:Name="FormAppBase">';
- Inside FormAppBase tag, add '<local:FormAppBase.FormContent>' and describe your UI elements;
- In axaml.cs file call 'FormAppBase.Init(this);' in constructor to initialize FormBase;
- To access AppBase properties and methods, use 'FormAppBase.AppBase'.
CairoSharp
by: GtkSharp Contributors
- 1 total downloads
- Latest version: 3.22.25.118
CairoSharp is a C# wrapper for the Cairo library.
Castle.Core
by: Castle Project Contributors
- 2 total downloads
- Latest version: 4.4.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Cf.Orlan.CodeConverter
by: Ilya Kuryshev
- 5 total downloads
- Latest version: 2025.2.20-141446-000000
Cf.Orlan.CodeConverter is a small tool to convert VB.NET code to C# and vice versa. It is based on the ICSharpCode.CodeConverter library.
Usage: orlancodeconverter (-m/--mode <mode>) (-p/--pause) <sourceFile1> (<sourceFile2> .. <sourceFileN>)
CommandLineParser
by: gsscoder, nemec, ericnewton76, moh-hassan
- 2 total downloads
- Latest version: 2.8.0
Terse syntax C# command line parser for .NET. For FSharp support see CommandLineParser.FSharp. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
CommonServiceLocator
by: Microsoft.Practices.ServiceLocation
- 1 total downloads
- Latest version: 2.0.2
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.
coverlet.collector
by: tonerdo
- 2 total downloads
- Latest version: 6.0.4
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
CryptoPro.Net.Security
by: CRYPTO-PRO, LLC
- 0 total downloads
- Latest version: 2024.11.19
CryptoPro TLS Library for .NET
CryptoPro.Security.Cryptography
by: CRYPTO-PRO, LLC
- 0 total downloads
- Latest version: 2024.11.19
CryptoPro Cryptography Library for .NET
CryptoPro.Security.Cryptography.Pkcs
by: CRYPTO-PRO, LLC
- 0 total downloads
- Latest version: 2024.11.19
CryptoPro Cryptography Library for .NET
CryptoPro.Security.Cryptography.Xml
by: CRYPTO-PRO, LLC
- 0 total downloads
- Latest version: 2024.11.19
CryptoPro Cryptography Library for .NET
Dapper
by: Sam Saffron, Marc Gravell, Nick Craver
- 1 total downloads
- Latest version: 2.1.66
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.
Diacritics
by: Thomas Galliker
- 1 total downloads
- Latest version: 3.3.10
Diacritics are used across many languages in order to change the sound-values of the letters to which they are added. In software development, diacritics often have to be replaced with non-diacritics, e.g. to improve usability of user input. Diacritics.NET is a basic mapper between diacritic characters an non-diacritic characters.
DialogHost.Avalonia
by: SKProCH
- 1 total downloads
- Latest version: 0.8.1
Avalonia Dialog Host control that provides a simple way to display a dialog with information or prompt the user when information is required
DiscUtils.Core
by: Kenneth Bell, Quamotion, LordMike
- 1 total downloads
- Latest version: 0.16.13
Implementation of the ISO, UDF, FAT and NTFS file systems is now fairly stable. VHD, XVA, VMDK and VDI disk formats are implemented, as well as read/write Registry support. The library also includes a simple iSCSI initiator, for accessing disks via iSCSI and an NFS client implementation.
DiscUtils.Iso9660
by: Kenneth Bell, LordMike
- 1 total downloads
- Latest version: 0.16.13
DiscUtils Iso9660
DiscUtils.Streams
by: Kenneth Bell, LordMike, Bianco Veigel
- 1 total downloads
- Latest version: 0.16.13
DiscUtils Streams
DiscUtils.Udf
by: Kenneth Bell, LordMike
- 1 total downloads
- Latest version: 0.16.13
DiscUtils UDF filesystem parser.