Pinned Repositories
Awesome
Windows Service with Blazor web controls on localhost
HybridLab
Just a template with some authentication and data code for making a Blazor Hybrid app. Handy for testing.
MotionControllerVRTemplate
This is a UE4 VR template that supports motion controllers. It features a touch screen UI, teleporting, incremental teleport moving, and alternating fist movement.
SimpleMultiTenant
A simple multi-tenant app with starting code from: https://michael-mckenna.com/multi-tenant-asp-dot-net-core-application-tenant-resolution/
TicketSystem
This is a web application using ASP.NET Core 2.0. Administrators can make an event and specify tickets to purchase for the event, then users can purchase those tickets from a link on the event page.
TimeMage
A Blazor PWA which has Timers, Stopwatches, and Interval Timers.
UE-VRHands-Template
This is an Unreal Engine 5 template for VR Headsets with motion controllers. It features dynamic hands, touch screens, grabbable objects, and locomotion.
UE4-VR-XPlatform-Menu
This is a VR template for UE4 that allows gamepad and motion controller input. The game can be set up for non-vr thirdperson games too.
WebViewWithSendingPrint
This is a WPF application with a WebView2 component which connects to a website defined in the appsettings.json and the website will send down string data via SignalR to the client when requested.
WorkerService1
The .Net 6 WorkerService template which calls .UseWindowsService() on the Host.CreateDefaultBuilder(args) so that it can run as a windows service successfully.
DanielRBowen's Repositories
DanielRBowen/UE-VRHands-Template
This is an Unreal Engine 5 template for VR Headsets with motion controllers. It features dynamic hands, touch screens, grabbable objects, and locomotion.
DanielRBowen/SimpleMultiTenant
A simple multi-tenant app with starting code from: https://michael-mckenna.com/multi-tenant-asp-dot-net-core-application-tenant-resolution/
DanielRBowen/UE4-VR-XPlatform-Menu
This is a VR template for UE4 that allows gamepad and motion controller input. The game can be set up for non-vr thirdperson games too.
DanielRBowen/WorkerService1
The .Net 6 WorkerService template which calls .UseWindowsService() on the Host.CreateDefaultBuilder(args) so that it can run as a windows service successfully.
DanielRBowen/TimeMage
A Blazor PWA which has Timers, Stopwatches, and Interval Timers.
DanielRBowen/MotionControllerVRTemplate
This is a UE4 VR template that supports motion controllers. It features a touch screen UI, teleporting, incremental teleport moving, and alternating fist movement.
DanielRBowen/TicketSystem
This is a web application using ASP.NET Core 2.0. Administrators can make an event and specify tickets to purchase for the event, then users can purchase those tickets from a link on the event page.
DanielRBowen/Awesome
Windows Service with Blazor web controls on localhost
DanielRBowen/CodingExercises
Solution contains coding exercises from job interviews and websites such as leet code and codility.
DanielRBowen/SignalRJwtAndCookieAuthentication
This is an example demonstrating how to do authentication with SignalR in .NET Core 3 using both Jwt tokens for a .NET Client and Cookies for the web client. The website uses simple Vue.js and the client is a .NET Core WPF application.
DanielRBowen/UserSearch
This is an ASP.NET Core 2.0 Web Applciation which has CRUD fuctionalliy for a bunch of users with a search box to find users with their first or last names.
DanielRBowen/VuePdfJs
A Vue Pdf viewer using pdf.js for browser JavaScript.
DanielRBowen/WebViewWithSendingPrint
This is a WPF application with a WebView2 component which connects to a website defined in the appsettings.json and the website will send down string data via SignalR to the client when requested.
DanielRBowen/wpf-notifyicon
NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform
DanielRBowen/HybridLab
Just a template with some authentication and data code for making a Blazor Hybrid app. Handy for testing.
DanielRBowen/ActivityWeatherScheduler
An activity weather scheduler made with Blazor
DanielRBowen/BlueField
UE5 demo.
DanielRBowen/DbfDataReader
DbfDataReader is a small fast .Net Core library for reading dBase, xBase, Clipper and FoxPro database files
DanielRBowen/Drb.Blazor
A library of Blazor components which I made and use.
DanielRBowen/GameDemos
Daniel Bowen's game demos.
DanielRBowen/IdentityMVC
Just an attempt to move the default Identity pages into MVC.
DanielRBowen/ListToExcel
Export List of T to Excel and Parse Excel to List of T with validation and highlighting options
DanielRBowen/Postmates.NET
.NET client for the Postmates API
DanielRBowen/ServiceApi
A windows service with web api and signalr capabilities which need to access a COM object and run as x86.
DanielRBowen/StoreWithSpecials
This is a Store with Specials mockup with .net core
DanielRBowen/vue-date-range-picker
A vue component using Bootstrap 4 styles for date range selection
DanielRBowen/vue-pdfjs-demo
A demo PDF viewer implemented with Vue and PDF.js
DanielRBowen/WebsiteManager
An experiment. A website which can create copies of a website and manage those copies.
DanielRBowen/WebStore
A4 for CS4790 Summer 2017 Weber State University
DanielRBowen/WpfAppDependencyInjection