A Beginner's Guide to IServiceCollection in C#
#dependencyinjection #csharpprogramming #dotnet #softwarearchitecture #dependencyinversion #inversionofcontrol #iservicecollection #unittesting
https://hackernoon.com/a-beginners-guide-to-iservicecollection-in-c
#dependencyinjection #csharpprogramming #dotnet #softwarearchitecture #dependencyinversion #inversionofcontrol #iservicecollection #unittesting
https://hackernoon.com/a-beginners-guide-to-iservicecollection-in-c
Hackernoon
A Beginner's Guide to IServiceCollection in C# | HackerNoon
Learn about IServiceCollection in C# and dependency injection. See how Dependency Inversion, Single Responsibility, and Open/Closed Principles fit together!
5 Simplified Concepts For Beginners in C#
#csharp #csharpprogramming #csharpforbeginners #variablesincsharp #datatypesincsharp #objectorientedprogramming #conditionalsincsharp #loopsincsharp
https://hackernoon.com/5-simplified-concepts-for-beginners-in-c
#csharp #csharpprogramming #csharpforbeginners #variablesincsharp #datatypesincsharp #objectorientedprogramming #conditionalsincsharp #loopsincsharp
https://hackernoon.com/5-simplified-concepts-for-beginners-in-c
Hackernoon
5 Simplified Concepts For Beginners in C# | HackerNoon
Considering C# as you get started on your programming journey? This article is focused on C# for beginners, and I've included 5 concepts from C# with code!
Everything You Need To Know About Scrutor vs Autofac in C#
#webdevelopment #dotnet #csharpprogramming #autofac #scrutor #dependencyinjection #inversionofcontrol #dependencyinjectionframework
https://hackernoon.com/everything-you-need-to-know-about-scrutor-vs-autofac-in-c
#webdevelopment #dotnet #csharpprogramming #autofac #scrutor #dependencyinjection #inversionofcontrol #dependencyinjectionframework
https://hackernoon.com/everything-you-need-to-know-about-scrutor-vs-autofac-in-c
Hackernoon
Everything You Need To Know About Scrutor vs Autofac in C# | HackerNoon
Scrutor vs Autofac in C#! Which one comes out on top between these two solutions for dependency injection in dotnet? See how each are used with code examples!
Why You Should Start With a Red Test in Test-Driven Development
#testdrivendevelopment #redtest #greentest #tdd #dotnet #dotnetcore #csharpprogramming #javascriptdevelopment
https://hackernoon.com/why-you-should-start-with-a-red-test-in-test-driven-development
#testdrivendevelopment #redtest #greentest #tdd #dotnet #dotnetcore #csharpprogramming #javascriptdevelopment
https://hackernoon.com/why-you-should-start-with-a-red-test-in-test-driven-development
Hackernoon
Why You Should Start With a Red Test in Test-Driven Development | HackerNoon
The significance of staring with a red test in test-driven development. Start with the red test to spot mistakes in a test
4 Essential Techniques Simplified for Refactoring C# Code
#coderefactoring #csharpcode #csharpprogramming #csharptutorial #refactoringcsharpcode #codereadability #codemaintainability #refactoringtechniques
https://hackernoon.com/4-essential-techniques-simplified-for-refactoring-c-code
#coderefactoring #csharpcode #csharpprogramming #csharptutorial #refactoringcsharpcode #codereadability #codemaintainability #refactoringtechniques
https://hackernoon.com/4-essential-techniques-simplified-for-refactoring-c-code
Hackernoon
4 Essential Techniques Simplified for Refactoring C# Code | HackerNoon
Learn essential C# refactoring techniques to improve your codebase's readability and maintainability.
The Dangers of Using async void Methods In C#
#asynchronousprogramming #asyncawait #csharpprogramming #asyncawait #codequality #errorhandling #eventhandlers #softwareengineering
https://hackernoon.com/the-dangers-of-using-async-void-methods-in-c
#asynchronousprogramming #asyncawait #csharpprogramming #asyncawait #codequality #errorhandling #eventhandlers #softwareengineering
https://hackernoon.com/the-dangers-of-using-async-void-methods-in-c
Hackernoon
The Dangers of Using async void Methods In C# | HackerNoon
Learn why async void methods in C# can be dangerous with clear code examples. A perfect for beginner software engineers wanting to understand the risks.
Casting Between Types Automatically in C#
#csharpprogramming #dotnet #csharptutorial #implicitoperators #automaticcasting #staticimplicitoperators #typecastingincsharp #typeconversionincsharp
https://hackernoon.com/casting-between-types-automatically-in-c
#csharpprogramming #dotnet #csharptutorial #implicitoperators #automaticcasting #staticimplicitoperators #typecastingincsharp #typeconversionincsharp
https://hackernoon.com/casting-between-types-automatically-in-c
Hackernoon
Casting Between Types Automatically in C# | HackerNoon
Learn how to automatically cast between types in C#! Leveraging implicit operators in C#, we can do away with explicit casts to convert between types.
Primary Constructors in C# 12: What They Are and Why They Are Useful
#softwaredevelopment #csharp #csharptutorial #dotnet #csharpprogramming #coding #primaryconstructors #whatareprimaryconstructors
https://hackernoon.com/primary-constructors-in-c-12-what-they-are-and-why-they-are-useful
#softwaredevelopment #csharp #csharptutorial #dotnet #csharpprogramming #coding #primaryconstructors #whatareprimaryconstructors
https://hackernoon.com/primary-constructors-in-c-12-what-they-are-and-why-they-are-useful
Hackernoon
Primary Constructors in C# 12: What They Are and Why They Are Useful | HackerNoon
As we bid farewell to the older syntax, let’s embrace the newer, more expressive way of creating objects.
C# Collection Expressions and Collection Initializers
#csharp #csharptutorial #csharpprogramming #dotnet #dotnetcore #dotnettutorial #coding #beginnerscodingguide
https://hackernoon.com/c-collection-expressions-and-collection-initializers
#csharp #csharptutorial #csharpprogramming #dotnet #dotnetcore #dotnettutorial #coding #beginnerscodingguide
https://hackernoon.com/c-collection-expressions-and-collection-initializers
Hackernoon
C# Collection Expressions and Collection Initializers | HackerNoon
See code examples for C# collection initializers and collection expressions! Compare and contrast the readability of these different examples.
The 30-Day .NET Challenge - Day 18: AggressiveInlining Attribute
#dotnet #csharp #csharpforbeginners #softwareengineering #csharpprogramming #aggressiveinliningattribute #performanceoptimization #jitcompilerbehavior
https://hackernoon.com/the-30-day-net-challenge-day-18-aggressiveinlining-attribute
#dotnet #csharp #csharpforbeginners #softwareengineering #csharpprogramming #aggressiveinliningattribute #performanceoptimization #jitcompilerbehavior
https://hackernoon.com/the-30-day-net-challenge-day-18-aggressiveinlining-attribute
Hackernoon
The 30-Day .NET Challenge - Day 18: AggressiveInlining Attribute | HackerNoon
One of the techniques to improve application performance involves the use of the AggressiveInlining attribute. It influences the Just-In-Time (JIT) compiler’s
The 30-Day .NET Challenge - Day 20: Task vs. ValueTask
#coding #programming #csharp #csharpprogramming #webdevelopment #aspnetcore #taskvsvaluetask #asnetcoreguide
https://hackernoon.com/the-30-day-net-challenge-day-20-task-vs-valuetask
#coding #programming #csharp #csharpprogramming #webdevelopment #aspnetcore #taskvsvaluetask #asnetcoreguide
https://hackernoon.com/the-30-day-net-challenge-day-20-task-vs-valuetask
Hackernoon
The 30-Day .NET Challenge - Day 20: Task vs. ValueTask | HackerNoon
Heap allocations aren’t entirely bad but when an object is allocated on a heap it contributes to the garbage collection cycles which in turn reduces overall app
30-Day .NET Challenge - Day 26: Loop Unrolling
#dotnet #loopunrolling #csharpprogramming #webdevelopment #aspnetcore #codeoptimization #reduceloopoverheads #30daydotnetchallenge
https://hackernoon.com/30-day-net-challenge-day-26-loop-unrolling
#dotnet #loopunrolling #csharpprogramming #webdevelopment #aspnetcore #codeoptimization #reduceloopoverheads #30daydotnetchallenge
https://hackernoon.com/30-day-net-challenge-day-26-loop-unrolling
Hackernoon
30-Day .NET Challenge - Day 26: Loop Unrolling | HackerNoon
Learn to enhance your loop performance in C#. Discover a better approach using Loop Unrolling on Day 26 of our 30-Day .NET Challenge.
The 30-Day .NET Challenge - Day 29: Generics & Custom Interfaces
#csharpprogramming #dotnet #webdev #csharpforbeginners #boxingincsharp #30daydotnetchallenge #custominterfacesincsharp #maintainablecsharpcode
https://hackernoon.com/the-30-day-net-challenge-day-29-generics-and-custom-interfaces
#csharpprogramming #dotnet #webdev #csharpforbeginners #boxingincsharp #30daydotnetchallenge #custominterfacesincsharp #maintainablecsharpcode
https://hackernoon.com/the-30-day-net-challenge-day-29-generics-and-custom-interfaces
Hackernoon
The 30-Day .NET Challenge - Day 29: Generics & Custom Interfaces | HackerNoon
Learn to enhance your maintainability with generics and custom interfaces in C#. Discover a better approach on Day 29 of our 30-Day .NET Challenge.
How to Use MudBlazor with Blazor Interactive SSR
#aspnetcore #blazor #blazorserver #aspnet #dotnet #csharpprogramming #mudblazor #blazorinteractivessr
https://hackernoon.com/how-to-use-mudblazor-with-blazor-interactive-ssr
#aspnetcore #blazor #blazorserver #aspnet #dotnet #csharpprogramming #mudblazor #blazorinteractivessr
https://hackernoon.com/how-to-use-mudblazor-with-blazor-interactive-ssr
Hackernoon
How to Use MudBlazor with Blazor Interactive SSR | HackerNoon
Learn how to use MudBlazor with Blazor interactive SSR! Blazor's Server Side Rendering can be used alongside MudBlazor for building your next Blazor app!
The Top C# .NET UI Controls
#webdevelopment #devops #csharp #dotnet #uicomponents #csharpprogramming #mobileappdevelopment #goodcompany
https://hackernoon.com/the-top-c-net-ui-controls
#webdevelopment #devops #csharp #dotnet #uicomponents #csharpprogramming #mobileappdevelopment #goodcompany
https://hackernoon.com/the-top-c-net-ui-controls
Hackernoon
The Top C# .NET UI Controls
Explore the top C# .NET UI controls and their notable features for your applications in this review of leading options.
The 10-Day .Net Aspire Challenge - Day 3: Add PGSQL Component
#dotnet #dotnetcore #plsql #dotnetaspire #csharpprogramming #softwaredevelopment #beginners #coding
https://hackernoon.com/the-10-day-net-aspire-challenge-day-3-add-pgsql-component
#dotnet #dotnetcore #plsql #dotnetaspire #csharpprogramming #softwaredevelopment #beginners #coding
https://hackernoon.com/the-10-day-net-aspire-challenge-day-3-add-pgsql-component
Hackernoon
The 10-Day .Net Aspire Challenge - Day 3: Add PGSQL Component
.Net Aspire framework is used to develop cloud and production-ready distributed applications. It consists of components to handle cloud-native concerns such as
10 Days of .Net Aspire: Day 5 — Integrating Apache Kafka
#dotnet #dotnetaspire #apachekafka #kafka #net8setupguide #csharpprogramming #dotnetaspirechallenge #kafkainvisualstudio
https://hackernoon.com/10-days-of-net-aspire-day-5-integrating-apache-kafka
#dotnet #dotnetaspire #apachekafka #kafka #net8setupguide #csharpprogramming #dotnetaspirechallenge #kafkainvisualstudio
https://hackernoon.com/10-days-of-net-aspire-day-5-integrating-apache-kafka
Hackernoon
10 Days of .Net Aspire: Day 5 — Integrating Apache Kafka
Learn how to integrate the Apache Kafka component into your .Net Aspire project using Visual Studio 2022.
The Top C# and VB.NET Chart Controls
#desktopapp #dotnet #csharp #csharpprogramming #charts #devops #development #goodcompany
https://hackernoon.com/the-top-c-and-vbnet-chart-controls
#desktopapp #dotnet #csharp #csharpprogramming #charts #devops #development #goodcompany
https://hackernoon.com/the-top-c-and-vbnet-chart-controls
Hackernoon
The Top C# and VB.NET Chart Controls
Explore the top C# and VB.NET chart controls and their notable features for your applications in this review of leading options.
The Top C# .NET Datagrids
#development #desktopapp #ui #csharp #dotnet #devops #datagrid #csharpprogramming
https://hackernoon.com/the-top-c-net-datagrids
#development #desktopapp #ui #csharp #dotnet #devops #datagrid #csharpprogramming
https://hackernoon.com/the-top-c-net-datagrids
Hackernoon
The Top C# .NET Datagrids
Explore C# .NET datagrids and their notable features for your applications in this review of leading options.
The Top C# .NET Spreadsheets
#webdevelopment #devops #csharp #dotnet #excel #csharpprogramming #spreadsheet #goodcompany
https://hackernoon.com/the-top-c-net-spreadsheets
#webdevelopment #devops #csharp #dotnet #excel #csharpprogramming #spreadsheet #goodcompany
https://hackernoon.com/the-top-c-net-spreadsheets
Hackernoon
The Top C# .NET Spreadsheets
Explore the top C# .NET spreadsheets and their notable features for your applications in this review of leading options.