Commit graph

274 commits

Author SHA1 Message Date
91e715a608 Remove NodeJS & duplicate notes 2022-02-06 16:43:13 +01:00
d228cc1dfb Remove todo annotations 2022-01-20 23:16:15 +01:00
20d9d6deb9 Fix record class & record struct notes 2021-12-30 21:17:29 +01:00
8d80356d2b
Fix .NET 6 implicit usings annotation in .csproj 2021-12-01 21:48:36 +01:00
2beb560067
Add details on component route parameters 2021-11-28 18:08:10 +01:00
8eb16c3262 Merge branch 'main' of https://github.com/m-lamonaca/ProgrammingNotes 2021-11-24 22:35:48 +01:00
107412e889
Clarify difference between Copy & Clone traits 2021-11-24 21:42:44 +01:00
d2cb9773ba Add Trait Objects notes 2021-11-23 09:47:48 +01:00
00d574d098 Add notes on Rc<T> & RefCell<T> 2021-11-23 09:47:34 +01:00
9b9d7bbcdc Add Trait Objects notes 2021-11-21 21:38:54 +01:00
84ab4b38cd --amend 2021-11-21 19:14:10 +01:00
5e1f94faa9 Add notes on Rc<T> & RefCell<T> 2021-11-21 19:12:32 +01:00
1cb17e0c0d Add notes on Smart Pointers, Box<T>, Deref & Drop 2021-11-20 18:51:51 +01:00
bf4d947520 Add iterator notes 2021-11-20 14:07:58 +01:00
407139f761 Add notes on closures 2021-11-20 13:46:20 +01:00
58c11d742f Add unit tests notes 2021-11-20 12:09:08 +01:00
fce76bf7eb Add notes on trait bounds & generics 2021-11-20 11:31:14 +01:00
c31ef640a8 Add notes on expect metorhod for error handling 2021-11-20 10:45:24 +01:00
4817b5b939 Merge branch 'main' of https://github.com/m-lamonaca/ProgrammingNotes 2021-11-20 09:34:29 +01:00
66adbca728 Add notes on Trait Extensione & extern keyword 2021-11-20 09:34:23 +01:00
b3d3606c48 Add Swagger notes 2021-11-09 14:55:42 +01:00
c939822755 Simplify REST API Notes 2021-11-09 14:51:42 +01:00
1fad5ca3bd Add notes on testing file & directory existance 2021-11-08 11:47:02 +01:00
7bc6bc6e97 Mark postponed C# features 2021-11-08 09:17:32 +01:00
0fd87958af Add variance summary image 2021-10-27 14:05:47 +02:00
ea59857f4b Merge branch 'main' of https://github.com/m-lamonaca/ProgrammingNotes 2021-10-18 19:15:16 +02:00
b18e348906 Add C# 10 Notes Improvements 2021-10-18 19:15:12 +02:00
ba1dbe3a45 Add notes on data binding end events 2021-10-15 12:04:57 +02:00
9f3a49cfc4 Add cherry-pick notes 2021-10-11 15:47:15 +02:00
fd4d843b9a Improve notes on collections 2021-10-10 14:40:49 +02:00
fcdb1651fa Add notes on error propagation 2021-10-10 14:23:55 +02:00
74395a870f Improve notes on Enums 2021-10-10 14:04:44 +02:00
44c3d71a7d Add Reference Lifetime notes 2021-10-10 13:01:07 +02:00
fac7b5b812 Add Trait notes 2021-10-10 10:03:37 +02:00
85a0962822 Imporve Struct notes 2021-10-09 15:19:46 +02:00
2187ac87be Add files notes 2021-10-09 14:46:47 +02:00
c7e366dfee Fix Standard I/O notes 2021-10-09 13:14:19 +02:00
37f8668439 Improve Slice notes 2021-10-09 12:40:23 +02:00
5c4a36212d Imporove notes on Ownership, Borrowing & References 2021-10-09 12:21:34 +02:00
6980fd786b Improve Array & Tuple notes 2021-10-09 11:05:59 +02:00
e9425c19a4 Add Unicode characters notes 2021-10-08 22:53:37 +02:00
a7138f04db Improve notes on Rust Operators 2021-10-08 22:48:35 +02:00
1fa5b32832 Add print formatting notes 2021-10-08 22:35:17 +02:00
a6f95d25dc Improve Attribute Notes 2021-10-07 11:57:35 +02:00
1c4f7c0185 Fix table formatting 2021-10-04 22:42:30 +02:00
b2abff42c4
Notes on .NET 6 features (#6)
- blazor components
- `field` keyword
- with-expression for anonymous types
- namespace semplification
- lambda signature inference
- static methods and properties on interfaces
- .NET 6 LINQ improvements
- global usings notes
- null parameter checking
- required properties
- native memory allocation
- Minimal APIs
- net 6 implicit imports
2021-10-04 22:37:01 +02:00
56a963bec8 Improve pattern matching and switch notes 2021-10-04 22:13:43 +02:00
5c0799df7f Fix typos 2021-09-22 19:17:55 +02:00
76550dfa3c Add Godot scripting starting notes 2021-09-19 15:22:33 +02:00
8a74634625 Remove duplicate units section, fix typos 2021-09-16 15:51:39 +02:00