#c

[ follow ]
fromInfoWorld
1 month ago

Microsoft C++ static analysis tool bolsters warning suppressions

The Microsoft C++ Code Analysis tool has been updated to provide better tracking, justification, and overall management of warning suppressions, leading to a more maintainable code base.
Software development
fromInfoWorld
1 month ago

How to inline methods using MethodImplAttribute in C#

The MethodImplAttribute class in C# allows developers to instruct the JIT compiler to 'inline' a method, enhancing execution speed by substituting a method call with its implementation.
Software development
fromInfoQ
1 month ago

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

Reflection will debut in C++ in an early form and is expected to evolve in future versions, enabling advanced use cases like generating bindings for other languages.
Software development
fromTheregister
1 month ago

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

Cosmoe offers a lightweight, mature C++ UI library for Wayland, despite being a newly announced project.
fromHackernoon
2 months ago

Meet Iron Software: HackerNoon Company of the Week | HackerNoon

Their tools empower developers to simplify complex tasks, with a track record of significant downloads validating their impact across varied industries.
NYC startup
Artificial intelligence
fromHackernoon
2 months 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.
Scala
fromInfoWorld
2 months ago

How to use frozen collections in C#

FrozenSet and FrozenDictionary in .NET 8 are optimized immutable collections for fast look-ups.
fromInfoWorld
2 months ago

C# 14 introduces file-based apps

Microsoft's new file-based apps capability for C# allows developers to run stand-alone .cs files directly, simplifying development and enhancing learning opportunities.
Software development
Tech industry
fromBusiness Insider
3 months 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.
fromApp Developer Magazine
3 months ago

Microsoft Build 2025 | App Developer Magazine

Microsoft Build 2025 will feature a comprehensive lineup of .NET and C# content, with over 75 dedicated sessions designed to engage developers of all experience levels.
Software development
fromInfoWorld
1 year 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
[ Load more ]