Create complete reports using DataTables and ASP.NET MVC Core
DataTables is a very nice JavaScript library that will improve the reports on your web applications
My first impressions of Razor Components (server-side Blazor)
Since Razor Components is coming along .NET Core 3 I decided to give it a try and write what I think about it so far
What is the difference between Reference Types and Value Types?
Here is where you will understand the difference between a Class and a Struct. Also the difference between Stack Memory and Heap Memory.
What are and how to use variables in C#
A short text explaining the basics of this every day necessity
The best way to use DropDownListFor with ASP.NET MVC
Things don't need to be difficult and, of course, do everything you can to reuse your code
Write and read XML files by serializing and deserializing objects with C#
This is a very useful approach when you don't want to create the XML files using XmlWriter