Posted in .NET Dev

GraphQL in the .NET ecosystem

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

For the last 5 years I have worked a lot in the REST area designing, creating and/or maintaining Web APIs. Mostly in .NET Core but…

Continue Reading
Posted in Azure

Azure Durable Functions – stateful functions in a serverless environment

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

As many of you probably know I was co-organizing ApexVox, a free .NET conference that happened in Cluj, Romania. One of the many great talks…

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 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
Posted in Dev General IT Op-Ed

Do you want to become a software developer? Here’s how!

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

So, do you want to become a software developer and you didn’t graduate computer science? Do you feel that “your time has passed” and you…

Continue Reading
Posted in .NET Dev

Create your own reusable C# libraries targeting .Net Standard

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

A while back I tried to “demistify” the main concepts around .Net Core, .Net Standard and .Net Framework, since there were (and still are) a…

Continue Reading
Posted in .NET Tutorials

C# enum friendly names

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

If you develop using C# and the .Net ecosystem, chances are that you will need to use enums at a certain point. The enum keyword is…

Continue Reading
Posted in Dev Uncategorized

Deploy a NET Core console application using command line

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 blogged about .NET Standard, .NET Core and .NET framework and I think it might be a goo idea to write something…

Continue Reading
Posted in Dev Op-Ed

.NET Standard, .NET Core and .NET Framework demystified

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

Reading Twitter and several discussion threads on GitHub  or Reddit, I came to the conclusion that there still is a lot of confusion when discussing…

Continue Reading