Skip to content

Latest commit

 

History

History
152 lines (119 loc) · 5.31 KB

File metadata and controls

152 lines (119 loc) · 5.31 KB

1. References

[1] - Microsoft - Csharp Step by Step [2] - Packt - Csharp 10 and Net6 [3] - University of Alberta - Microservices [4] - Packt - Software Architecture with Csharp10 and Net6 [5] - Microsoft - Programming ASPNETCore [6] - ASPNETCore5 and React

2. Concepts And Definitions

[1] [2] LINK

3. Variables and Statements

[1] [2] LINK

4. Methods

[1] [2] LINK

5. Exception Handling

[1]
LINK

6. Classes

[1] [2] LINK

7. Values and References

[1] [2] LINK

8. Enumerations and Structures

[1] LINK

9. Inheritance, Polymorphism and Interfaces

[1] [2] LINK

10. Properties to access fields (PENDING)

[1]

11. Using garbage collection and resource management (PENDING)

[1]

12. Handling binary data and using indexers (PENDING)

[1]

13. Collections (PENDING)

[1] [2] LINK

14. Generics (PENDING)

[1]
LINK

15. Decoupling Application Logic and Handling Events

[1]
LINK

16. Multitasking

[1] [2] LINK

17. Asynchronous Operations (PENDING)

[1] [2] LINK

18. Libraries

[2]
LINK

19. Testing

[2] LINK

20. Packaging and distribution (PENDING)

[2] LINK

21. Files (PENDING)

[2]

22. EF Core (PENDING)

[2]

23. Linq (PENDING)

[1] [2] LINK

24. Performance (PENDING)

[2]

25. Microservices Theory (PENDING)

[3] [4] LINK

26. Razor Pages (PENDING)

[2]

27. MVC (PENDING)

[2] [5]

28. API (PENDING)

[1] [2] [4] [5]

29. WebApp (PENDING)

[5] [6]

30. Deploy on Cloud (PENDING)

[4] [6]