Click here to Skip to main content
15,885,096 members

Our Mailouts

Newsletter - 03 Feb 2020

Weekly Newsletter (3 Feb 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

What’s better when coding: getting it done or doing it perfectly?

Survey period: 27 Jan 2020 to 3 Feb 2020

‘Perfect’ meaning following all the best practices with regards to coding standards, patterns, security, readability and maintainability

OptionVotes% 
Get it done as fast as possible. Time is money191.96
Get it done fast, but keep it sensible10110.43
It’s always a balance43745.14
Get it done right, but keep an eye on the hours31732.75
Do it right first time. Don’t worry so much about the time949.71

This week's survey: Who owns the database in your organisation?

Latest Additions

New articles added

Algorithms & Recipes

  (0 votes) by honey the codewitch (updated 22 hours ago)
Add non-backtracking fast DFA regular expression and finite state automata to you projects
  (0 votes) by honey the codewitch (updated 7 hours ago)
A Pike virtual machine and optimizing compiler for regular expressions using an NFA engine.

Android

  (0 votes) by syed shanu (updated 2 hours ago)
How to getting started and work with new Mobile Blazor Binding for developing Cross-Platform mobile application using Blazor

Artificial Intelligence and Machine Learning

  (0 votes) by Visweswaran N (updated yesterday)
In this research we are going to prove that Import Address Table is very helpful in classifying a malware.

ASP.NET

  (2 votes) by Prashant Rewatkar (updated 2 days ago)
This article demonstrates how to add Identity-Based Authentication in .NET Core 3.0 using In-Memory Database.

Client side scripting

  (3 votes) by gggustafson (updated 4 days ago)
This article presents a method that provides developers with the ability to generate traversal history breadcrumbs dynamically.

Connected Devices

  (1 votes) by José Cintra (updated 19 hours ago)
IoT architecture proposal for sensor data acquisition modules using the REDIS database and the GO language

Cross Platform

  (6 votes) by Roman Sedaikin (updated 3 days ago)
SpaceVIL is a cross-platform and multilingual framework for creating GUI client applications for .NET Framework, .NET Core and JVM. This article discusses the SpaceVIL framework, its capabilities and a brief story of its creation.
  (1 votes) by Dr. Song Li (updated 5 days ago)
This article is about creating an isolated environment where we can run Python programs with certainty.
  (0 votes) by Stephane Capo (updated 14 hours ago)
Kigs framework is a multi purpose, cross-platform, free and open source C++ framework. This article will focus on the main base class of the framework: the CoreModifiable class.

Product Showcase

  (0 votes) by Priyanka Tuteja (updated 3 days ago)
In this example, we'll explore building permit data in Montgomery County, Maryland using freely available resources from Esri – the world’s leading location intelligence platform.

Programming Tips

  (3 votes) by Zijian (updated 6 days ago)
How to use Trace and TraceSource in .NET Core Logging

Third Party Products and Tools

  (0 votes) by Kurt Swaim (updated yesterday)
Begins with introduction on how to create AutoCAD plug-in. Then an in depth discussion on how to update title blocks on AutoCAD drawings.

Tools and IDE

  (2 votes) by honey the codewitch (updated 2 days ago)
Add fast scanners/tokenizers to your C# project

Uncategorised Articles

  (2 votes) by Theo Bebekis (updated 6 days ago)
Present an AspNetCore MVC App as Desktop inside a Google Chrome window, in any OS

Web Security

  (0 votes) by Arthur V. Ratz (updated 15 hours ago)
A Simple Web Application User Authentication Project Using Passport.js And JSON Web Tokens (JWT) explained.

Articles updated

Amazon Web Services

  (4 votes) by YegorDovganich (updated 6 days ago)
I will explain and show step-by-step how to run the simplest web-page hosted by the Load Balancer which has nodes both on AWS and Azure behind.

Cross Platform

  (5 votes) by Stephane Capo (updated yesterday)
A multi purpose, cross-platform, free and Open Source C++ framework

Internet / Network

  (19 votes) by Mehdi Gholam (updated 6 days ago)
Tiny, fast, standard compliant CSV reader writer

Java

  (35 votes) by Yucel Guven (updated 5 days ago)
IPv6 subnet calculator / tool explained

Mobile Development

  (6 votes) by syed shanu (updated 2 hours ago)
In this article, we will learn how to getting started and work with new Mobile Blazor Binding for developing Cross-Platform Mobile application using Blazor.

Raspberry Pi

  (8 votes) by fd9750 (updated 3 days ago)
Overview of required tools to cross compile/build/remote debug C/C++ projects on a Windows host ( 10 ) for a Raspberry PI 3B

New Tips and Tricks added

Algorithms & Recipes

  (1 votes) by honey the codewitch (updated 2 days ago)
A small library for providing baseline Context-Free Grammar computations
  (0 votes) by Stephane Capo (updated 6 days ago)
C++ optimization for map using string key among others
  (0 votes) by honey the codewitch (updated 2 hours ago)
Add UTF-32 support and easy foreach streaming to your apps.

ASP.NET

  (0 votes) by Shweta Lodha (updated yesterday)
This tip will tell, how one can get the host information of web app having situational based URLs without hardcoding

C / C++ Language

  (2 votes) by Southmountain (updated 4 hours ago)
here are some tips on how to compile legacy Win32 programs in Visual Studio 2019. It may save you few hours to figure out why.
  (2 votes) by Shao Voon Wong (updated 5 days ago)
Quick and Dirty Log Extraction and Replay
  (1 votes) by Shao Voon Wong (updated 2 days ago)
Ternary Operator vs Lookup Table Benchmark

Miscellaneous

  (2 votes) by Deepak_Sharma_20 (updated 2 days ago)
Solution to an issue when Taskbar needs to be shown even though the application should be maximized

Programming Tips

  (6 votes) by Vassili Kravtchenko-Berejnoi (updated 6 days ago)
Use of System.WeakReference for self-cleanable registration of (short-life) objects

SharePoint Server

  (0 votes) by Agarawal.ankur (updated 6 days ago)
How to get a list of all suspended/terminated workflows using JavaScript - SharePoint online

VB.NET

  (6 votes) by Doug- VisualBasic VB.NET (updated 5 days ago)
A quick Function to get UTC / NTP time

Tips and Tricks updated

ASP.NET

  (12 votes) by Christian Del Bianco (updated 2 days ago)
In this simple example, we are going to see how to update an HTML page when a SQL Server table change occurs, without the need to reload the page or make asynchronous calls from the client to the server.

Miscellaneous

  (9 votes) by Tiago Cavalcante Trindade (updated 10 hours ago)
In this article, I will show you how to put color in C++, Python and batch on the Windows console.

New Technical Blogs added

ASP.NET

  (2 votes) by Lee P Richardson (updated 3 days ago)
Description of two ways to use LINQPad with ABP apps to solve performance problems

Tools and IDE

  (0 votes) by 10xlearner (updated 5 days ago)
Last week, I had to reinstall all the tools I use on a new computer, since the previous one passed away .

Blogs updated

Programming Tips

  (3 votes) by 10xlearner (updated 5 days ago)
How to format CMake files



© 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