Chủ Nhật, 8 tháng 10, 2017

Weekly Newsletter (9 Oct 2017)

Weekly Newsletter (9 Oct 2017)
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.
Click here Need Excel Controls for Windows Forms, WPF or Silverlight?
Use SpreadsheetGear to add powerful, Excel-compatible viewing, editing, formatting, calculating, filtering, sorting, charting, printing and more to your applications with the easy-to-use WorkbookView controls. Try it now!

Weekly Poll Results

What application container technologies are you currently using (or playing with)?

Survey period: 2 Oct 2017 to 9 Oct 2017

Containerisation (is that a word?) solves a bunch of headaches. Are you using them or doing it old school?

OptionVotes% 
Docker12613.46
Linux Containers (LXC)80.85
Linux-VServer20.21
RKT (aka Rocket)10.11
Windows Containers687.26
Other151.60
I don't use application containers71676.50

This week's survey: Third party UI components: do you use them?

Latest Additions

New articles added

.NET Framework

  (12 votes) by Bhairav Thakkar (updated 4 days ago)
A robust framework for complete implementation of Finite Element Analysis in VB.Net

Algorithms & Recipes

  (6 votes) by Mr.PoorEnglish (updated 2 days ago)
"TextAffinity": human-like ranking of similar texts

C / C++ Language

  (10 votes) by Satprem Pamudurthy (updated 3 days ago)
This article describes a C++ technique called type erasure and shows that it can be used to write generic algorithms on runtime types. It then examines the relationship between type erasure and other forms of polymorphism through the notion of type compatibility.
  (1 votes) by Michael Chourdakis (updated 17 hours ago)
Include file versioning, snapshots and incremental backups in a file

Client side scripting

  (3 votes) by Peter Leow (updated 6 days ago)
Perform simple manipulation of web elements in the browser using your finger in the air via a Leap Motion controller.
  (1 votes) by Shawn Lawsure (updated 5 days ago)
Implementing modularization and encapsulation in JavaScript

Database

  (2 votes) by Member 12896862 (updated 4 days ago)
Ensuring accuracy for DimDate values.
  (2 votes) by Vijay Andugula (updated 3 days ago)
Example for database Update and Insert using Angular, Web APIs

Design and Architecture

  (2 votes) by Flaviu2 (updated 11 hours ago)
A memory CTreeCtrl like object, but resident in memory only

Internet / Network

  (2 votes) by Kewin Rausch (updated 2 days ago)
Design and development of a TOR-like protocol to keep your communication secure and your identity unknown.

Miscellaneous

  (1 votes) by OriginalGriff (updated 3 days ago)
We all know database connection strings and suchlike should not be hard coded - but then there is the problem of getting the right string into the right PC when you release software.

Reviews on Third Party Products and Tools

  (17 votes) by Jeremy Likness (updated 3 days ago)
Wisej is a powerful platform that abstracts away the nuances of client/server interactions while embracing all the web has to offer, including third-party HTML5-based solutions, it is the perfect tool for building enterprise web applications.

Scrapbook

  (4 votes) by Marc Clifton (updated 3 days ago)
Test your Linq-fu with anonymous types, grouping, null continuation and coalescing operators

Windows Presentation Foundation

  (2 votes) by Clifford Nelson (updated 6 days ago)
This is a control that is like a Expander Control but there is both Expanded and not Expanded Content. It demonstrates some concepts on how to easily create controls whose functionality can be mostly implemented in the XAML with the code behind being mostly DependencyProperty definitions.

Articles updated

.NET Framework

  (131 votes) by Peter Vegter (updated 6 days ago)
Windows Media Control Interface (MCI) library with many added features

Algorithms & Recipes

  (7 votes) by Andy Allinger (updated yesterday)
adds features to k-means for missing data, mixed data, and choosing the number of clusters

Android

  (7 votes) by David Crow (updated 5 days ago)
Brief example on how to use Android and Arduino to control a DC motor and LEDs over Bluetooth

Applications & Tools

  (671 votes) by Dominik Reichl (updated 3 days ago)
KeePass is a free, open-source, light-weight and easy-to-use password safe.
  (5 votes) by Brady Kelly (updated yesterday)
Use the Bootstrap Treeview plugin to build a folder browser widget

C / C++ Language

  (29 votes) by AlexeyAB (updated 5 days ago)
Smart pointer that makes any object thread-safe for any operations, with the performance equal to that of optimized lock-free containers.

C#

  (104 votes) by Akram El Assas (updated yesterday)
An open source extensible workflow engine written in C# with a cross platform manager app that works on Windows, macOS, Linux and Android.
  (65 votes) by Dave Haig (updated 13 hours ago)
Web Socket Client and Server implemented in C# for the modern version 13 of the WebSocket protocol
  (37 votes) by BouncyTarget (updated 5 days ago)
This is a class for making simple sprites within WinForms. This article explains how to use the class, as well as how the class works if you want to make something like it.
  (13 votes) by tugrulGtx (updated 3 days ago)
