Blog for Junior Developers C#/.NET

In ASP.NET Core, in addition to creating typical MVC applications, we can also create REST APIs. There are many rules that you need to remember in such a case, so that your applications are willingly used by customers. You will [...]
6 Best Practices in ASP.NET Core REST API
ASP.NET Core MVC has huge possibilities. We can write various applications here. Both small, own web programs, as well as large applications used by many clients. So it is a technology that is and will continue to be used in many [...]
12 Best Practices in ASP.NET Core MVC
If you are starting to learn programming in ASP.NET Core, you may encounter various problems at the beginning, but it is worth learning from mistakes, not only your own, and drawing conclusions from them. This is the best way to [...]
8 Common ASP.NET Core Beginner Mistakes
Have you ever wondered what the best way to learn programming is? Of course, learning through action, i.e. practice, programming itself and creating applications. This way of learning gives the best results. The ASP.NET Core [...]
Get An Edge On The Job Market - ASP.NET Core School
In today's article, I will introduce you to a technology that is one of the most popular choices for programmers and companies around the world - ASP.NET Core. I will present you with 20 reasons why it is worth learning this [...]
20 Reasons Why You Should Learn ASP.NET Core
Today I have some great news for you! We have just opened registration for my online training ASP.NET Core School, where I show you how to create web applications using the ASP.NET Core MVC framework and ASP.NET Core Web [...]
ASP.NET Core MVC + ASP.NET Core Web API
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
© Copyright 2024 CodeWithKazik.com. All rights reserved. Privacy policy.
Design by Code With Kazik and Modest Programmer.