Commit graph

316 commits

Author SHA1 Message Date
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
3bf43bc55b Add notes on XUnit test setup 2021-09-09 11:54:24 +02:00
04eb974d71 Add notes about Mocking 2021-09-09 11:30:18 +02:00
1c9cf283ec Add notes on async context and async composition 2021-09-08 13:39:45 +02:00
0278a9ad8b Add notes on git commit 2021-09-07 20:55:50 +02:00
05f23c4d82 Add notes on Unsafe context, pointers and extern code 2021-08-28 16:18:07 +02:00
b3f223d69a
Simplify installation instructions 2021-08-20 11:49:24 +02:00
613963b4df Fix formatting 2021-08-13 19:03:14 +02:00
dd447cfbcc Fix modules notes and formatting 2021-08-13 19:00:10 +02:00