Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
2dc28a4
Added .NET 9 Support
Nov 16, 2024
6591395
Added Data & Core Layers
Nov 16, 2024
198b683
Added GenericRepository
Nov 16, 2024
69df807
Fixed AddAsync & UpdateAsync in GenericRepository
Nov 17, 2024
46ab666
Completed Implementation of GenericRepository
Nov 17, 2024
f7f0590
Completed implementation of UnitOfWork.
Nov 17, 2024
ec52407
Fixed Compile Time & Runtime Error in ActorRepository.
Nov 17, 2024
ad70132
Added Migrations
Nov 17, 2024
230db6e
Renamed Folder
Nov 17, 2024
7c73eb9
Removed vscode folder.
Nov 17, 2024
9a2ac40
Fix
Nov 17, 2024
eb37376
Added editorconfig
Nov 17, 2024
92a180d
Removed All Mess
Nov 24, 2024
5c1acee
Added WebUi Layer
Nov 24, 2024
c72d30e
Added Project Layers
Nov 24, 2024
f439a62
Added Entities and DTOs
Nov 24, 2024
7827f14
Added Interfaces & Migrations
Nov 24, 2024
31e11e8
Clean Restart with .NET 9 & Blazor SSR.
Feb 18, 2025
bb06355
Added Domain, Application & Infrastructure Layers.
Feb 18, 2025
5912787
Added Blazor SSR Project Layer.
Feb 18, 2025
947d62a
Added Solution Items.
Feb 18, 2025
01b1fb0
Added Docker Command Scripts.
Feb 18, 2025
d956662
Updated ReadMe.md File.
Feb 18, 2025
3664e97
Added SQLITE Support.
Feb 18, 2025
ea26d4e
Added Add New Movie Functionality.
Feb 18, 2025
91fb1c6
Fixed Few EF Core Issues on Linux.
Feb 18, 2025
3d3918d
Updated Package Details.
Feb 18, 2025
a5a8256
Updated Package Details.
Feb 18, 2025
33ae98b
Updated Package Details.
Feb 18, 2025
85a8a2b
Fixed Database Folder Issue on Linux.
Feb 19, 2025
2bacc06
Added List All Movies Functionality.
Feb 20, 2025
9303328
Added Edit Movie Functionality.
Feb 20, 2025
9b24c25
Added Reusable Form Component Functionality.
Feb 20, 2025
1774b4b
Added Delete Movie By Id Functionality.
Feb 20, 2025
772f8d9
Added GenericRepository Functionality.
Feb 21, 2025
1755a81
Merge remote-tracking branch 'origin/development' into development
Feb 21, 2025
305ddba
Added Template Design Pattern and Open/Close Principle.
Feb 21, 2025
83b17c0
Made Small Change in Main Page.
Feb 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
63 changes: 0 additions & 63 deletions .gitattributes

This file was deleted.

129 changes: 125 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
## Get latest from `dotnet new gitignore`

# dotenv files
.env

# User-specific files
*.rsuser
Expand Down Expand Up @@ -29,7 +32,6 @@ x86/
bld/
[Bb]in/
[Oo]bj/
[Oo]ut/
[Ll]og/
[Ll]ogs/

Expand Down Expand Up @@ -58,11 +60,14 @@ dlldata.c
# Benchmark Results
BenchmarkDotNet.Artifacts/

# .NET Core
# .NET
project.lock.json
project.fragment.lock.json
artifacts/

# Tye
.tye/

# ASP.NET Scaffolding
ScaffoldingReadMe.txt

Expand Down Expand Up @@ -91,6 +96,7 @@ StyleCopReport.xml
*.tmp_proj
*_wpftmp.csproj
*.log
*.tlog
*.vspscc
*.vssscc
.builds
Expand Down Expand Up @@ -294,6 +300,17 @@ node_modules/
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw

# Visual Studio 6 auto-generated project file (contains which files were open etc.)
*.vbp

# Visual Studio 6 workspace and project file (working project files containing files to include in project)
*.dsw
*.dsp

# Visual Studio 6 technical files
*.ncb
*.aps

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
Expand Down Expand Up @@ -350,6 +367,9 @@ ASALocalRun/
# Local History for Visual Studio
.localhistory/

# Visual Studio History (VSHistory) files
.vshistory/

# BeatPulse healthcheck temp database
healthchecksdb

Expand All @@ -360,4 +380,105 @@ MigrationBackup/
.ionide/

# Fody - auto-generated XML schema
FodyWeavers.xsd
FodyWeavers.xsd

# VS Code files for those working on multiple tools
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Local History for Visual Studio Code
.history/

# Windows Installer files from build outputs
*.cab
*.msi
*.msix
*.msm
*.msp

# JetBrains Rider
*.sln.iml
.idea/

##
## Visual studio for Mac
##


# globs
Makefile.in
*.userprefs
*.usertasks
config.make
config.status
aclocal.m4
install-sh
autom4te.cache/
*.tar.gz
tarballs/
test-results/

# Mac bundle stuff
*.dmg
*.app

# content below from: https://github.com/github/gitignore/blob/main/Global/macOS.gitignore
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# content below from: https://github.com/github/gitignore/blob/main/Global/Windows.gitignore
# Windows thumbnail cache files
Thumbs.db
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

# Vim temporary swap files
*.swp
35 changes: 0 additions & 35 deletions .vscode/launch.json

This file was deleted.

41 changes: 0 additions & 41 deletions .vscode/tasks.json

This file was deleted.

Empty file added CODE_OF_CONDUCT.md
Empty file.
Binary file removed Images & Documents/0.png
Binary file not shown.
Binary file removed Images & Documents/1.png
Binary file not shown.
Binary file removed Images & Documents/2.png
Binary file not shown.
Binary file removed Images & Documents/3.png
Binary file not shown.
Binary file removed Images & Documents/4.png
Binary file not shown.
Binary file removed Images & Documents/5.png
Binary file not shown.
Empty file added LICENSE.md
Empty file.
Loading