#c

[ follow ]
fromInfoWorld
1 week 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
3 weeks 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
#programming
fromInfoQ
1 month ago
Software development

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

fromInfoQ
1 month ago
Software development

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

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
1 month 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
1 month 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
1 month ago

How to use frozen collections in C#

FrozenSet and FrozenDictionary in .NET 8 are optimized immutable collections for fast look-ups.
fromInfoWorld
1 month 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
fromBusiness Insider
2 months ago

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

Herb Sutter emphasizes that programming languages like C++ are evolving tools essential for maintaining efficiency and speed in technology-heavy firms like Citadel Securities.
Tech industry
fromApp Developer Magazine
2 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
fromAmazon Web Services
4 months ago

Customizing C# and C++ with Amazon Q Developer | Amazon Web Services

Amazon Q Developer now supports customizing C# and C++ inline suggestions to enhance productivity and workflow.
fromTechzine Global
4 months ago

Microsoft tool masks malware for cybercriminals

Researchers have uncovered that .NET MAUI is exploited by cyber criminals to hide malware within blob files, eluding traditional security detections.
Mobile UX
Scala
fromHackernoon
4 months ago

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

C++ metaprogramming with templates and constexpr enables compile-time execution, improving efficiency but complicating code readability.
Software development
fromInfoQ
4 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.
Scala
fromHackernoon
1 year ago

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

Variadic templates simplify generic programming by allowing functions and classes to accept a variable number of arguments.
#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.
fromInfoWorld
5 months ago

Understanding thread synchronization in C#

Synchronization in .NET is essential for ensuring that multi-threaded applications operate correctly, allowing only one thread to access shared resources at any time.
Java
Software development
fromInfoWorld
5 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
8 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
fromInfoQ
5 months ago

C# Dev Kit Update: Enhancements to Solution-less Workspace and More

The C# Dev Kit has been updated to enhance developer workflow with features like solution-less workspace mode and .NET Aspire orchestration for better productivity.
DevOps
fromInfoWorld
8 months ago

Rust Foundation moves forward on C++ and Rust interoperability

The Rust Foundation's C++/Rust Interoperability Problem Statement, announced on November 12, seeks to address challenges in making cross-language development more accessible.
Software development
fromCodeProject
10 months ago

Thread-Safe Singleton in C#: A Guide to Double-Checked Locking and Lazy Approaches

The Singleton pattern ensures that a class has only one instance and provides a global point of access to that instance, making it ideal for centralized functionalities.
JavaScript
[ Load more ]