Отправляет email-рассылки с помощью сервиса Sendsay

RSS-канал «CodeProject Latest Articles»

Доступ к архиву новостей RSS-канала возможен только после подписки.

Как подписчик, вы получите в своё распоряжение бесплатный веб-агрегатор новостей доступный с любого компьютера в котором сможете просматривать и группировать каналы на свой вкус. А, так же, указывать какие из каналов вы захотите читать на вебе, а какие получать по электронной почте.

   

Подписаться на другой RSS-канал, зная только его адрес или адрес сайта.

Код формы подписки на этот канал для вашего сайта:

Форма для любого другого канала

Последние новости

SequelMax: C++ XML SAX Parser
2024-04-27 09:17 Shao Voon Wong
A new C++ SAX library to simplify parsing

Portable Elmax: C++ XML DOM Parser
2024-04-27 09:09 Shao Voon Wong
Tutorial on a cross-platform C++ XML DOM library

Azure Virtual Network Encryption
2024-04-26 12:06 Wessel Beulink
What is Azure Virtual Network Encryption? Azure Virtual Network encryption provides a layer of security that encrypts virtual network traffic, specifically between Azure Virtual Machines that communicate securely within a subnet or across different subnets.

Working with frames in a video using OpenCV and Tkinter.
2024-04-25 15:44 Azim Zahir
This article is a demonstration of some of the capabilities of the OpenCV library of Python.

Understanding authentication in Blazor and ASP.NET Core
2024-04-25 12:25 Nicolas DESCARTES
How to implement authentication in Blazor and ASP.NET Core ?

Data Validation with Visual FA
2024-04-24 14:16 honey the codewitch
How to validate fields for things like data entry applications.

Artificial Neural Network C++ Class
2024-04-23 17:44 Hatem Mostafa
Artificial Neural Network C++ class with two use cases: Counter and Handwritten Digits recognition

Atata - C# Web Test Automation Framework
2024-04-23 16:26 Yevgeniy Shunevych
An introduction to Atata C#/.NET web UI test automation full-featured framework based on Selenium WebDriver

Smart Android Template for Data Performance
2024-04-22 14:41 Petrov Vladimir
Smart Android Template for Data Performance with International Signals Code as a Sample

A simple example of scraping a web page using Visual FA
2024-04-21 11:45 honey the codewitch
Scraping the web is easy with Visual FA. Here's an example of how.

A unique identifier usable across disconnected systems.
2024-04-20 04:29 Jeremy Falcon
Just a simple routine and helper routine to generate unique IDs suitable for disconnected systems.

Machine Learning for C++ developers - the hard way: DirectML
2024-04-18 20:26 Michael Chourdakis
An introduction to machine learning with working C++ code that trains a linear regression model.

Saving Visual Studio settings for all your projects
2024-04-17 23:50 PJ Arends
How to use a .props file for your custom user settings across all your projects

Saving Visual Studio Settings for All Your Projects
2024-04-17 23:50 PJ Arends
How to use a .props file for your custom user settings across all your projects

MathML to/from Plain Text Converter
2024-04-17 22:02 Xavier Junqué i de Fortuny
Converts MathML coded string to/from plain text string

Decouple ASP.NET Core Identity, Authentication and Database Engines
2024-04-17 14:26 Zijian
Reusable codes for JWT security in business applications

Java Code Change Impact Analysis - Introduction to JCCI
2024-04-16 22:37 Oliver Li 2024
Java Code Change Impact Analysis

.NET 8 — Transactional Outbox Pattern With EF Core
2024-04-16 16:48 GabrieleTronchin
In this project, I've implemented the Transactional Outbox Pattern using EF Core.

ASPNETFilters
2024-04-16 15:03 GabrieleTronchin
Filters are integral components of every .NET API. In this post, I aim to delve into the various types of filters accessible in .NET Core.

Visual FA Part 5: Real World Lexing Example w/ JSON
2024-04-15 00:56 honey the codewitch
Implementing a simple JSON parser with Visual FA