saud chouglesaudchougle.hashnode.net·Sep 5, 2021What is Pointer?What is this 👇? var favoriteNumber int = 7 a variable of the name "favoriteNumber" of a type integer that stores 7. similarly var favoriteColor string = "black" a variable of the name "favoriteColor" of a type string that stores "black". pretty si...Discuss·10 likes·99 readsLearning And SharingGo Language
Devinterview.iodevinterview.hashnode.net·Jan 26, 2021C# interview questions and answers for developersC# is a general-purpose, multi-paradigm programming language encompassing static typing, strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented, and component-oriented programming disciplines. Here is a list of...Discuss·5 likes·47 readsC#
Okechukwu Godspraiseprazehub.hashnode.net·Jan 2, 2023Entity Framework CoreWhat is Entity Framework Core? Entity Framework Core (EF Core) is the latest version of the Entity Framework from Microsoft. It has been designed to be lightweight, extensible and support cross platform version of the popular Entity Framework data ac...Discuss·1 like·135 readsdotnet
Hitesh Bhavsarhiteshbhavsar.hashnode.net·Apr 9, 2023.Net 5: Worker ServiceIntroduction to Worker Service Worker Service is a feature of .NET that allows developers to create long-running background processes that can run independently of the main application. With the recent release of .NET 5, Microsoft has introduced a ne...Discuss·126 reads.NET
Md Asif Alammeasifalam.hashnode.net·Feb 26, 2023Assign the same value to multiple variables in a single statementYou might be seen this statement previously where we assign a single value to multiple variables, int num1, num2, num3; num1 = num2 = num3 = 5; But within C# we can assign multiples values to multiple variables using the statement var (a, b, c) = (...Discussc#
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
Shakuroshakuro.hashnode.net·Jan 25, 20236 Strong Reasons To Start Learning C# Language In 2022App and software development has become one of the most popular working fields. According to the U.S. Bureau of Labor statistics, the number of employed developers will gradually increase and reach 22.2% in 2030. Therefore, software development is a ...Discussbackend developments
Okechukwu Godspraiseprazehub.hashnode.net·Jan 2, 2023Entity Framework CoreWhat is Entity Framework Core? Entity Framework Core (EF Core) is the latest version of the Entity Framework from Microsoft. It has been designed to be lightweight, extensible and support cross platform version of the popular Entity Framework data ac...Discuss·1 like·135 readsdotnet
FOLASAYO SAMUEL OLAYEMIsaintvandora.hashnode.net·Dec 9, 2022Create a phone book console application in C#Getting Started Run the commanddotnet new console -o PhoneBookConsoleAppon your CLI (Command Line Interface) to create a phone book console application in C#. Note: Before running the command, make sure .NET SDK (Software development kit) or .NET Run...Discuss·80 readsWeb Development
Okeke Favourfavour14.hashnode.net·Jun 13, 2022What is LD_LIBRARY_PATH used for?In today's blogs, I will be talking about LD_library_path. LD_LIBRARY_PATH is an environment variable that lists a directory where the executable can search for a Linux shared library. It's also called the shared library search path. The value of the...Discussc#
Njeri Muriithispicycodes.hashnode.net·May 7, 2022C# Events and Delegates.Delegates A delegate is an object that refers to a method or a reference type that defines a method signature. It is declared using the delegate keyword. class program { public delegate void MyAgedelegate(int d);//define a delegate static void ...Discuss·140 readsLearn C# Basics to ProC#
saud chouglesaudchougle.hashnode.net·Sep 5, 2021What is Pointer?What is this 👇? var favoriteNumber int = 7 a variable of the name "favoriteNumber" of a type integer that stores 7. similarly var favoriteColor string = "black" a variable of the name "favoriteColor" of a type string that stores "black". pretty si...Discuss·10 likes·99 readsLearning And SharingGo Language
Silla Simscardetailing.hashnode.net·Mar 2, 2021How can CAR Detailing Lehi helpful for mothers?Mother's Day is quick drawing nearer, and even in these insane occasions it merits requiring the day to value our moms, grandmas, aunties, nannas, and mother-figures. They do a ton for us, and their adoration goes far. In a period of Stay Home Stay S...Discuss·29 readsc#