-
Simplifying ADO.NET Code in .NET 6: Part 1
Last updated: Tuesday, July 5, 2022
Published in: CODE Magazine: 2022 - July/August
Paul starts a new series about creating reusable wrappers that limit the amount of code you need to write when you’re working with ADO.NET in .NET 6.
-
.NET 6: Date and Time
Last updated: Monday, March 14, 2022
Published in: CODE Magazine: 2022 - March/April
Every day, you need to know the date and the time for a myriad of reasons. Mike walks through the current state for using Data and Time types from SQL Server in .NET code.
-
Docker Development Environment for .NET Devs
Last updated: Monday, March 14, 2022
Published in: CODE Magazine: 2022 - March/April
You already love Docker, but you probably aren’t familiar with Docker Desktop. Julie learned how useful this tool is by doing it the hard way.
-
Minimal APIs in .NET 6
Last updated: Thursday, December 23, 2021
Published in: CODE Magazine: 2022 - January/February
Controller-based APIs have been around for a long time, but .NET 6 changes everything with a new option. Shawn shows you how it works.
-
.NET Focus Features Fabulous Features
Last updated: Friday, October 29, 2021
Published in: CODE Focus Magazine: 2021 - Vol. 18 - Issue 1 - .NET 6.0
Rod reflects on this being the third CODE Focus issue he has managed and highlights some of the great articles about .NET 6 in this issue.
-
Bring Your .NET Apps Forward with the .NET Upgrade Assistant
Last updated: Friday, October 29, 2021
Published in: CODE Focus Magazine: 2021 - Vol. 18 - Issue 1 - .NET 6.0
Now that you’re using all the shiny new tools in .NET 6, you need to make sure that the rest of your .NET Framework is keeping up. Mike shows you how the new Upgrade Assistant does some of that work for you; but you'll have some work to do yourself.
-
Essential C# 10.0: Making it Simpler
Last updated: Friday, October 29, 2021
Published in: CODE Focus Magazine: 2021 - Vol. 18 - Issue 1 - .NET 6.0
It’s time for the annual release of C# vNext. Mark shows you how it’s streamlined in some ways and tightened in others. In fact, he thinks it will mark a sea change in how C# devs write code.
-
Power Up Your Power Apps with .NET 6 and Azure
Last updated: Friday, October 29, 2021
Published in: CODE Focus Magazine: 2021 - Vol. 18 - Issue 1 - .NET 6.0
Power Apps help design and specify how a mobile app will function without having to know all those troublesome details of being a professional coder. Come along as Brady walks you through .NET 6’s new ASP.NET Core Minimal APIs, then publishes the app to Azure App Service, imports it into Azure API Managements, and secures it with Microsoft Identity Platform.
-
The Unified .NET 6
Last updated: Friday, October 29, 2021
Published in: CODE Focus Magazine: 2021 - Vol. 18 - Issue 1 - .NET 6.0
There were many lessons learned as the .NET team released .NET 5 during the lockdown with an all-remote team. Rich shows how those lessons carried into .NET 6 with major performance improvements, multiple operating system scenarios for building client apps, support for Apple Silicon chips, and faster and more responsive development tools.
-
What’s New in ASP.NET Core in .NET 6
Last updated: Friday, October 29, 2021
Published in: CODE Focus Magazine: 2021 - Vol. 18 - Issue 1 - .NET 6.0
You already know that ASP.NET Core provides everything you need to build great Web UIs and powerful back-end services. Daniel shows how you can build rich interactive client Web UIs using all your favorite interactivity tools, standards-based HTTP APIs, real-time services, and back-end services.
-
Inversion of Control with Lamar
Last updated: Wednesday, February 23, 2022
Published in: CODE Magazine: 2021 - September/October
If you liked StructureMap for your IoC, you’re going to love Lamar. Jeremy shows you how to take advantage of this nifty tool.