Multi-device OpenCL load balancer and pipeliner for C# in few lines of code.
  (14 votes) by João Simões (updated 6 days ago)
Adding support for Dependency Injection, Logging and Configurations in console applications using the package SimpleSoft.Hosting

Design and Architecture

  (26 votes) by Gavin Coates (updated 5 days ago)
Creating a multi-tenancy system where each tenants data is stored in a separate database, using ASP.NET MVC

Game Development

  (21 votes) by CMalcheski (updated 4 days ago)
Thinking outside the box can result in critical performance gains

General Graphics

  (22 votes) by CMalcheski (updated 4 days ago)
Ditching the slowdowns and applying a little elbow grease can create dramatic speed improvements in GDI image blending.
  (21 votes) by Peter Occil (updated 6 days ago)
Discusses color spaces, color generation, and other general color topics commonly faced by programmers.

Libraries

  (44 votes) by Cinchoo (updated 3 days ago)
Simple CSV file reader for .NET
  (4 votes) by Patrick P. Frey (updated 3 days ago)
This tutorial based on a docker image will guide through the development of a search engine service based on Strus and its Python Bindings within the Tornado web-framework.

Miscellaneous

  (42 votes) by Alex Pumpet (updated 16 hours ago)
A simple program for compare table data from two sources - SQL databases, Excel, CSV or XML-files.

Node.js

  (11 votes) by Carlo Hans H. (updated 5 days ago)
Creating Contact Manager App with MEAN Stack

New Tips and Tricks added

.NET Framework

  (4 votes) by John Simmons / outlaw programmer (updated 6 days ago)
An answer and an example for the question, "What's the best way to learn a language or platform?"

ASP.NET

  (7 votes) by Iman Memarpour (updated 6 days ago)
How to set up your environment to use Angular CLI with your ASP.NET Core 2.0 Angular template

C / C++ Language

  (2 votes) by Alexander Lednev (updated 6 days ago)
This method uses "constexpr"

C#

  (3 votes) by Brady Kelly (updated 6 days ago)
C# 7 has the ability to declare a variable right at the point where it is passed as an out argument
  (1 votes) by Juan Francisco Morales Larios (updated 12 hours ago)

Database

  (0 votes) by Database Star (updated yesterday)
There are several ways to add a primary key in Oracle SQL, and this article explains how to do it.

Java

  (4 votes) by Vladimir Kolmanovitch (updated 6 days ago)
Technique of calling overridden methods from Java and C#

Libraries

  (4 votes) by dsuryd (updated 3 days ago)
Simple, lightweight, yet powerful way to build real-time React/React Native apps on cross-platform C#/.NET back-end

Tools and IDE

  (1 votes) by Brady Kelly (updated 6 days ago)
Nuget's Get-Package command truncates some long package names. This is about how to avoid that.

Uncategorised Tips and Tricks

  (1 votes) by Kamran Bigdely-Shamloo (updated 5 days ago)
This short tip teaches you how to comment a gameObject in Unity game engine for documentation purposes.

Tips and Tricks updated

C#

  (14 votes) by Leif Simon Goodwin (updated 5 days ago)
I present a simple method to convert the elements in an enumeration into strings. This tip is suitable for enumerations whose elements are of the form RedAndBlack, which readily converts to "Red And Black".

New Technical Blogs added

Applications & Tools

  (2 votes) by Rion Williams (updated 6 days ago)
Hands-free security scanning within .NET applications

ASP.NET

  (0 votes) by Tahir Naushad (updated 2 days ago)
How to use Docker and TeamCity to implement continuous integration for ASP.NET Core applications. Continue reading...

C#

  (6 votes) by Nikola M. Živković (updated 3 days ago)
Learn how to use MongoDB in C# following implementation of simple repository class

Client side scripting

  (1 votes) by Dave Ceddia (updated 3 days ago)
Justifying React to the Business

Game Development

  (1 votes) by IAmJoshChang (updated 2 days ago)
Fixing Game Object Collider in Unity
  (1 votes) by IAmJoshChang (updated yesterday)
How to create game over UI in Unity

Hardware & System

  (3 votes) by IAmJoshChang (updated 3 days ago)
Creating Player Health System and Health UI in Unity

IoT on Azure

  (1 votes) by Tahir Naushad (updated 5 days ago)
How to deploy a cluster of ASP.NET Core applications using Docker Swam mode in Azure. Continue reading

Site & Server Management

  (0 votes) by Christian Specht (updated 2 days ago)
Recently, I built Sindorf trödelt, a website for an annual garage sale in my home town, and I went with a combined Jekyll/PHP approach

Uncategorised Technical Blogs

  (4 votes) by IAmJoshChang (updated 4 days ago)
How to create weapon ammo in Unity
  (2 votes) by IAmJoshChang (updated 5 days ago)
How to shoot with a gun in Unity

Blogs updated

Content Management Server

  (8 votes) by Brady Kelly (updated 22 hours ago)
Making F5 execute your query



© 2017 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