Sudi Davidsudi.dev·Sep 14, 2024Code Smart, Not Fast: Avoiding Premature OptimizationAs a software engineer with several years of experience, I've seen my fair share of projects go off the rails. But there's one mistake that keeps popping up, no matter how many Medium articles warn against it: premature optimization. It's like that o...Discuss·2 likes·40 readsperformance
Pool Resurfacing Pluspoolresurfacinggilbert.hashnode.dev·May 22, 2024Mastering CSS: Unlock the Secrets to Stunning Web DesignMastering CSS: Unlock the Secrets to Stunning Web Design In the ever-evolving world of web development, CSS (Cascading Style Sheets) remains a fundamental cornerstone for creating visually appealing and responsive websites. While HTML provides the st...Discussc#
Maitri Pateltechnologicalblog.hashnode.dev·Apr 18, 2024Top 8 tools for C# development in 2024Introduction In the ever-evolving software development landscape, staying abreast of the latest tools and technologies is paramount. Choosing the right toolset for C# development can greatly improve output, optimize processes, and result in the devel...Discuss·104 readsC#
attitude academyattitudeacademy.hashnode.dev·Apr 9, 2024Hacks to Speed Up Your C++ DevelopmentIntroduction: Are you a computer science student looking to boost your productivity in C++ development? Whether you're working on projects, assignments, or preparing for a career in software development, optimizing your C++ development process can sa...DiscussC++
Elucian MoiseforProgramming Languagessagecode.hashnode.dev·Nov 8, 2023C# Data StructuresData structures are a way of organizing and storing data in a computer so that it can be used efficiently. Some of the main types of data structures are: Arrays - Arrays store data in a linear fashion, using indexes to access the data. They are fast ...Discuss·35 readsC# Fundamentalsdata structures
Hitesh Bhavsarhiteshbhavsar.hashnode.dev·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·138 reads.NET
Md Asif Alammeasifalam.hashnode.dev·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.dev·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# csharp # beginners # dotnet # programming
Shakuroshakuro.hashnode.dev·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 ...Discuss·65 readsbackend developments
Okechukwu Godspraiseprazehub.hashnode.dev·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·161 readsdotnet