Commit graph

83 commits

Author SHA1 Message Date
65e8b72679 Add Swagger configuration details 2021-09-16 20:06:17 +02:00
a904e44e95 Add notes to Minimal APIs 2021-09-05 12:32:19 +02:00
f02a827308 Fix typos 2021-09-04 19:43:02 +02:00
817a6dc1f5 Notes on how to disable net 6 implicit imports 2021-09-04 19:07:46 +02:00
46e22a442c Add .NET 6 Minimal APIs Notes 2021-09-01 22:57:15 +02:00
b33336d7c1 merge main into NET-6 2021-08-28 16:19:45 +02:00
05f23c4d82 Add notes on Unsafe context, pointers and extern code 2021-08-28 16:18:07 +02:00
df695acbcf Add notes on native memory allocation 2021-08-28 15:52:41 +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
9e59eeeea4 Fix notes formatting 2021-08-13 14:43:06 +02:00
1956ebbf0d Remove no longer useful todo annotations 2021-08-10 10:25:48 +02:00
090fb95a0e Improve notes on Events & Delegates 2021-08-10 09:55:00 +02:00
9a56180316 Add State Manegement Notes 2021-08-09 13:46:06 +02:00
23c1d6578f Make various corrections to notes 2021-07-12 21:18:23 +02:00
9fa261b590 Merge branch 'main' into NET-6 2021-07-07 19:04:43 +02:00
3ca924b597 Rename .NET to DotNet 2021-07-07 19:01:59 +02:00
411d740dd4 Remove incomplete notes 2021-07-02 10:55:50 +02:00
6a42fc1d02 Add GraphQL Notes 2021-07-01 21:00:35 +02:00
78aec8b7f9 Merge branch 'main' of https://github.com/m-lamonaca/ProgrammingNotes 2021-07-01 20:39:33 +02:00
d2148a38ee Rename .NET folder to DotNet 2021-07-01 20:39:28 +02:00
28ec06cb95
Use local images instead or remote ones (#4) 2021-07-01 20:37:27 +02:00
68723844c3 Rename PHP notes 2021-06-23 17:36:12 +02:00
085535d05e Add git pull -ff notes 2021-06-19 11:22:04 +02:00
395825ce8e Add Svelte notes (#3) 2021-06-19 11:22:03 +02:00
c30e9d807c Add notes on git reset 2021-06-19 11:22:02 +02:00
c38e408e5e Add notes about .NET 6 new features
- global usings notes
- null parameter checking
- required properties
2021-06-08 13:44:55 +02:00
Marcello Lamonaca
1e242ad4bf Add notes about .NET 6 LINQ improvements 2021-05-26 11:13:37 +02:00
Marcello Lamonaca
2528d00f7c Improve REST API Notes 2021-05-21 19:23:10 +02:00
Marcello Lamonaca
e077d4ada2 Merge branch 'main' of https://github.com/m-lamonaca/ProgrammingNotes 2021-05-20 22:57:06 +02:00
66829521b8
Add notes on git reset 2021-05-20 12:21:48 +02:00
Marcello Lamonaca
965a1936b4 Add notes on CSS units 2021-05-18 12:05:45 +02:00
Marcello Lamonaca
b2cd836431 Add dynamic object keys notes 2021-05-11 11:19:32 +02:00
Marcello Lamonaca
8b5e725208 Fix CRUD notes 2021-05-08 12:43:30 +02:00
Marcello Lamonaca
cd1fa67960 Add notes on DbContext Nullability 2021-05-08 11:46:09 +02:00
Marcello Lamonaca
8bfb001be1 Fix notes language [ITA => ENG] 2021-05-05 10:24:30 +02:00
Marcello Lamonaca
a789e7e6c4 Add blazor PWA notes 2021-05-01 12:39:58 +02:00
Marcello Lamonaca
e369f7d565 Add notes for blazor components 2021-05-01 11:56:14 +02:00
Marcello Lamonaca
58a7495048 Add initial notes on new C# 10 features
- `field` keyword
- with-expression for anonymous types
- namespace semplification
- lambda signature inference
- static methods and properties on interfaces
2021-05-01 11:31:38 +02:00
Marcello Lamonaca
9e49e368b3 Add notes for blazor components 2021-04-30 20:46:13 +02:00
Marcello Lamonaca
e5f6cc69da Add notes un xUnit 2021-04-24 13:26:22 +02:00
Marcello Lamonaca
f88b29c32d Add asspect-ratio, grid, clamp and variables notes 2021-04-09 21:31:40 +02:00
Marcello Lamonaca
6e4e0c19e6 Move Unit Tests notes to dedicated file 2021-04-04 10:42:30 +02:00
Marcello Lamonaca
be033e7902 Add details about Nullable Value Types notes 2021-04-04 10:41:51 +02:00
Marcello Lamonaca
8fc0fc905c Move WebForms notes to single file 2021-04-04 10:40:33 +02:00
Marcello Lamonaca
6971933509
Add SignalR Notes (#2) 2021-04-02 11:02:56 +02:00
Marcello Lamonaca
ba32234ba9 Fix line endings 2021-04-02 10:16:04 +02:00
Marcello Lamonaca
17bf5fe2de
Add React Notes (#1)
* Start React notes

* useEffect & custom hooks notes

* Add React-Router Notes

* Spread operator cloning improvements

* Clarify notation for object with same key-value pair

* Add Redux notes

* Fix: translation

* Add details to event notes

* Add details to useEffect and class components

* Notes on async operations

* Fix: import <script> tag type

* Fix typos

* Add React Tests Notes

* Redux Tests Notes

* generalize paths

* Fix react testing library import

* Improve Store notes

* add missing ;

* Fix swapped examples for thunk and action tests

* Improve variable names

* Typo fixes
2021-03-29 19:34:47 +02:00
Marcello Lamonaca
09ee010b8c Fix: Incostintent class name 2021-03-29 10:47:50 +02:00