├── .github └── FUNDING.yml ├── .gitignore ├── Books.jpg ├── Bundle.png ├── CSharp-NET_Timeline.jpg ├── LICENSE ├── NET Developer Roadmap Minimal.pdf ├── NET Developer Roadmap Minimal.png ├── NET Roadmap.pdf ├── NET Roadmap.png ├── Patterns.png ├── README.md ├── csharp-mindmap.png ├── csharp-timeline.png ├── patreon.png └── release-schedule.png /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milanm/DotNet-Developer-Roadmap/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milanm/DotNet-Developer-Roadmap/HEAD/.gitignore -------------------------------------------------------------------------------- /Books.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milanm/DotNet-Developer-Roadmap/HEAD/Books.jpg -------------------------------------------------------------------------------- /Bundle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milanm/DotNet-Developer-Roadmap/HEAD/Bundle.png -------------------------------------------------------------------------------- /CSharp-NET_Timeline.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milanm/DotNet-Developer-Roadmap/HEAD/CSharp-NET_Timeline.jpg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milanm/DotNet-Developer-Roadmap/HEAD/LICENSE -------------------------------------------------------------------------------- /NET Developer Roadmap Minimal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milanm/DotNet-Developer-Roadmap/HEAD/NET Developer Roadmap Minimal.pdf -------------------------------------------------------------------------------- /NET Developer Roadmap Minimal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milanm/DotNet-Developer-Roadmap/HEAD/NET Developer Roadmap Minimal.png -------------------------------------------------------------------------------- /NET Roadmap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milanm/DotNet-Developer-Roadmap/HEAD/NET Roadmap.pdf -------------------------------------------------------------------------------- /NET Roadmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milanm/DotNet-Developer-Roadmap/HEAD/NET Roadmap.png -------------------------------------------------------------------------------- /Patterns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milanm/DotNet-Developer-Roadmap/HEAD/Patterns.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milanm/DotNet-Developer-Roadmap/HEAD/README.md -------------------------------------------------------------------------------- /csharp-mindmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milanm/DotNet-Developer-Roadmap/HEAD/csharp-mindmap.png -------------------------------------------------------------------------------- /csharp-timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milanm/DotNet-Developer-Roadmap/HEAD/csharp-timeline.png -------------------------------------------------------------------------------- /patreon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milanm/DotNet-Developer-Roadmap/HEAD/patreon.png -------------------------------------------------------------------------------- /release-schedule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milanm/DotNet-Developer-Roadmap/HEAD/release-schedule.png --------------------------------------------------------------------------------