Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
19 changes: 19 additions & 0 deletions .github/workflows/csharp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: csharp

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v4

- name: Spell Check
uses: rojopolis/spellcheck-github-actions@0.45.0
with:
output_file: spellcheck-output.txt
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# C#
![build status](https://github.com/praisetompane/csharp/actions/workflows/csharp.yaml/badge.svg) <br>

## Objectives
- Notes: The C# Programming Language
Expand Down
50 changes: 50 additions & 0 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
- ecosystem/data
- database/efcore

- ecosystem/web_and_internet_development:
- asp.net_core

- language
- https://www.freecodecamp.org/learn/foundational-c-sharp-with-microsoft/
- History
- C# Language Highlights: https://www.youtube.com/playlist?list=PLdo4fOcmZ0oU3ZLx6Ul1_HPrr6lFPIn9O

- ecosystem/testing:
- nunit

- ecosystem/ecosystem/dev_environment

- ecosystem/ecosystem/infrastructure

- ecosystem/ecosystem/ci_cd

- canonical/idiomatic C# and .NET

- ecosystem/ecosystem/monitoring

- study reference implementations from the .NET team:
- web:
- shop:
- https://github.com/dotnet/eshop
- .NET 8 version: https://github.com/dotnet/eShop/tree/release/8.0

- eShopSupport:
- https://github.com/dotnet/eshopsupport

- .NET: https://www.youtube.com/playlist?list=PLdo4fOcmZ0oVlZCosDDwS9fkVtrLYxGt6

- microservices: https://www.youtube.com/playlist?list=PLdo4fOcmZ0oUc2ShrReCS7KoBbPEONE0p

- security: https://www.youtube.com/playlist?list=PLdo4fOcmZ0oVIWiDzzwzOo8-Om_ew-Fi-

- .NET Conf 2024

- .NET Conf 2025

- study current implementations at Allan Gray:
-

- .NET aspire:
- https://learn.microsoft.com/en-us/credentials/applied-skills/build-distributed-apps-with-dotnet-aspire/

- ecosystem/ecosystem/cloud
Loading