Tag: C#

What’s New in Blazor in .NET 8 Preview 6?

.NET 8 Preview 6 is the latest preview release of .NET 8, which is expected to be released later this year. It includes many new improvements to blazor, such as: Form model binding and validation with server-side rendering: Blazor’s new server-side rendering mode can now bind and validate data from HTTP form post values. This […]

API & REST API

What is an API? Api is short for Application Programming Interface. It is used in computer programs to communicate with other applications and/or services.It acts as a bridge between different softwares and devices.Each time we use an app like Facebook or Instagram, send an instant message or check the weather on our phone, we use […]