kevin created repository kevin/ImperialRecruitment 2025-07-05 14:58:30 +00:00
kevin pushed to main at kevin/portfolio 2025-06-14 15:40:52 +00:00
b6bf9d6c13 Add 2 Udemy courses.
62400fe840 Update introtext a bit.
8c5ead5058 Remove map of Japan link and add onomatopoeia link.
24973f30ad Add details of ventilation to Airbrush cabin page.
c3f807526a Add routing for Haskell pages.
Compare 8 commits »
kevin pushed to master at kevin/portfolio-haskell 2025-05-07 20:47:24 +00:00
9b7a19f4d2 Update Main.hs file with Scotty example code.
b26291d014 Add Scotty to project.
4a9a405310 Update README.
Compare 3 commits »
kevin pushed to master at kevin/portfolio-haskell 2025-05-07 20:16:36 +00:00
cf855b9bef Update README.
kevin pushed to master at kevin/portfolio-haskell 2025-05-07 20:12:53 +00:00
af99d21510 Run cabal init command.
kevin pushed to master at kevin/portfolio-haskell 2025-05-07 20:09:14 +00:00
bde6987f0e Update README.
kevin created repository kevin/portfolio-haskell 2025-05-07 20:04:04 +00:00
kevin pushed to master at kevin/BlazorDeepDive 2025-04-18 17:15:54 +00:00
b65d998b01 Add policy authorization based on claim for admin role.
kevin pushed to master at kevin/BlazorDeepDive 2025-04-18 10:04:21 +00:00
068407cfcb update gitignore to ignore temporary database files.
211aa90351 Replace favicon with a custom server icon.
d6d6ef0b47 List user claims on Auth page.
3e5d94e26f Add missing mapping to identity endpoints.
b365dd342d Add more navlink buttons for authorization in CSS.
Compare 6 commits »
kevin pushed to master at kevin/BlazorDeepDive 2025-04-16 21:46:09 +00:00
dcf5e7b675 Create IServersEFCoreRepository interface, register as service and use dependency injection to replace the static ServersRepository.
kevin pushed to master at kevin/BlazorDeepDive 2025-04-15 21:45:45 +00:00
3eb15f6f8c Add ServerEFCoreRepository and methods.
0e6a1e4c86 Add initial migration with initial server data.
0d661c09e4 Add ServerManagementContext with connectionstring.
b01d2ce608 Add sqlite file-extension to gitignore.
83d99712e2 Add Entity Framework Core, tools, sqlite provider and design all version 9.0.4 in server management project.
Compare 6 commits »
kevin pushed to master at kevin/Entity-Framework-DBZ 2025-04-14 20:36:48 +00:00
024f9da8f9 Update README.
2d14366feb Add retry option for SQL server example.
b32e390c5c Add SQLite timeout option.
30d69e9f79 Create query filter for soft delete on League and add an example function.
02d8477b05 Create migration for League soft delete flag.
Compare 22 commits »
kevin pushed to master at kevin/Entity-Framework-DBZ 2025-04-08 21:03:18 +00:00
56fd0e44e7 Add API project to solution.
73187855ba Create new ASP.NET API project.
1c48a8c9c9 Add note about JOINs in SQL queries.
001e78736c Add example user-defined function.
093c663b31 Add example scalar query.
Compare 6 commits »
kevin pushed to master at kevin/Entity-Framework-DBZ 2025-04-07 22:08:14 +00:00
dd195dfddf Add custom SQL to create a view for Teams and Leagues with migration.
9da28603c1 Add example function to project entity data into a DTO.
fd6e601489 Update README with loading types.
fc9d89ae97 Add example filter function and insert matches.
3652a69730 Add example Explicit Loading function.
Compare 26 commits »
kevin pushed to master at kevin/Entity-Framework-DBZ 2025-04-06 21:35:45 +00:00
b114a696a0 Update README with migration script.
f630dfac2c Add migration for seeded leagues.
7f5ecb9d3a Add Configurations for Teams and Leagues.
fd915cc972 Add migration to add Name to League.
808a6d6a3e Add Name property to League model.
Compare 14 commits »
kevin pushed to master at kevin/Entity-Framework-DBZ 2025-04-05 21:33:28 +00:00
10d207cb44 add examples for ExecuteDelete and ExecuteUpdate functions.
86b2e60e8c Add example delete for coach.
f58ce8f120 Add update example with no-tracking for coach.
963378f2e9 Add insert example.
5a2a82b413 Comment out and remove unused code.
Compare 14 commits »
kevin pushed to master at kevin/Entity-Framework-DBZ 2025-04-04 21:31:25 +00:00
23a75282c1 Update README file.
25ede5cc28 Add logging to Entity Framework Core workload.
6e0167a051 Seed database with Teams.
451fb50cd8 Add comment to DbContext about where the database file is created.
5b3c661b67 Create initial migration.
Compare 15 commits »
kevin pushed to master at kevin/Entity-Framework-DBZ 2025-04-04 13:55:02 +00:00
28e6e98e93 Install NuGet package Entity Framework Core 9.0.3 version in solution.
3fae448287 Add initial README.
5e688a24d5 Add models for BaseDomainModel, Coach and Team.
62ae17f271 Create empty class libraries Data and Domain and add to solution.
Compare 4 commits »
kevin renamed repository from Entity-Framework-1 to kevin/Entity-Framework-DBZ 2025-04-04 13:51:51 +00:00
kevin pushed to master at kevin/Entity-Framework-DBZ 2025-04-04 12:23:57 +00:00
e7e31f7f54 Initial commit with empty project.