S06E15 59mSeason 6

Episode Summary
This episode is a conversation with Leslie Richardson, a senior product manager at Microsoft. Leslie has been working at Microsoft for six years, primarily in the developer division, focusing on tools for developers. Currently, she is a part of the C# developer experience team, where she works on projects like Razor, C# Dev Kit, and .NET Aspire.
Leslie’s passion for debugging and extensions is evident in her previous work on the Visual Studio debugger and the Visual Studio extensibility team. She also hosts the Visual Studio Toolbox show on YouTube and Twitch, where she invites her coworkers to discuss cool things in Visual Studio.
The main topic of discussion in the episode was the C# Dev Kit, a new extension in VS Code that enables developers to write C# applications in a more productive manner. Released in early October 2023, the C# Dev Kit aims to improve tooling support, performance, and reliability for C# development in VS Code. It addresses pain points such as slow code colourisation, file and solution loading times, and debugging capabilities.
Prior to the C# Dev Kit, developers using VS Code for C# development often faced frustrations, especially with debugging. The C# Dev Kit aims to streamline the debugging process and provide a more seamless experience. It also offers compatibility with Copilot for AI-based code completions.
The C# Dev Kit supports various project types, including ASP.NET Core web API, ASP.NET Core web UI, Blazor, .NET MAUI, console apps, test projects, and Unity-based applications. It also includes project templates to help developers get started without starting from scratch.
One notable improvement with the C# Dev Kit is the enhanced functionality of the Test Explorer window in Visual Studio Code. Before the C# Dev Kit, the Test Explorer window was not very functional and did not automatically recognize tests in the test project. Now, with the C# Dev Kit, the Test Explorer can recognize tests and display their statuses in a tree view format. It is compatible with major testing frameworks like MS Test, NUnit, XUnit, BUnit, and Playwright.
Episode Transcription
Yeah, so C# Dev Kit, it is a pretty new extension in VS Code. We just GA’d it back in early October. And it’s an extension that basically enables you to be productive writing C# applications in VS Code
Welcome to The Modern .NET Show! Formerly known as The .NET Core Podcast, we are the go-to podcast for all .NET developers worldwide and I am your host Jamie “GaProgMan” Taylor.
In this episode, I spoke with Leslie Richardson about the C# Dev Kit, a new extension for Visual Studio Code which aims to make the experience of writing C# and .NET code in the free editor more productive. It improves the experience of working with almost all code bases which use modern .NET, and includes the ability to even run and explore your unit tests within VS Code - something that wasn’t easily doable previously.
I know before C# Dev Kit existed, the Test Explorer is a window that exists by default in VS Code. But yeah, you’re already laughing like, "oh yeah."
So it wasn’t very great pre Dev Kit from my understanding, like simple things such as being able to automatically recognise your test once you build your test project. That was not a thing, which blows my mind. I’m like, "but then what are you supposed to do? Just manually add them in? That doesn’t sound fun at all, especially if you’re trying to do the whole test-driven development." You’ve got tests everywhere and it’s like, "well, that’s 50 some tests I have to log in. Yippee. I love testing."
Yeah, I can’t imagine that’s a great experience. So thankfully, with C# Dev Kit, we’ve actually made the window functional. I know, bare minimum, but I still think it’s pretty good. So when you build your test projects, it should be able to recognize everything that you have registered as a test via like a test method attribute or whatever kind of test type that you’re using.
So let’s sit back, open up a terminal, type in dotnet new podcast and we’ll dive into the core of Modern .NET.
Jamie
Leslie
Jamie
Leslie
Jamie
Excellent. Okay, so I wonder for the listeners, would you mind giving us a bit of an elevator pitch of you, and the work that you do, and all that kind of stuff?
Leslie
And I also work on .NET Aspire these days, which just got announced back in November, which is super exciting. I mostly focus on the dashboard experience for that, which. It’s a cool way to increase your productivity with cloud native applications specifically. And before all that I was working on the Visual Studio team. Pretty passionate about the Visual Studio debugger, which was the first team I had ever worked on. And I also worked on the Visual Studio Extensibility team. So I like debugging, I like extensions.
And when I’m not doing either of those or any of those, I also host the Visual Studio Toolbox show Shameless, plug on YouTube and Twitch, where I like to coerce or convince some of my coworkers to come on my show and we talk about cool things in Visual Studio.
And yeah, that’s kind of the gist of me. Outside of work. I also like to read huge Disney fan, huge Lego fan. I play piano. I’m pretty nerdy outside of guess.
Jamie
Leslie
Jamie
Yeah, so Japan is one of those places that I’ve been, like, a handful of times, and every time I go, I end up going somewhere completely new. And there is a small audience for this show in Tokyo, so, "hey, everyone!" I’m not trying to upset anybody, but the way I see it is when I’ve been to Japan, I’ve wanted to see real Japan, if that makes sense, like, meet the "real" people. And so the way that I’ve done it is I’ve actually travelled to the south of Japan, like Fukuoka, Nagasaki, Sasebo places.
Leslie
The problem with those places is if you go off the beaten track, you need to be able to talk with the people. So that’s always fun, like going, "oh, no, I’ve just started a conversation with someone and my brain has left my head and now I don’t know what I’ve got to say."
Leslie
Jamie
Leslie
Jamie
Well, no, it’s Bing translate.
Leslie
Jamie
Okay, so when we originally got talking, it was about the C# Dev Kit for VS Code. And I remember, like, just a few moments ago, you were saying that you’ve since moved to a different team from that. So are we still okay to talk about the Dev Kit for VS Code?
Leslie
Jamie
Leslie
Jamie
Leslie
Jamie
Leslie
So yeah, that’s cool. But that’s cool. That still has, it still blows my mind. People still watch those videos because that was like one of the first pieces of video content I ever did, I think joining Microsoft, it was like within my first year and I was totally freaked out because, yeah, Scott Hanselman approached me out of nowhere. He’s like, "hey, would you like to do this with me?" I’m like, "oh my God. The Scott Hanselman. What?" Yeah, but it was a really fun time to do but it’s cool that it still has that impact years later.
Jamie
Yeah, yeah. Like I said, I have this list of resources that I send to juniors and to interns and people at colleges, and that’s in there. The other things that are in there are like books by commUnity authors and stuff that’s not even related to dev work. I always recommend that juniors or people who come to me for mentoring read the book, the Marie Kondo’s konmari method to tidying up, because that’s about SOLID principles without being about computer programming. And Essentialism by Greg McEwen. Because that’s about focusing on the task at hand and having the ability to say no to other things that might get in the way. Because when you’re at the beginning of your career, you may not know how to say those things.
Leslie
Jamie
Leslie
Jamie
Leslie
Jamie
Leslie
Jamie
Okay. Right. So let’s talk C# Dev Kit for VS Code then. That’s a bunch of words. I guess, what is it?
Leslie
So prior to this extension existing, we had the OmniSharp-based C# extension, which had been there for years, and that was really the standard extension that you download if you wanted to do anything C# web-app related or .NET-app related inside VS Code. But we wanted to basically expand upon that extension by adding additional tooling support and just overall performance and reliability improvements that have came from customer pain points over the years. So things such as the Solution Explorer from Visual Studio, improved perf and reliability when it comes to how quickly it takes to colorize your code, how quickly it takes to load up or open a file or a solution, stuff like that. And streamlining things such as debugging, which I was probably the most happy about of all the different aspects, adding additional tests and capabilities, all of that jazz, just all of the different things that you’d encounter in your usual development loop to make you productive but in a VS Code context.
Jamie
When VS Code first came out, I remember I was sitting at my, I think it was my 2019 no, 2016. It didn’t come out in 2016, but I was using my 2016 Mac Air, and I was like, because I started messing around with .NET Core, and I was like, "oh, how am I going to edit the files? Like, I have no integrated development environment on my machine. How am I going to…" And then VS Code came out. I was like, "oh, cool, right? Okay, so I could do
dotnet new, and I can open the file. Brilliant." And then I can hit, like, I think it was F5, or maybe it was to bring the command palette and then do run. And it would run it, and I’m like, "this is awesome." And then I throw a large project at it and went, "okay, it’s slightly less awesome."Leslie
I can say for myself, I’m usually a Visual Studio person over VS Code. So when I joined the .NET team initially, that was like my first project: to help work on C# Dev Kit, and I was like, "thank God this is happening because, oh, my gosh," anytime I try to go over to VS Code to do my C# stuff, I’d get so annoyed, particularly with debugging. As somebody who likes the debugging tools a lot in Visual Studio, not to have bias or anything, it was so frustrating that I could barely do the basic hit F5 on a hello world app. I’m like, that’s all I’m trying to do. Why is this taking me 20 minutes to figure out how to modify, like, a weird launch settings JSON file and all this stuff that doesn’t work despite reading the documentation. Yeah. So excited to see that we were trying to improve that.
Jamie
Leslie
Jamie
dotnet run on the command line, but debugging in that instance was quite tough because I had to like, "okay, Console.WriteLine("I am here.");Console.WriteLine("I am here.");Console.WriteLine("I am here.");". Which was suboptimal, right?Leslie
Jamie
Leslie
So with C# Dev Kit you’re getting the C# Dev Kit capabilities which introduce the Solution Explorer. If you’re familiar with Visual Studio for project management and file management, you also get the enhanced testing capabilities and other things like that. And then you get the new and improved C# extension as well, which gets you the improved performance and reliability as well as just additional improvements just across editor productivity. And then you’re also getting the intellicode for C# Dev Kit extension which gives you the ability to have AI based code completions and stuff. And of course all of that is also compatible with Copilot. So if you chose to install Copilot or GitHub Copilot, then you can use that in place of intellicode whole line completions. So whatever floats your boat.
But yeah, so then once you have that extension pack installed, all you got to do is we give you a handy dandy walkthrough that tells you everything you need to get started for the first time. So make sure you have the latest, greatest .NET SDK installed from there, followed by making sure that you have a Microsoft license - I know that’s kind of a prickly topic that I’m not going to go too much into here, but really, as long as you have any form of a Visual Studio subscription, this can include CommUnity. So Visual Studio commUnity is free just heads up there. So then you’re good. You already have an account, a Microsoft account for being able to use C# Dev Kit. And so once you’ve got those two items, just open up cs file or start by creating a new project and you are good to go.
Sponsor Message
Do you have a WPF application and want to take it to macOS or Linux? Avalonia XPF, a binary-compatible cross-platform fork of WPF, enables WPF apps to run on new platforms with minimal effort and maximum compatibility.
With a few tweaks to your project file, your WPF app and all its dependencies are ready for testing on new platforms.
Start your app transformation journey with a 30-day free trial.
Head over to http://avaloniaui.net/themoderndotnetshow to get started today.
Jamie
Just to back up what you were saying there about the VS license, there is a commUnity license which is free, but there are certain caveats. So please, everyone listening, do your own due diligence. Read through the options that are available. You may qualify for commUnity, you may not, depending on what you’re doing. I don’t know. I can’t say I’m not a lawyer.
Leslie
Jamie
Leslie
Jamie
Leslie
Jamie
Leslie
Jamie
Okay, so I install the VS [Code] extension. I provide any authentication that’s required to make sure I have my license, all that kind of stuff. And then I open a project and bada bing, bada boom? Like I just hit function+F5 if I’m on a Mac or F5 if I’m on a Windows and it just runs?
Leslie
Jamie
Leslie
Jamie
But you said the Solution Explorer is like a filtered view of the list of files. So I use Visual Studio Code a lot for a whole bunch of stuff, but sometimes for I run it. Okay, so the website for the podcast is a statically generated website that uses Hugo, which just uses markdown files. So when I need to add the show notes for a new episode of the show, I open the repo with Visual Studio Code. I right click create new Markdown file, dump the contents in there,
git push, and it appears on there. So my file browser view, I guess, or what we will call the Solution Explorer will have, because it’s not C#, it will have just all the files ever.
So what I’m saying is people who’ve already interacted with Visual Studio Code will recognize this area, sometimes on the left hand side of the screen, depending on how you’ve set up your Visual Studio Code IDE. But let’s say it’s in the default place, which is on the left. It’s got a whole bunch of files in there, your files that you’ve opened. But the Solution Explorer you said was a filtered list. So how is that filtered? Is that like it shows me… because previously I would see, let’s say I’ve got two projects and they’re in separate folders that are next to each other and I have a solution file, then I would see the solution file, two folders, I would have to expand those out to see those files. Maybe there’s a couple of readme files or something. They’re all just scattered about in there. So how does that map to that filtered Solution Explorer that you were mentioning?
Leslie
.gitignore, and some of these files you may not necessarily care about when you’re doing your regular day to day development for a singular solution.So that’s when you can take advantage of the Solution Explorer. And the good news is you can choose to use both if you want. There’s nothing telling you you have to use one or the other. But the Solution Explorer is nice because it filters out some of those files that are usually going to be looked at less frequently, like your csproj, your sln, and your .gitignore files in favour of just being able to see the main contents that make up your project. So that doesn’t necessarily just include CS files that can be anything, it’d be razor files, it can be any markdown files that you’ve added to this experience, all of that.
And the Solution Explorer also in addition to that new streamlined layout of your files, also allows you to see the different dependencies that make up a particular project or that a particular project depends on including other projects and NuGet packages that you’ve got installed for a particular solution or project. All of that.
Again, it’s hard to describe without having a visual alongside it, but as an exercise, totally one download Dev Kit. Yeah, if you haven’t already, and then open it up and see the compare and contrast between what you see in the workspace versus what you see in the Solution Explorer.
Jamie
Leslie
There’s a lot of different project options and also new with C# Dev Kit you also get different project templates to work with as well. So you don’t have to start completely from scratch. So you get access to Blazor apps, ASP .NET apps class libraries. You mentioned MAUI, so there is a separate MAUI extension that is still currently in preview, but I think that might be set to change in the near future. But as long as you have C# Dev Kit installed and you have the MAUI extension installed, then you can do a MAUI app.
There’s also a Unity extension. So if you’re game dev or you’re someone who wants to write a Unity based application, then yeah, you can download the Unity extension. And again, as long as you have C# Dev Kit installed that will also be compatible. So yeah, there’s a lot of different C# based applications that you can do, and of course good old console apps too. Test projects I’ve done test projects before. We’re working on getting Aspire up there. I actually think it’s already there, but it’s still kind of a work in progress since we just started working on that.
So yeah, sky’s the limit.
Jamie
Leslie
Jamie
dotnet new on the command line?Leslie
dotnet new approach. But you can also do it via either directly from the Solution Explorer or you can do Control+Shift+P and.dotnet: new project if you want to get started like that. So there are several ways to get started. All of the are documented in documentation. That’s the good news.Jamie
Leslie
Jamie
So I guess there will be at least one person listening to this and I count myself as one of those people sitting here saying, "well okay, so what’s the point of Visual Studio then?"
Leslie
Yeah, I think at the end of the day I don’t personally think it’s a case of having to choose one or the other and calling it a day. There’s many people who use both for different reasons and there’s many people just choose one or the other, and either option is totally cool because they’re both part of the Visual Studio family. That said, so there are a couple main differences between VS Code and VS that you might want to consider.
So first is VS Code, it’s at its core it’s a lot more extension driven. Right? So in order to create that developer experience that you want, chances are you’re going to be installing a lot of extensions in order to get started. And that’s not necessarily a bad thing because some people like to have that fine grained control over what makes up their space. Versus Visual Studio, since it’s an ide first because VS Code at its core is still an editor in order with, sorry. With Visual Studio IDE, you’re getting a lot of those tools that you’d have to install as an extension VS Code right out the gate. So things such as the advanced editing capabilities, you don’t have to worry about installing a specific C#
extension for instance. Having all of those awesome debugging tools, the testing tools, those are all there from the moment you finish installing Visual Studio.
Similarly, you’ve got Visual Studio is tailored towards Windows. That’s why we call it Visual Studio Windows a lot of time because it’s exclusive to Windows, whereas VS Code is obviously not that it’s capable of Windows, Mac, Linux, Codespaces, Dev Boxes or just exists in the cloud, like web browsers. So there’s a lot more opportunities to take your applications with you on the go or depending on whatever your office setup looks like for the day, whether that’s on your rinky dink laptop on a train to Paris or your multi monitored setup in your house. So yeah, there’s a lot more flexibility in being able to take C# with you on the go if you’re using VS Code.
But again, I don’t think one is inherently worse or better than the other. It really just depends on your personal needs. I know for me when I want to. Again, I love the debugging tools in Visual Studio and I think they’re a lot more involved and more advanced in VS than they are in VS Code. So that’s a moment where I might consider moving over to Visual Studio if I wanted to do some heavy debugging stuff. Whereas VS Code it is a lot more lightweight. So if it’s just like, "oh, I’m in a groove where I’m just writing some code and enjoying my day and I don’t necessarily need to take advantage of some of those other tools that exist in Visual Studio right away." Or if I’m in a space that is different from my ideal machine setup, then yeah, I might go the VS Code route. But really there’s not a wrong answer.
Jamie
So you said there about, so there’s the rich debugging and support for testing and things like that. I know that in Visual Studio for Windows, if I have a test project I can right click and say, "run the tests." Or I can go to the test menu and say, "run the tests." Or I can pull up one of the test classes and right click and say, "hey, run the tests." Is it as easy in Visual Studio Code? Like if I’ve got some tests I can just go run the test.
Leslie
So it wasn’t very great pre Dev Kit from my understanding, like simple things such as being able to automatically recognize your test once you build your test project. That was not a thing, which blows my mind. I’m like, "but then what are you supposed to do? Just manually add them in? That doesn’t sound fun at all, especially if you’re trying to do the whole test-driven development." You’ve got tests everywhere and it’s like, "well, that’s 50 some tests I have to plug in in. Yippee. I love testing."
Yeah, I can’t imagine that’s a great experience. So thankfully, with C# Dev Kit, we’ve actually made the window functional. I know, bare minimum, but I still think it’s pretty good. So when you build your test projects, it should be able to recognize everything that you have registered as a test via like a test method attribute or whatever kind of test type that you’re using.
So yeah, the Test Explorer, it’s compatible with xUnit, nUnit, MSTest, bUnit, Playwright all the major frameworks that a lot of people use. And from there, once you build your test projects, the Test Explorer will be able to both recognize your test and also display the statuses of each test. And all this is conveniently displayed in a tree view manner. So if you’ve got 20 tests contained in one file of your test project, and then you’ve got another file that has ten tests, then that will be represented in a tree view in the Test Explorer, which is really nice. And of course you can also take advantage of the terminal view if you’re into that. That also has a test panel that I’m blanking on the name of right now, but it’s got test in the title and that will also display all of your different tests and their statuses.
And from there you’ve got a lot of different avenues from which you can run or debug your test. So you can do it via the command palette, you can do it via the Test Explorer directly. You can choose to run or debug a subset of your tests. If you only want to run the tests that failed or for whatever reason the test that passed or something like that, you can do that. And you can also run your test directly within the editor window, which I think is really nice. And I like to use the terminal window view specifically for addressing any tests that fail, because that window gives you a pretty nice display of why your test failed.
And if you still don’t know, that’s when I like to whip out GitHub Copilot, which is getting scarily better and better every day, where at one point I was trying to debug a test. Yeah, I was like, "I don’t know what’s wrong with this test, what am I missing?" And I just copied and pasted the issue that the test was shooting back out at me to Copilot, and it told me what the issue was and it also told me how to address it. So thank you, Copilot, for saving me potential hours of time that I would not have enjoyed.
Yeah, so testing has been buffed up a lot with Dev Kit, definitely.
Jamie
Leslie
Jamie
Whereas I feel like with Copilot and the other assistive technologies, I’ll need to caveat this next bit. As long as the company that you work for have a policy which allows you to do this, you can say to those tools, "I’m stuck. Can you act," because that’s why it’s called Copilot, "Can you act as my Copilot? Can you act as my second in command here and help me figure out what’s going on?"
Leslie
And I was writing a method for, like, a Codle or a Wordle style game that I was using as an example, and I hadn’t written the method yet. And I was writing the method, I had Copilot enabled, and all I did was type in the name of the method, and just based off the name of the method and the context of the rest of my code, it was able to figure out 98% of what I wanted to do. It was like ten lines worth of code. I’m like, "shoot. Okay, well, yeah, that’s exactly what I needed." I think I had to tweak one little thing, but that’s about it.
Jamie
int ThisIsAProperty { get; set; }, bool ThisIsAnotherProperty { get; set; }, string ITypeThisOutAndItDoesntMakeSense { get; set; }. And then I did—What was the last one I did because Copilot stepped in? So I did something like, oh, yeah bool ThisIsAnExample { get; set; }And then when I hit return, it auto suggested
bool SoYoullAppreciateIt, string SeriouslyThough, bool ThisIsntEvenMyCode, and string ImJustTypingThisToHelp. I was like, "what?! You even get by humuor. What is this?"Leslie
Jamie
But yeah, no, it’s really cool and I really appreciate that it has that sort of, that hook into all of those different bits and pieces with the C# Dev Kit and with everything else because it makes us as developers more productive. Right? Because I tell this to people all the time. People get this confused when they start this career. They think, "oh, I’m paid to type code into a computer." And I’m like, "no you’re not. You’re paid to solve the problem. And the code is one of the ways to solve the problem."
Leslie
Jamie
Leslie
Jamie
Leslie
Jamie
Excellent. Okay, so let’s have a look. Okay, this is me throwing a curveball here, right? I know it’s the C# Dev Kit for VS Code, but what if I have maybe some GitHub actions or some dockerfiles in there? Does that just effectively hide everything from me or are they showing?
Leslie
Jamie
Okay, so what about, and this is say I’m on Windows. Say I’ve got Visual Studio Code, and say I’ve got Visual Studio license. For some reason I’m using Visual Studio Code. Maybe it fits my workflow better, maybe it fits the project better, whatever. And I give it a. NET framework app. Is it still going to work or is it modern NET?
Leslie
Jamie
Leslie
Jamie
Okay, so I guess as we start to wrap up, and I realize that there will be certain things because things are in motion, things are being developed, you may not be able to talk about a great deal of stuff, but I wonder, is there anything that’s coming down the pipe for the C# for VS—et me get that name correctS—the C# Dev Kit for VS Code. There we go. Got that. I wonder if you know of anything that’s coming along that’s quite interesting that folks may not know about. Is there anything you talk about?
Leslie
I know a newest feature if it hasn’t gone out by now, because we usually update the extension every Wednesday. So if you’re somebody who needs the latest greatest bits at all times, tune in on Wednesdays because that’s when we ship the latest version. But I think we recently came out with NuGet restore capabilities and things that wasn’t there previously. Yeah, so that’s a big one that exists.
As for things in the backlog, I mentioned earlier that we’re hoping to further streamline the debugging process by making it so that you don’t have to have a file open in order to hit F5. And we’ve also got just streamlining the getting started experience even further. One of the things that I’m actually still working on, despite technically no longer owning C# Dev Kit all up, is improving the experience of acquiring the latest .NET SDK; because you do need the latest version or a compatible version .NET SDK in order to use C# Dev Kit. Otherwise you wouldn’t be able to actually build your applications, which that’s not fun, right?
But the way the current experience works is that if you’re following along with the embedded VS Code walkthrough that comes with C# Dev Kit, it will usually give you a link that takes you to a web browser in order to go through that installation process with the SDK, which we’re trying to avoid that we’re trying to limit the amount of time you have to swap back and forth between your web browser and VS code. So the goal is to hopefully embed some of that installation stuff within VS Code and not have to go to the web browser if you don’t have.
And then of course there’s other stuff that I’m probably blanking on right now. But the good news is that a large component of this project is open source. So the C# extension piece of it is open source, so you can get involved in adding additional information if you want.
And of course we are always listening to what you have to say or how we could better improve things going forward. So if you go to help and then report issue and VS code, then I highly recommend that you share either your bug or your feature suggestion there because one once you hit submit on that, it will automatically direct the issue to our repository. Real human beings do look at it, I promise. And it’s also really nice to share your issue directly from VS Code because you can also choose to include your system information when you submit the bug or feature request, which is really nice; it saves us all a lot of time. It saves you the time of having to reply back to us when we inevitably ask some of your system info in order to help figure out a problem for you. And that helps us because then we can get to actually trying to help you out faster. So yeah, would recommend it.
Jamie
Leslie
Jamie
Just on that idea of submitting the ideas, the issues, dare I say it, bugs and things like that is just me personally shouting out to the commUnity, if you’re going to do something like that and you can recreate a sort of minimum viable steps and possibly even code to get you to that problem, please do that, too. Because I’ve had people submit bugs for some of my open source stuff in the past where they’re like, "it doesn’t work!" And I’m like, "okay, well, can you give us a little bit more information?"
Leslie
Jamie
Leslie
Jamie
Leslie
Jamie
Leslie
Jamie
Yeah, seriously though, folks, I should have said right at the beginning, I forget to do this sometimes, that obviously this is Leslie and I talking as people who are talking, not me talking to Microsoft. Right. This is me talking to Leslie. Leslie is not necessarily representing Microsoft. That was just something I forgot to throw into the beginning. I’m probably going to put that in the intro as well just to make sure that everybody knows. But I thought I’d say it here as well.
And that wasn’t because you said X, just because I realized we got to the end and I hadn’t said it right. So, yeah, Leslie, it’s been fantastic having you on the show, and you did mention earlier on the Visual Studio toolbox show and that you’re on Twitter and things like that. So I wonder, what are some of the things that you create and put out there and how can folks get in touch with you if they have any questions?
Leslie
Jamie
Leslie
Jamie
Leslie
Jamie
Leslie
Jamie
Leslie
Wrapping Up
Thank you for listening to this episode of The Modern .NET Show with me, Jamie Taylor. I’d like to thank this episode’s guest, Leslie Richardson, for graciously sharing her time, expertise, and knowledge.
Be sure to check out the show notes for a bunch of links to some of the stuff that we covered, and full transcription of the interview. The show notes, as always, can be found at the podcast's website, and there will be a link directly to them in your podcatcher.
And don’t forget to spread the word, leave a rating or review on your podcatcher of choice - head over to dotnetcore.show/review for ways to do that - reach out via our contact page, or join our discord server at dotnetcore.show/discord - all of which are linked in the show notes.
But above all, I hope you have a fantastic rest of your day, and I hope that I’ll see you again, next time for more .NET goodness.
I will see you again real soon. See you later folks.
Useful Links
- C# Dev Kit
- .NET Aspire
- The Visual Studio Toolbox:
- ASP .NET Core 101
- Jamie’s recommended books for juniors:
- The Design of Everyday Things by Don Norman
- GitHub Copilot
- Visual Studio subscription
- .NET MAUI extension for VS Code
- Unity extension for VS Code
- Codespaces
- Microsoft Dev Box
- What is VS Code and C# Dev Kit? [Pt 1]
- Leslie on Twitter
- The OmniSharp-based C# extension
- Supporting the show:
- Getting in touch:
- Music created by Mono Memory Music, licensed to RJJ Software for use in The Modern .NET Show