#c

[ follow ]
#software-development
Software development
fromInfoQ
3 months ago

Learnings from Working with Programming Rules and Guidelines

Developers should selectively adopt programming rules and document deviations to improve collaboration and code quality.
Misapplication of programming guidelines can lead to suboptimal and cumbersome code.
fromInfoQ
1 week ago
Software development

C++26 Draft Finalized with Static Reflection, Contracts, and Sender/Receiver Types

Software development
fromInfoQ
3 months ago

Learnings from Working with Programming Rules and Guidelines

Developers should selectively adopt programming rules and document deviations to improve collaboration and code quality.
Misapplication of programming guidelines can lead to suboptimal and cumbersome code.
fromInfoQ
1 week ago
Software development

C++26 Draft Finalized with Static Reflection, Contracts, and Sender/Receiver Types

fromTheregister
1 week ago

Cosmoe: New C++ toolkit for building native Wayland apps

Cosmoe is a modern C++ UI library that enables developers to create multithreaded Linux applications targeting Wayland, with a lightweight and mature framework.
Mobile UX
Artificial intelligence
fromHackernoon
3 weeks ago

"Feels Like Someone Else Is Coding": My Surreal Experience with Copilot Agent in ASP.NET8 | HackerNoon

GitHub Copilot Pro+ can effectively assist developers in creating and managing code in complex .NET applications.
fromInfoWorld
3 weeks ago

How to use frozen collections in C#

The FrozenSet and FrozenDictionary classes introduced in .NET 8 offer immutable collections optimized for fast look-ups, enhancing data structure selection for developers.
Scala
Tech industry
fromBusiness Insider
1 month ago

Why Citadel Securities is training its developers on a coding language update so complex it hasn't even been released yet

C++ is an evolving language critical for efficiency in high-frequency trading.
#net
fromInfoWorld
11 months ago

How to use Refit to consume APIs in ASP.NET Core

Refit simplifies consuming REST APIs by defining API endpoints as C# interfaces, eliminating manual HTTP request handling and response parsing.
Web frameworks
#developer-productivity
Mobile UX
fromTechzine Global
3 months ago

Microsoft tool masks malware for cybercriminals

Cyber criminals exploit .NET MAUI to hide malware in blob files, making detection by traditional security measures challenging.
fromHackernoon
4 months ago

C++ Metaprogramming: Compilation of Calculations, from Basic Techniques to Advanced Methods | HackerNoon

Compile-time calculations in C++ enhance program efficiency and safety, but increase compilation time and can complicate code readability.
Scala
fromHackernoon
1 year ago

C++ Metaprogramming: Variadic Templates & Fold Expressions-Now with 100% Less Headaches | HackerNoon

Variadic templates greatly simplify the process of creating functions and classes that can accept a variable number of template arguments, transforming generic code development.
Scala
#memory-safety
Scala
fromTechzine Global
4 months ago

C++ needs to be more secure, but it need not be replaced

Bjarne Stroustrup calls for the C++ community to defend against attacks questioning the language's memory safety and security flaws.
Scala
fromTheregister
4 months ago

C++ creator calls for action to address 'serious attacks'

Bjarne Stroustrup urges the C++ community to address memory safety issues amid rising criticism and shifts toward safer programming languages.
Scala
fromTechzine Global
4 months ago

C++ needs to be more secure, but it need not be replaced

Bjarne Stroustrup calls for the C++ community to defend against attacks questioning the language's memory safety and security flaws.
Scala
fromTheregister
4 months ago

C++ creator calls for action to address 'serious attacks'

Bjarne Stroustrup urges the C++ community to address memory safety issues amid rising criticism and shifts toward safer programming languages.
Software development
fromInfoWorld
4 months ago

Microsoft updates VS Code C# Dev Kit extension

Microsoft's C# Dev Kit update enhances Razor/Blazor development with better Hot Reload and improved error management for debugging and testing.
fromHackernoon
7 months ago

Entity Framework 8 - Partial Classes Tricks You Should Know About | HackerNoon

In EF 8, generating classes directly from the database can lead to loss of customizations when the model is regenerated; partial classes offer a solution to this issue.
Bootstrapping
fromCodeProject
9 months ago

(Non-)Nullable Reference Types

The new feature called 'nullable reference types' makes two mistakes by focusing on non-nullable variables, which have always been part of C#, misleading developers.
JavaScript
[ Load more ]