Best of C# — May 2024
- 1
- 2
- 3
- 4
.NET Escapades·2y
An introduction to primary constructors in C#12
This post introduces the primary constructors feature in C#12 and discusses its use in reducing duplication in classes. It explains two approaches to use primary constructors and how they work behind the scenes. The post also mentions the advantages and disadvantages of using primary constructors.
- 5
- 6
John Reilly·2y
Serialising ASP.NET method calls for later execution
Learn how to serialise ASP.NET method calls for later execution by storing the type of object, the method, and the parameter values. Find out how to deserialise and execute the method call using reflection and the MethodCallInvoker class.
- 7
- 8
- 9
- 10
- 11
Awesome·2y
Last Chance To Get Rich!
The post discusses the release of chbt 40 and the potential to make money as a software developer by developing micro sess products using the new GPT version. It also provides a tutorial on building a web app that gives recipes and nutritional values based on leftovers using solid JS.