Chủ Nhật, 20 tháng 9, 2020

Weekly Newsletter (21 Sep 2020)

Weekly Newsletter (21 Sep 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.

Site News

Best Article of August 2020
Winner: David Lafreniere Asynchronous Multicast Delegates in Modern C++
Winner: Meshack Musundi WPF: Compact Navigation Menu
Runner-up: Sandeep Mewara Beginner's Guide to Understand Kafka
Runner-up: Rick Drizin Dynamic Query Builder for Dapper

cheers,
Chris Maunder

Click here Make Test Automation Truly Work for You
Test Studio's blend of codeless and code-based automation capabilities in an intuitive UI enables testing anyone can use regardless of expertise. What's more, our product specialists will make sure to turn your evaluation into success. Download your free 30-day trial today.
Click here O'Reilly: Kubernetes Best Practices
Blueprints for building successful applications on Kubernetes. DOWNLOAD EXCERPT FOR FREE
Click here Get up to speed with CI/CD for Microsoft Azure with GitHub
A live training series for learning to build end-to-end CI/CD capabilities directly in GitHub repositories. Get hands-on practice and expert support. Three-part series starts Oct 6. Register now

Weekly Poll Results

What CI/CD environments do you use to test and deploy your app?

Survey period: 14 Sep 2020 to 21 Sep 2020

OptionVotes% 
Appveyor91.23
Bamboo152.05
Circle CI50.68
Gitlab CI375.05
GoCD40.55
Jenkins9813.39
TeamCity405.46
Travis CI91.23
Other8912.16
We don't use any CI/CD tools42658.20

This week's survey: What comes after Silverlight?

Latest Additions

New articles added

Artificial Intelligence and Machine Learning

  (2 votes) by Joel Ivory Johnson (updated 4 days ago)
This is the first in a series of articles on using TensorFlow Lite on Android to bring the power of machine learning and deep neural networks to mobile application
  (1 votes) by Joel Ivory Johnson (updated 3 days ago)
In this article we will take a pre-trained neural network and adapt it for use in TensorFlow Lite.
  (1 votes) by Keith Pijanowski (updated 6 days ago)
In this article, I provided a brief overview of the ONNX Runtime and the ONNX format.
  (1 votes) by Joel Ivory Johnson (updated 2 days ago)
In this article we will create an Android application and import our TensorFlow Lite model into it.

ASP.NET

  (4 votes) by Shaun C Curtis (updated 5 days ago)
Article 1 of 5 describing how to structure and build a Blazor Database Application
  (2 votes) by Shaun C Curtis (updated 5 days ago)
Article 2 of 5 describing how to build the CRUD Data Layers in a Blazor Database Application
  (0 votes) by Shaun C Curtis (updated yesterday)
Article 3 describing how to build the CRUD Viewer and Editor Presentation/UI Layer in a Blazor Database Application

Cross Platform

  (0 votes) by JorgeLuisOrejel (updated 5 hours ago)
How to generate infinite sequences in both C# and unmanaged C++

DirectX

  (0 votes) by Shao Voon Wong (updated 3 days ago)
Direct2D Tutorial on Linear and Radial Gradient Brush

Internet / Network

  (5 votes) by Espen Harlinn (updated 3 days ago)
A .NET Core client implemented in C# using TcpClient and a multi-threaded server implemented in C++

PHP

  (1 votes) by mislc (updated 4 days ago)
Explanation of a class that you can use to add a line chart to your PHP page

Product Showcase

  (0 votes) by Alex Ivanenko (updated 6 days ago)
In this article we look at the FlexGrid extension component called ImmutabilityProvider, which addresses the problem where if you want Redux, you have to give up editable datagrids.
  (0 votes) by John Juback (updated 5 days ago)
This article provides a walkthrough for developing and deploying an application with Electron.NET.

Programming Tips

  (1 votes) by F-ES Sitecore (updated 12 hours ago)
A discussion of what to unit test in your c# code and how to test it, including a section covering MVC

Windows API

  (0 votes) by Shao Voon Wong (updated 2 hours ago)
Making HTTP REST Request in C++ With WinHTTP Wrapper

Articles updated

.NET Framework

  (175 votes) by Peter Vegter (updated 6 days ago)
Microsoft Media Foundation based easy-to-use library with many added features

Algorithms & Recipes

  (47 votes) by Steve Hageman (updated yesterday)
DSPLib is an complete DSP Library that is an end to end solution for performing FFT's with .NET 4

Artificial Intelligence and Machine Learning

  (16 votes) by Gary.Miller.WPF (updated 5 days ago)
MNIST Digit recognition in C#

ASP.NET

  (30 votes) by kusnaditjung (updated 3 days ago)
Web specification and framework
  (15 votes) by dnxit (updated 6 days ago)
MVC .NET Core 3.1 Dynamic Role based authorization using Authorization Handler & Custom Authorize Policy

Bugs & Workarounds

  (8 votes) by John B Oliver (updated 3 days ago)
Resolve unreferenced type in .NET app using partial type name from GAC

C / C++ Language

  (7 votes) by Member 4206974 (updated 4 days ago)
A function that works on event of Arduino and ESP32 boards

Cross Platform

  (18 votes) by Miroslav Fidler (updated 5 days ago)
Installation and the first look at U++ platform

Design and Architecture

  (12 votes) by kusnaditjung (updated 2 days ago)
How Dependency Inversion Principle works, Inversion of Control Container

Internet / Network

  (5 votes) by Stephane Capo (updated 6 days ago)
Kigs framework C++ Windows project to retrieve and display what other channels are subscribed by subscribers of a given YouTube channel.

Libraries

  (10 votes) by Miroslav Fidler (updated 16 hours ago)
Using asynchronous nature of U++ library HttpRequest class to implement parallel web crawler with GUI

Programming Languages

  (14 votes) by Vincent Radio (updated 11 hours ago)
VRCalc++ Engine is embeddable in any Delphi Application using Dynamic Packages

Programming Tips

  (9 votes) by Bohdan Stupak (updated 6 days ago)
The article shows how to perform dependency injection when using Quartz.NET library employing standard .NET Core DI container library. Also, we'll focus on a couple of other useful .NET core techniques.

Web Services

  (37 votes) by Don Kackman (updated yesterday)
An easy to use Rest client using the Dynamic Language Runtime

New Tips and Tricks added

C / C++ Language

  (0 votes) by Shao Voon Wong (updated 2 hours ago)
C++: Faster to Retrieve Data By Reference Parameter or Returning a Reference?

Scrapbook

  (3 votes) by Pusparag Subudhi (updated 2 days ago)
A generic implementation to exporting a list of objects to Excel using Microsoft Office Interop libraries

Tips and Tricks updated

Algorithms & Recipes

  (13 votes) by GerVenson (updated 4 days ago)
An wrapper class for Number operations in C#

C / C++ Language

  (2 votes) by Daniel Petrovic (updated 21 hours ago)
In this tip, I want to represent a quick lightweight possibility (one of many) for parsing command line arguments on the fly using C++17.

New Technical Blogs added

Artificial Intelligence and Machine Learning

  (0 votes) by Sandeep Mewara (updated 21 hours ago)
A detailed look on how to deduce insights with real world examples.

Client side scripting

  (1 votes) by Jin Vincent Necesario (updated 1 weeks ago)
Discussion of different Array methods of ES6

Shell and IE programming

  (0 votes) by CodingKnight (updated 16 hours ago)
Explanation of Dependencies in Programming

Uncategorised Technical Blogs

  (0 votes) by Ben M Watson (updated yesterday)
What's wrong with this code: try { if (!Monitor.TryEnter(this.lockObj)) { return; } DoWork(); } finally { Monitor.Exit(this.lockObj); } This is a rookie mistake, but sadly I made it the other day when I was fixing a bug in haste. The problem is that the Monitor.



© 2020 The Code Project.  All rights reserved.


This email was sent to vutunglampro@gmail.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

Không có nhận xét nào:

Đăng nhận xét