Join Jess, Todd, and Chris as they do their best to keep up-to-date with what's going on in the software development world today. Who knows - maybe you'll learn a thing or two!
Chris, Jess, and Todd chat about enterprise messaging patterns. Is it a good practice to put a message bus or a queue in between your web server and your middle tier services? Can message buses be overkill? What's the best way for your loosely-coupled containerized services to communicate with one another? Did Todd actually say that there's some benefits to building a monolith?
Jess and Chris chat about not just using NuGet to download Microsoft's and other Open Source libraries from NuGet.org, but creating your own custom NuGet packages to help version and distribute your own components, without ever leaving your firewall!
Todd, Chris, and Jess chat about using Git in their day-to-day lives. Jess thinks it's the best thing since the CPU, but Todd thinks it's just the shiny new toy that's no better than TFS. Meanwhile, Chris thinks that GitFlow is the most overly-complicated process he's ever seen. What do you think?
What's the best way for a developer to provide true "value"?
What does "DevOps" really mean when you're not up on stage demoing the latest DevOps product or working at Netflix, Etsy, or Facebook? To find out, we ask Andy Schwam (@schwammy), a development manager, architect, and coder who has lived and breathed the concepts of "DevOps" in the real world... and lived to tell about it.
Razor Pages is a brand new feature in .NET Core 2.0 that brings the Page Model back into .NET Core, providing developers a simple, effective, and above all, easy way to create dynamic web pages without having to get into the details of the Model-View-Controller (MVC) approach.
In anticipation of the up-coming .NET Core 2.0 release (and the preview currently available), Todd, Jess, and Chris offer their answers to some of the frequently asked questions around .NET Core, such as:
Join Jess, Todd, and Chris as they discuss "The Twelve-Factor App": a set of patterns and practices that are crucial to building modern, scalable, and "cloud-ready" applications.
In this episode, Chris, Todd, and Jess discuss how awesome Visual Studio Code is while Todd defends the relevance of the full-blown Visual Studio "Classic Cadillac" IDE. What's the difference between an "IDE" and the new breed of powerful and extensible "text editors" such as Notepad++, Sublime Text, and now Visual Studio Code. Oh yeah, and Jess gets yet another reason to talk about how great TypeScript is, too.
Several episodes in to the ".NET Core RTM" series, Jess, Todd, and Chris finally get down to the specifics of how to use .NET Core. Starting with File > New Project all the way down to View Components, they talk about what it's like to actually use ASP.NET Core to develop real web applications.
Jeff Fritz from Microsoft joins Jess, Todd, and Chris to talk about .NET Core and we challenge our discussion of .NET Core RTM in the previous episode. Now that you've heard several sides of the story, what do you think? Let us know at staticvoidpodcast.com!
In this episode, Jess, Todd, and Chris talk about the fact that .NET Core (and ASP.NET Core) have been officially released, and contemplate what that means and how it might (or might not) affect .NET developers.
In this episode, Jess, Todd, and Chris debate the merits and the suitability of using the browser as an application development platform. From memory management, to the DOM, to deployment, to Todd wishing that Silverlight never died, we touch on a variety of aspects involved in working in the browser.
Chris, Todd, and Jess welcome their guest Matt Hornsby to discuss a concept he calls "Code Sprawl" to describe the evolution and decay of software systems over time. Relating the growth and aging of a software project to the growth and decay of urban areas, he draws parallels to identify what goes wrong. He also presents hope that we can learn from urban renewal as well.
Microsoft offers two frameworks that both allow you to create fully-functional web services and HTTP-based "web APIs". Which one should you choose?
Chris, Todd, and Jess discuss the cool new features available in C# 6. Some will save you keystrokes, some may save you bugs, and some... well, some you may never actually use (but why not find out about them anyway?).
In this episode, Jess, Chris, and Todd share their thoughts on the announcements and presentations that happened at Microsoft's BUILD 2016 developer conference.
In this episode, Todd, Jess, and Chris chat about automating developer testing. Some call it "TDD", some call it "BDD", but we just call it a good topic for a show! Join us as we talk about our varying experiences with creating, modifying, getting rid of, or even completely avoiding automated unit tests and how it's affected us.
Join Todd, Chris, and Jess as they wade through the waters of the "new" (but not really new) Microsoft frameworks, .NET Core 1.0 and ASP.NET Core 1.0. What were the motivations for the name change? Was it a good move? What the heck is .NET Core and ASP.NET Core, anyway?
In this episode, Todd, Chris, and Jess embrace the holiday spirit and share the stories that have molded them into the hardened code slingers they are today. Did Chris actually meet the real, live Batman while on a job in the middle of the night in Disneyland? Will Jess ever actually get fired - or even scolded - for deleting production databases and bringing production websites to a grinding halt? Why does Todd carry around 4 laptop power adapters to this day? Listen to our stories and decide for yourself.
In this episode, Jess, Chris, and Todd try to figure out what it means to be a specialist vs. a generalist in software development. Does being a generalist help you be a better specialist... or vice-versa? Can you even be one without the other? Join us as we try (and fail?) to answer these questions and manage to get an episode under one hour long.
It's TypeScript battle royale style as Jess, Chris and Todd discuss the emergence of TypeScript, ECMAScript 6 and the growth of JavaScript transpilers. Hear Jess promote the benefits of TypeScript for improving the quality of JavaScript and developer productivity. Meanwhile, Chris and Todd take on the competing argument that TypeScript is just syntactic sugar and that add classes and types on top of pure JavaScript can end up being a leaky abstraction that does more harm than good.
In this episode Jess, Chris and Todd discuss the big announcements from the Microsoft Connect(); conference on November 18 and 19. Hear their thoughts and reactions to the changes in Visual Studio 2015, the beta release of Visual Studio Code, the announcement of Visual Studio Dev Essentials, the RC release of ASP.NET 5 and all the new exciting things coming down the pike for Azure and the rest of the Microsoft Server Stack.
NuGet burst onto the .NET developer scene in 2010 and took Visual Studio development by storm. We .NET developers were able to easily add key Microsoft dependencies like Entity Framework, ASP.NET Web API, or client-side libraries like jQuery and bootstrap.
Chris, Todd, and Jess chat about distributed source control with Git - why Git was created, what problems it solves, and how you get can get up and running with it right away.
If you've done any .NET development at all, you've undoubtedly experience the dreaded NullReferenceException. In Java, it's the NullPointException. No matter what you call it, interacting with a null reference in any language can spell disaster for your application. Join Jess, Chris, and Todd as they chat about null values, some of the ways that they deal with them in their own applications, and how they've come to live relatively peacefully in a world full of nulls.
So you want to be a software development consultant? Or, are you just trying to figure out what it means when people say "1099" and "Corp-to-Corp"?
In this episode, Todd, Chris, and Jess discuss the various tools that they use for building Single-Page Applications, and client-side web applications in general.
Todd, Chris, and Jess talk about their real-world experience and reveal their tips, tricks, and best practices for building rich client-side applications on the web.
Chris, Todd, and Jess chat about the various aspects of building immersive and interactive client-side experiences in the browser today.
Join Jess, Todd, and Chris as they talk about the world of JavaScript - how it's great and horrible all at the same time!
Join Jess and Todd as they talk about the latest release of the ASP.NET framework and what you need to know in order to be ready for it.