Hamza EL Yousfihamzaelyousfi.hashnode.net·Dec 20, 2022Learn C# from scratch for absolute beginners!Before reading this article ... In this tutorial, we will look at several essential C# concepts that you need to know to start programming in C# and the .NET framework. We will see some of the basics of the C# language such as data types and variable...SofIng dev and 2 others are discussing this3 people are discussing thisDiscuss·92 likes·326 readsSoftware development in C# & .NET# csharp # beginners # dotnet # programming
Hamza EL Yousfihamzaelyousfi.hashnode.net·Dec 27, 2022Design Patterns : DecoratorIn this tutorial, we will look at the abstract factory design pattern, and we will have a detailed example of how to use this design pattern using the C# language.All you need to follow along with this article is some knowledge of the C# language, ob...Discuss·54 likes·89 readsSoftware development in C# & .NETdesign patterns
Hamza EL Yousfihamzaelyousfi.hashnode.net·Dec 24, 2022A quick tutorial to learn delegates in C#Introduction In this short tutorial, we will learn about delegates in C#. To follow this article, you only need to have a basic knowledge of C# and Visual Studio installed! What are the delegates? A delegate is a type that can contain a reference to ...Emannuel Mondal and 1 other are discussing this2 people are discussing thisDiscuss·31 likes·98 readsSoftware development in C# & .NETC#
Daberechukwu Ibeakanmadabereibe.hashnode.net·Apr 24, 2023What is C#?C# is a modern, object-oriented programming language that was created by Microsoft in 2000. It is designed to be simple, powerful, and easy to use, with syntax that is similar to other popular programming languages such as Java, C++, and C. Basic Syn...Discuss# csharp # beginners # dotnet # programming
Igwegbe Calebkaybangz.hashnode.net·Apr 15, 2023AddSingleton VS AddTransient VS AddScoped in ASP.NET Core (For beginners)One crucial aspect of software development is understanding the lifetime of services and how to manage them effectively. As a technical writer with extensive experience in software development, I've found that many developers struggle with this topic...Discuss·1 like·36 readsdotnet
Tobby UmohforLittle C# Sessionstobby.hashnode.net·Apr 7, 2023Working With Extension Methods in C#C# extension methods are a powerful feature that allows you to add new functionalities to existing types without modifying the original type. Extension methods can be used to create reusable code, simplify code, and enhance the readability of your co...Discuss·33 readsC#
Thiago Kasper de Souzathiagoks.hashnode.net·Jan 26, 2023LinkedIn Learning - C#Project link: https://github.com/ThiagoKS-7/Linkedin-Learning-CSharp1 In this LinkedIn Learning course, the main objective was not necessarily to create a system or platform, but to train the fundamentals of the language, starting with variables, the...Discuss·26 reads# csharp # beginners # dotnet # programming
Abdul-Razak, Jibrilla zakitworld.hashnode.net·Jan 15, 2023Loops in C# 11Loops are a fundamental concept in programming, and C# offers several ways to implement them. In this blog post, we will discuss what loops are, the most common types of loops in C#, including for loops, while loops, do-while loops and foreach loops,...Discuss·29 reads# csharp # beginners # dotnet # programming
Hamza EL Yousfihamzaelyousfi.hashnode.net·Dec 27, 2022Design Patterns : DecoratorIn this tutorial, we will look at the abstract factory design pattern, and we will have a detailed example of how to use this design pattern using the C# language.All you need to follow along with this article is some knowledge of the C# language, ob...Discuss·54 likes·89 readsSoftware development in C# & .NETdesign patterns
Hamza EL Yousfihamzaelyousfi.hashnode.net·Dec 24, 2022A quick tutorial to learn delegates in C#Introduction In this short tutorial, we will learn about delegates in C#. To follow this article, you only need to have a basic knowledge of C# and Visual Studio installed! What are the delegates? A delegate is a type that can contain a reference to ...Emannuel Mondal and 1 other are discussing this2 people are discussing thisDiscuss·31 likes·98 readsSoftware development in C# & .NETC#
Hamza EL Yousfihamzaelyousfi.hashnode.net·Dec 20, 2022Learn C# from scratch for absolute beginners!Before reading this article ... In this tutorial, we will look at several essential C# concepts that you need to know to start programming in C# and the .NET framework. We will see some of the basics of the C# language such as data types and variable...SofIng dev and 2 others are discussing this3 people are discussing thisDiscuss·92 likes·326 readsSoftware development in C# & .NET# csharp # beginners # dotnet # programming
Ahmeed Abdul-Jalaljalalgorithm.hashnode.net·Dec 12, 2022C# (csharp) Old And Outdated??For a language created to rival Java cross-platform capabilities and functions ,with it modern , innovative and object oriented programming approach . Since It's inception and creation by Microsoft in 2002 ,C# has witnessed immense growth . Created f...Discuss·1 like·46 readsC#
Mikhilesh M Hirphodemikhi.hashnode.net·Aug 24, 2022What is WPF (Windows Presentation Foundation)?Windows Presentation Foundation (WPF) is a powerful framework for building Windows desktop applications. It allows developers to create rich, visually stunning user interfaces using a combination of XAML (eXtensible Application Markup Language) and C...Discusswpf