Recent Posts

Try the MVVM pattern with Blazor

3 minute read

Introduction I was developing an application with Blazor, and I thought that it would be easier to develop if I could apply the MVVM pattern that was done d...

Learn Prism Commanding

12 minute read

Learn the Commanding section from the RRISM LIBRARY Documentation (https://prismlibrary.com/docs/commanding.html).

Set List to Span

less than 1 minute read

.NET 5.0 will add a method to make List <T> Span <T>.

C # error message

less than 1 minute read

An error that occurred when the argument of Split was enclosed in ". When using it, specify it with single quotation marks such as data.Split (',').

Learn Prism WPF View Composition

49 minute read

Learn the WPF View Composition (https://prismlibrary.com/docs/wpf/view-composition.html) section from the PRISM LIBRARY Documentation.