Click here to Skip to main content
15,886,724 members

Our Mailouts

Newsletter - 03 Aug 2020

Weekly Newsletter (3 Aug 2020)
Welcome to this week's newsletter from CodeProject.
To ensure that future newsletters you receive from The Code Project aren't mistakenly blocked by antispam software, be sure to add the maillist.codeproject.com domain to your list of allowed senders.

Weekly Poll Results

Which of these recent (or semi-recent) C# operators do you find useful?

Survey period: 27 Jul 2020 to 3 Aug 2020

it's all about efficient, safe, performant code, right?

OptionVotes% 
??= operator27927.68
Null-conditional operators ?. and ?[]48247.82
= ref ref assignment operator777.64
! null-forgiving operator18518.35
The await operator47647.22
None of the above28127.88
Respondents were allowed to choose more than one answer; totals may not add up to 100%

This week's survey: What's your favourite IT targeted TV show?

Latest Additions

New articles added

.NET Framework

  (18 votes) by honey the codewitch (updated 5 days ago)
Take control of which thread your code gets executed on, and how it does.
  (4 votes) by Leo Chapiro (updated 3 days ago)
Generic framework to “programming” of any test cases in dynamic way

Algorithms & Recipes

  (6 votes) by Mladen Janković (updated 4 days ago)
An algorithm for reconstructing game world map from captured game play
  (5 votes) by DavidHancock (updated 3 days ago)
A .NET Core 3.1 application written in C# that attempts to solve Sudoku puzzles

Artificial Intelligence and Machine Learning

  (1 votes) by Arnaldo P. Castaño (updated 2 days ago)
In this article, we go over the steps to detect faces in an image.

C / C++ Language

  (6 votes) by Member 13737597 (updated 6 days ago)
This article shows how to bring the power of real C compiler for reverse engineering purposes.

C#

  (2 votes) by JorgeLuisOrejel (updated 6 days ago)
C# implementation and using Visual Studio add-in to display pictures referenced in source-code files
  (2 votes) by Higty (updated 4 hours ago)
Fastest mapper in the world, easy to Use, ZERO configuration, FULL customization
  (0 votes) by DiponRoy (updated 15 hours ago)
Read a large CSV or any character separated values file chunk by chunk as DataTable and Entity List.

Dialogs and Windows

  (3 votes) by DiponRoy (updated 3 days ago)
Making schedule jobs exe using Quartz scheduler

Hardware & System

  (3 votes) by raddevus (updated 3 days ago)
Try out Linux Debian via Oracle VirtualBox (includes snaphots of every screen for setup)

Internet / Network

  (2 votes) by Sandeep Mewara (updated yesterday)
A guide to help learn about Kafka and do a setup & test of data pipeline in Windows environment.

Product Showcase

  (0 votes) by Desmond_Tan, Lewis_Carr (updated 4 days ago)
Zen is to SQLite what SQLite was to flat file management systems. It provides the full set of capabilities needed to meet the needs of modern edge data management.

Threads, Processes & IPC

  (0 votes) by _Flaviu (updated 3 days ago)
A guide to choosing and implementing a worker thread in your application

Articles updated

Algorithms & Recipes

  (70 votes) by Peter Occil (updated yesterday)
Has many ways applications can sample from a random number generator, with pseudocode in many cases.
  (4 votes) by daubrecq (updated 5 days ago)
How to extract elements from a queue in Python
  (2 votes) by Peter Occil (updated 6 days ago)
Python code for partially-sampled random numbers for accurate arbitrary-precision sampling

Applications & Tools

  (39 votes) by Ștefan-Mihai MOGA (updated 2 days ago)
You can use IntelliPort to transfer large files from a computer onto your portable computer using a serial port rather than going through the process of setting up your portable computer on a network.

C#

  (22 votes) by Akram El Assas (updated 3 days ago)
Here, we explain Dependency Injection and IoC containers by refactoring a code sample in C#

C++ / CLI

  (9 votes) by Mircea Neacsu (updated 17 hours ago)
