diff --git a/out/blog.html b/out/blog.html index f7b6c9a..e379967 100644 --- a/out/blog.html +++ b/out/blog.html @@ -16,6 +16,8 @@

Blog

A collection of my thoughts, some of them may be interesting

+

[ Side Project Log 8/15/23 ] - August 15th, 2023

+

[ Side Project Log 8/08/23 ] - August 8th, 2023

[ Side Project Log 7/12/23 ] - July 12th, 2023

[ Side Project Log 4/29/23 ] - April 29th, 2023

[ Side Project Log 3/27/23 ] - March 27th, 2023

diff --git a/out/blogs/doing-c-assignments-in-csharp.html b/out/blogs/doing-c-assignments-in-csharp.html index 3945267..654340f 100644 --- a/out/blogs/doing-c-assignments-in-csharp.html +++ b/out/blogs/doing-c-assignments-in-csharp.html @@ -65,6 +65,11 @@ unsafe

In .NET 6, the NativeMemory class was introduced which you can read about here. It allows for malloc-like memory allocation and freeing which can be important for high-performance workloads.

+ + + + +