Posted in .NET Dev Intermediate Tutorials

Equality in C#: Part 2 – Value equality

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

In the previous article of this series about equality in C# I talked about different equality types and then discussed the reference equality. In this…

Continue Reading
Posted in .NET Dev Intermediate Tutorials

Equality in C#: Part 1- Equality types and reference equality

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

I had an interesting discussion with one of my students regarding equality in C# recently. It all started from a simple question: “how can I…

Continue Reading
Posted in Beginner Dev General IT Op-Ed Tutorials

My favorite C# features

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

Few days ago I saw a thread on Twitter where developers shared their favorite C# features. It was very interesting to follow the discussions there…

Continue Reading
URIs in C#
Posted in .NET Beginner Tutorials

Working with URIs in C#

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

Most of today’s applications connect in one form or another to resources over a network. To do this we usually use URIs (Uniform Resource Identifiers)….

Continue Reading
Posted in .NET Tutorials

.Net Core online courses

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

.Net Core is a constantly growing ecosystem and it becomes a viable option for developers, mostly due to the fact that you can easily develop…

Continue Reading
Posted in Op-Ed

Do you want to become a software developer? Here’s a good chance to start

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

Do you want to become a software developer even if you didn’t study computer science? If yes, keep reading since this post might be interesting…

Continue Reading
Posted in .NET Beginner Dev Tutorials

How to integrate Ocelot with Identity Server 4

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

Not so long ago I wrote an article on how we can create our own API gateways using the Ocelot open source library. Since then,…

Continue Reading
Posted in .NET Dev

The curious case of strings in C#

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

In the last article I tried to describe the difference between value types and reference types in C# and I received some interesting feedback from…

Continue Reading
Posted in .NET Dev Intermediate Tutorials

Reference types and value types in .NET

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

In .NET (and therefore C#) there are two main sorts of type: reference types and value types! Understanding these sorts of type is crucial in the .Net ecosystem and,…

Continue Reading
Posted in .NET Beginner Dev Tutorials

Sorting lists in C#

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

Working with lists is something developers do almost everyday. One of the most common tasks when we think about lists is sorting them. Fortunately, sorting…

Continue Reading