Doing UTF-8 in Windows

Cross Platform

  (5 votes) by Dr. Song Li (updated 2 days ago)
This is a note on running Linux in a VirtualBox and miscellaneous subjects.

Emulation

  (11 votes) by Evgeny Pereguda (updated 5 hours ago)
Clone of PCSX/PCSX2/PPSSPP emulator for Windows 10 on WPF/C# with "touch" control

Programming Languages

  (9 votes) by Vincent Radio (updated 3 days ago)
VRCalc++ Engine is embeddable in any Delphi Application using Dynamic Packages

Programming Tips

  (2 votes) by Peter Occil (updated yesterday)
Some of the most common random generation questions based on a Q&A site question analysis.

New Tips and Tricks added

Algorithms & Recipes

  (2 votes) by Mirambek Nagashbekov (updated 4 days ago)
Demonstration of filter pattern along with pipeline on data driven application

Client side scripting

  (1 votes) by Jin Vincent (updated 2 days ago)
An introduction to JavaScript Symbol type

VB.NET

  (0 votes) by Juan F. Paleo (updated 2 days ago)
Map a DataReader from any database to a custom Class in your VB.NET Project and validate that content is "correct"

XML

  (0 votes) by thatraja (updated 2 days ago)
Using XSLT version 1.0 to group XML using Multiple Columns

New Technical Blogs added

Client side scripting

  (8 votes) by Chinmoy Mohanty (updated 4 days ago)
Best practices and techniques to properly destroy Angular components and unsubscribe from observables
  (2 votes) by Ahmed Bouchefra (updated 5 days ago)
In this post, we’ll see by examples how to use the ngFor directive to iterate over arrays of data and even objects in Angular 10 templates.
  (1 votes) by Ahmed Bouchefra (updated 5 days ago)
In this tutorial, we’ll see by example how to upload multiple image files using FormData, HttpClient (for posting multipart/form-data), Angular 10/8 and TypeScript.
  (1 votes) by Ahmed Bouchefra (updated 5 days ago)
In this tutorial, we’ll build by example a modal popup using Angular 10 Material.
  (1 votes) by Ahmed Bouchefra (updated 5 days ago)
In this example, we’ll see how to import HttpclientModule in Angular and use HttpClient to send an http Ajax GET request to JSON REST API servers.

Collections

  (0 votes) by rtybase (updated 5 days ago)
There is one ambiguous moment in the Java documentation of the compute() method from the ConcurrentHashMap class.

Blogs updated

ASP.NET

  (2 votes) by Chinmoy Mohanty (updated yesterday)
Gotchas in consuming and deploying ASP.NET WebAPI services

Client side scripting

  (8 votes) by Chinmoy Mohanty (updated yesterday)
It's true that JavaScript does not support method overloading
  (1 votes) by Chinmoy Mohanty (updated yesterday)
Strongly typed JavaScript (TypeScript)

Libraries

  (2 votes) by Chinmoy Mohanty (updated yesterday)
Programmatically make(fake ;)) HTTP Requests using WebRequest, WebResponse and WebClient

Web Services

  (10 votes) by Chinmoy Mohanty (updated yesterday)
How to use JSON in an ASP.NET application over a REST service using WebApi

Windows Communication Foundation

  (15 votes) by Chinmoy Mohanty (updated yesterday)
Uploading/downloading a file using WCF REST service in .NET 3.5
  (5 votes) by Chinmoy Mohanty (updated yesterday)
Operation contract overloading in WCF... not your usual polymorphism
  (1 votes) by Chinmoy Mohanty (updated yesterday)
How to create and consume a RESTful service using WCF and JavaScript



© 2020 The Code Project.  All rights reserved.


This email was sent to mailout@maillist.codeproject.com. To stop receiving The Weekly Newsletter click here.
CodeProject 503-250 Ferrand Drive, Toronto Ontario, M3C 3G8 Canada +1 416-849-8900 x 100

Please do not reply directly to this email. It was sent from an unattended mailbox. For correspondence please use webmaster@codeproject.com