Codeboxes.Core
0.0.0
See the version list below for details.
dotnet add package Codeboxes.Core --version 0.0.0
NuGet\Install-Package Codeboxes.Core -Version 0.0.0
<PackageReference Include="Codeboxes.Core" Version="0.0.0" />
<PackageVersion Include="Codeboxes.Core" Version="0.0.0" />
<PackageReference Include="Codeboxes.Core" />
paket add Codeboxes.Core --version 0.0.0
#r "nuget: Codeboxes.Core, 0.0.0"
#addin nuget:?package=Codeboxes.Core&version=0.0.0
#tool nuget:?package=Codeboxes.Core&version=0.0.0
The Codeboxes framework
Author: Stefan Dubsky Copyright: 2024 Stefan Dubsky Licence: The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
https://tldrlegal.com/license/mit-license
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net8.0
- No dependencies.
NuGet packages (9)
Showing the top 5 NuGet packages that depend on Codeboxes.Core:
Package | Downloads |
---|---|
Codeboxes.Processing
This library gives you the option to process work sequentially and/or timed/repetitive. |
|
Codeboxes.Ticking
The codeboxes ticking library gives you the possibility to get the running time of your application and a ticker, that informs you every second. Addintioanlly you can get the ntp internet time as a Now DateTime. |
|
Codeboxes.Caching
The codeboxes caching library gives you the option to simple cache objects. |
|
Codeboxes.Responding
The codeboxes responding library offers you the possibility to add targeted callbacks. The distributing and the storing libraries of the codeboxes framework are using responder of this library, so please see the documentation of these for some example code. Mostly the interfaces are used, so you can implement them as you like and create your own solution. But the ones provided by this library are multifunctional easy to use and ... ehm ... and ... well, a gift. |
|
Codeboxes.Distributing
The codeboxes distributing library offers you the possibility to call unknown and distant objects. All you have to do is adding an implemented Cable to your Distributor of choice and then add some devices to a(nother) Distributor under the same name like the Cable. Your Cable and the devices should implement the same interface(s). When you then get the Cable from the Distributor and are calling a function or property on it, all devices (under the same name) will be called, too. If you added a device as class instead of an object, then on each call a new object of that class will be created. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Work in progress