-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNotes.txt
27 lines (19 loc) · 1.09 KB
/
Notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
BetterConsoleDemo
-Console project with the resources of Dependency Injection, Logging and Settings, based on https://www.youtube.com/watch?v=GAOCe-2nXqc
ExcelDemo
-Exemple about how to create/ read a excel file using the nuget EPPlus, based on https://www.youtube.com/watch?v=j3S3aI8nMeE
HangFireDemo
-Project that shows the 4 free types of Hangfire, FireAndForget, Delay, Recurring and Continous job.
-It was based on https://www.youtube.com/watch?v=Rw0tM7EAWr8&list=PL2Q8rFbm-4rtH-5o6mzOFA0tombRfr4Be&index=1
HttpClientDemo
-Conect to a client http, using Blazor, based on https://www.youtube.com/watch?v=cwgck1k0YKU
MongoDbDemo
-Introduction about how to CRUD data from MongoDb, based on https://www.youtube.com/watch?v=69WBy4MHYUw
MVCDemo
-Introduction of MVC, based on https://www.youtube.com/watch?v=Pi46L7UYP8I
RecordDemo
-Introduction about the use of Records based on https://www.youtube.com/watch?v=9Byvwa9yF-I
StringDemo
-Exemples of String manipulation based on https://www.youtube.com/watch?v=ioi__WRETk4
YieldDemo
-Exemples of Yield Return based on https://www.youtube.com/watch?v=AAz8q6dOCYk