devleader (@devleaderca) 's Twitter Profile
devleader

@devleaderca

Nick Cosentino | Simplifying software engineering concepts for you | Principal Software Engineering Manager @Microsoft | Creator of @BrandGhostAI 👻

ID: 1614046806769557504

linkhttps://linktr.ee/devleader calendar_today13-01-2023 23:49:17

11,11K Tweet

5,5K Takipçi

1,1K Takip Edilen

devleader (@devleaderca) 's Twitter Profile Photo

How To Use IServiceCollection In Console Applications — What You Need To Know Read it on Medium: stories.devleader.ca/how-to-use-ise…

devleader (@devleaderca) 's Twitter Profile Photo

Should You Join A Coding Bootcamp? - Interview With Brooke Sweedar My journey through software engineering was pretty traditional: go to college/university directly after high school to study... then go into the workforce. But it's important that we keep an open mind about the

Should You Join A Coding Bootcamp? - Interview With <a href="/sweedarbk/">Brooke Sweedar</a>

My journey through software engineering was pretty traditional: go to college/university directly after high school to study... then go into the workforce. But it's important that we keep an open mind about the
devleader (@devleaderca) 's Twitter Profile Photo

I like using mocks in tests where I need full control. There are many people that get up in arms about using mocks in tests. I'm not here to tell you one type of test is universally better than another. I'm also not going to say that mocks are perfect or that you can't misuse

devleader (@devleaderca) 's Twitter Profile Photo

How To Convert Strings To Enums in C# In our previous video, we looked at the basics of Enums in C#. We saw that we could cast integers to the Enum type, but we couldn't do that with strings. So how can we go from a string to an Enum type? Let's find out in this C# tutorial on

How To Convert Strings To Enums in C#

In our previous video, we looked at the basics of Enums in C#. We saw that we could cast integers to the Enum type, but we couldn't do that with strings. So how can we go from a string to an Enum type? Let's find out in this C# tutorial on