Recent Posts

[WinForms] 3D chart

1 minute read

```cs using System; using System.Drawing; using System.Windows.Forms; using System.Windows.Forms.DataVisualization.Charting;

[Note] Model binding

less than 1 minute read

![-](https://img.shields.io/badge/ASP.NETCore-3.1-brightgreen) Introduction This is a memo when I researched Model Binding of ASP.NET Core. ..

Linq’s count () was too slow.

1 minute read

LINQ count is slow I was doing paiza because I had too much free time, but there was a test case that timed out. After fixing the part written in Linq, the...

[.NET] Should VB.NET be type inferred?

2 minute read

What is type inference? I don’t bother to write it now, but if I write it, it’s ** “Let the compiler infer the type from the right side of the assignment ex...