Tag: .NET
.NET is a framework developed by Microsoft. All articles that are tagged with .NET on QuickCoder can be found here.
-
My Personal Summary Of .NET Conf 2024
.NET Conf 2024 just finished, it was packed with information and a new .NET version. If you feel overwhelmed by the amount of talks, keep on reading. Because In this summary I am focusing on the topics that I am interested in to give you a little overview. Have fun!
-
How To Use Behaviour-Driven Development with C# and SpecFlow
Here is an introductory guide on how to use Behaviour-Driven Development with C# and SpecFlow in a .NET application.
-
How To Send Emails For Free With The Brevo REST API
Brevo offers a powerful free bulk-email service. Here is how you can send emails for free with the Brevo REST API. Grab your free package with 300 emails per day with Brevo!
-
How To Resolve .NET MAUI Issues After The Release Of .NET 8
A new .NET version has arrived. So here is how to resolve .NET MAUI issues after the release of .NET 8.
-
Learn All About The New C# 12 Features!
Here are code examples and explanations so that you can learn all about the new C# 12 features that were published recently.
-
How You Can Enhance Your Code Quality With NDepend
Here is how you can enhance your code quality with NDepend, have fewer bugs, and deliver better software products.
-
How to Create Custom Controls with Data Binding in .NET MAUI
There are some differences to WPF that you should be aware of. Here is how to create custom controls with data binding in .NET MAUI.
-
Explore These Free UI Control Libraries for .NET MAUI
.NET MAUI contains a limited number of controls out of the box. However, there are free alternatives available for everyone!
-
The .NET MAUI Shell Control In Depth
Let’s explore the .NET MAUI Shell Control in depth and how you can handle it in your .NET MAUI app. Follow these examples to get started.
-
Flutter vs .NET MAUI: Which Is Better For Creating Cross-Platform Apps?
Here are my observations after extensively testing and building feature-rich apps using both Google and Microsoft frameworks.
-
How to Implement Shell Navigation, Data-Binding, and Dependency Injection in .NET MAUI
Here is a short guide to get you started with the basics in .NET MAUI. Navigate between pages, bind data in XAML, and add dependency injection quickly.
-
How to Fix Missing Documentation in SwaggerUI of your .NET WebApi Project
Your .NET WebApi project is up and running but the SwaggerUI doesn’t show the XML documentation of your code? Here is an easy fix!
-
Here are my Top 5 Naming Patterns for Unit Tests in C#
Naming tests is an underrated part of the testing process. Here are 5 patterns that you can use to keep your test names consistent.
-
I tried the new C# 11 features – Here are my useful takeaways
.NET Conf 2022 is over and Microsoft released .NET 7 together with C# 11. Here are the new features and my opinion of them.
-
Can’t use your pipeline in Azure DevOps with .NET7? Here is a solution!
After upgrading your app to a newer .NET version the cloud build agent of Azure DevOps fails. Here is what you can do against it!
-
Advanced tips for SpecFlow and Behavior-Driven Development in .NET
We are going to look at things like ScenarioContext, setup and teardown, navigation inside the IDE, and using arguments in step definitions.