https://github.com/blakepell/argusframework
The Argus Framework is a collection of utilities that span many of the technologies in the dotnet ecosystem.
https://github.com/blakepell/argusframework
Last synced: over 1 year ago
JSON representation
The Argus Framework is a collection of utilities that span many of the technologies in the dotnet ecosystem.
- Host: GitHub
- URL: https://github.com/blakepell/argusframework
- Owner: blakepell
- License: mit
- Created: 2019-11-05T21:23:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T15:05:01.000Z (over 1 year ago)
- Last Synced: 2025-03-18T20:46:48.688Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 1.04 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  Argus Framework
The Argus Framework is a collection of utilities that span many of the technologies in the .NET ecosystem. These libraries generally represent reusable components for applications that I write.
A few notes of general reference on this project:
1. All extension methods will placed in the Argus.Extensions namespace regardless of physical path they are stored in project wise.
Projects Listing
Project | Description |
--- | ---
Argus.AspNetCore|ASP.Net Core Shared Components and Infrastructure.
[Argus.Audio.NAudio](src/Argus.Audio.NAudio/README.md)|Code that extends the functionality of the NAudio library.
Argus.Core|Common Shared Code Library for this repository.
Argus.Graphics|Imaging code that builds off of System.Drawing.Common
Argus.Office|Code used with building and manipulating various Office file formats.
Argus.SocialMedia|Code used to interact with social media sites via their APIs.
Argus.Windows|Code used soley on Windows operating systems.
Argus.Windows.Forms|Code and controls used in conjunction with WinForms applications.
Argus.Windows.Wpf|Code and controls used in conjuction with WPF applications. This will target Windows Presentation Framework (WPF) apps running on .NET Core 3+.
Argus.Windows.Uwp|Code and controls used with Windows Universal Apps (UWP).