Blazor Tutorial

Dot Net Tip Of The Day

Learn a little more about why Blazor is so exciting for dotNET developers.

dotNET tip of the day is about knowing key points that can help you get more out of building with the dotNET platform.

Using StringBuilder.Append()

When possible and you are building strings from multiple parts use StringBuilder.Append() rather than += which is less efficient.

Strings are immutable, and therefore when you add a value to a string a new instance is created using memory and resources.

Useful links

A list of some useful links where you can find out more about dotNET C# and what’s new in the .NET World.

 

Want to start learning Blazor?

Here at Blazor Tutorial, I want to share my passion and show you what you could achieve.

Blazor Quickgrid a Simple Data Grid

Blazor Quickgrid Learn a little more about Blazor Quickgrid a Simple Data Grid Blazor QuickGrid sole aim is to provide a simple, convienet and extremely

Dot Net Developer

DOT NET developer builds the software using Microsoft’s .NET to design, implement and develop software products.

Why Blazor Webassembly?

Blazor WebAssembly (2020) is the newest member of the Blazor family, coming after Blazor Server (2019) and works the opposite to his big brother.

Want to start learning Blazor?

Here at Blazor Tutorial, I want to share my passion and show you what you could achieve.