#c

[ follow ]
CodeProject
3 days ago
JavaScript

C# in Browser via WebAssembly (without Blazor)

WebAssembly (Wasm) allows running C# programs in browsers efficiently, with Avalonia enabling multiplatform UI applications. [ more ]
CodeProject
5 days ago
JavaScript

Building a Menu-Driven Console Application in C#

Creating a simple console application using C# and .NET Framework 4.8 for beginners, emphasizing basic programming concepts. [ more ]
CodeProject
1 month ago
JavaScript

Access your Microsoft JSON DOM the easy way with the dynamic keyword

Accessing JSON data in C# requires more effort than in JavaScript due to static typing.
C# offers the dynamic keyword for late binding to access JSON data, but sacrifices static typing. [ more ]
CodeProject
5 months ago
JavaScript

C# Using Var: To Var or Not To Var?

Using var can reduce redundancy and is commonly used, but it may cause confusion or bugs in certain cases.
Hiding the type with var can lead to unexpected behavior, especially when performing operations on the code. [ more ]
CodeProject
7 years ago
JavaScript

Simple C++ DirectShow MP3 Player with .NET Wrapper

In Windows C++, finding a simple MP3 player class is challenging, leading to the development of a DirectShow MP3 player class with basic functions. [ more ]
CodeProject
4 weeks ago
Data science

Saving Visual Studio settings for all your projects

Creating custom user props file in Visual Studio for C++ projects can save time and provide consistent settings across projects. [ more ]
InfoQ
1 month ago
Software development

Visual Studio Code: Unity Extension Is Now Generally Available

Microsoft released the Unity extension for Visual Studio Code, enhancing Unity development on multiple OSs.
The Unity extension offers various features like debugging, Unity-specific analyzers, and IntelliSense capabilities. [ more ]
CodeProject
3 months ago
Software development

Unit of Work Pattern in C# for Clean Architecture: What You Need To Know

Unit of Work Pattern helps in handling database transactions efficiently.
Clean Architecture promotes maintainable, flexible, and testable code by separating concerns. [ more ]
CodeProject
3 months ago
Software development

ChatGPT API in C# WPF

The C# WPF app communicates with OpenAI GPT3.5-turbo API and has a similar UI layout to the OpenAI chat website.
The app uses the MVVM design pattern and includes classes for ChatViewModel, ChatHistory, and ChatList. [ more ]
CodeProject
2 months ago
Scala

Implicit Operators in C#: How To Simplify Type Conversions

Implicit operators in C# allow seamless type conversions without explicit casting.
They simplify code and improve readability by automatically converting between compatible types. [ more ]
CodeProject
2 months ago
Scala

Reflection in C#: 4 Code Simple But Powerful Code Examples

Reflection in C# is a powerful feature for inspecting and manipulating code at runtime.
Using reflection allows for dynamic type retrieval and manipulation, enabling creative and complex applications in C#. [ more ]
CodeProject
3 months ago
Web design

How To Implement The Pipeline Design Pattern in C#

The pipeline design pattern in C# optimizes data processing by breaking it down into stages executed in parallel, reducing processing time.
It simplifies complex operations, enhances scalability, and makes it easier to handle large datasets by breaking down data processing into source, stages, and sink components. [ more ]
TNW | Future-Of-Work
1 year ago
Web design

If Python is too slow for you, Crystal could be your savior

Learning a new programming language can open your mind and help you think in different ways.
Crystal is a programming language that is fast like C and slick like Ruby. [ more ]
CodeProject
3 months ago
DevOps

A conceptual city-building game like SimCity written in C# using ChatGPT

The article discusses the concept of creating a city-building ecosystem using C# and ChatGPT.
It provides a traditional mind map of a city-building simulation game concept and example code in C#. [ more ]
ITPro
3 months ago
Web development

Meta's Code Llama AI coding tool just got a big performance boost

Generative AI coding tool now supports multiple programming languages.
The tool enables users to automatically generate code snippets in Python, C++, Java, PHP, and more. [ more ]
CodeProject
3 months ago
Web development

Implementation of Producer-Consumer problem in C++ and Python

Implementing producer and consumer problem in C++ and Python
Asking for guidance on implementing in C# and Java [ more ]
TechBeamers
4 months ago
Python

Python vs C++ - Is Python or C++ Better?

Python and C++ are both powerful programming languages, but they cater to different needs and come with distinct features.
[ Load more ]