Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AuroraCoreLibrary

A modular C# library designed to serve as the foundation for desktop applications. AuroraCoreLibrary bundles reusable CRUD utilities and WinUI components so you can skip the boilerplate and focus on building features.


Modules

Module Description
AuroraCoreLibrary Core shared utilities and base classes
AuroraCRUD Generic CRUD operations for data access
WinUiCore Reusable WinUI controls and helpers

Getting Started

Prerequisites

  • .NET SDK
  • Visual Studio 2022 or later
  • Windows App SDK (for WinUI components)

Installation

  1. Clone the repository:
   git clone https://github.com/NW3N4R/AuroraCoreLibrary.git
  1. Open AuroraCoreLibrary.sln in Visual Studio
  2. Build the solution (Ctrl + Shift + B)
  3. Reference the modules you need in your own project

💡 Usage

Add a reference to one or more Aurora modules in your .csproj:

<ProjectReference Include="..\AuroraCRUD\AuroraCRUD.csproj" />
<ProjectReference Include="..\WinUiCore\WinUiCore.csproj" />

Then import and use the classes in your app as needed.


Project Structure

AuroraCoreLibrary/

├── AuroraCoreLibrary/ # Core utilities and base classes

├── AuroraCRUD/ # CRUD data access layer

├── WinUiCore/ # WinUI components and helpers

└── AuroraCoreLibrary.sln

About

A reusable C# core library providing CRUD operations and WinUI components — built to accelerate desktop app development.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages