Blog for Junior Developers C#/.NET

Blazor is a new framework currently being developed by Microsoft. It is part of ASP.NET Core and allows you to create modern SPA and MPA web applications in C#. It is also possible to create an application that includes some [...]
What is Blazor C#? Advantages of Blazor
I would like to devote today's article to 4 expressions that you have probably used more than once when writing queries using LINQ. I'm talking about First, FirstOrDefault, Single and SingleOrDefault. Admit it, do you really know in [...]
Do You Really Know the Differences Between First vs FirstOrDefault vs Single vs SingleOrDefault?
ASP.NET MVC developers know that data can be passed from a controller to a view in a variety of ways. The most popular way is to use ViewModel, but you can also use ViewBag, ViewData and TempaData, among others, but what is [...]
Difference Between ViewData, ViewBag and TempData

Search engine

© Copyright 2024 CodeWithKazik.com. All rights reserved. Privacy policy.
Design by Code With Kazik