Chủ Nhật, 28 tháng 5, 2017

Weekly Newsletter (29 May 2017)

Weekly Newsletter (29 May 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.

Weekly Poll Results

Which of these languages / technologies have you used within Visual Studio?

Survey period: 22 May 2017 to 29 May 2017

This list is by no means exhaustive (and who remembers what we had in VS 6.0?)

OptionVotes% 
TypeScript22115.21221 votes, 15.21%
ASP.NET79254.51792 votes, 54.51%
C++59741.09597 votes, 41.09%
C# or VB.NET130789.951307 votes, 89.95%
Cordova (JavaScript based cross-platform mobile apps)594.0659 votes, 4.06%
F#1137.78113 votes, 7.78%
Javascript / HTML / CSS (and variants)71549.21715 votes, 49.21%
Node.js1339.15133 votes, 9.15%
Python1389.50138 votes, 9.50%
R261.7926 votes, 1.79%
SQL68847.35688 votes, 47.35%
Xamarin (Android and iOS development)20313.97203 votes, 13.97%
XAML54337.37543 votes, 37.37%
Respondents were allowed to choose more than one answer; totals may not add up to 100%

This week's survey: Do you reuse passwords?

Latest Additions

New articles added

Artificial Intelligence and Machine Learning

  (9 votes) by Akhil Mittal (updated 4 days ago)
In this and the following articles on Machine Learning to figure out whatMachine Learning is and what can be achieved with it
  (6 votes) by mohammad farahi (updated 4 days ago)
English Number recognition with Multi Layer Perceptron Neural Network (MLP)

ASP.NET

  (9 votes) by raddevus (updated 6 days ago)
Learn to use SignalR to asynchronously update all web clients using SignalR broadcasts.
  (0 votes) by raddevus (updated 4 days ago)
Use SignalR to create a Slideshow app which asynchronously updates all web clients so they see the same slide you are seeing.

Azure

  (4 votes) by Emiliano Musso (updated 6 days ago)
In the present article, we'll analyze some functionalities offered by Microsoft Azure Cognitive Services, and in particular that part of Cognitive Services dedicated to facial recognition (Face API). At the end of the article, the reader will be able to develop a simple C# application to detect face
  (3 votes) by Yashashwi Srivastava (updated 6 days ago)
This article is a comprehensive understanding of Azure Service Fabric, and how it is a boon for the latest trending approach, Micros Services.
  (2 votes) by Sibeesh Passion (updated yesterday)
This post is going to walk through about Azure Content Delivery Network (CDN).

C / C++ Language

  (9 votes) by john morrison leon (updated 4 days ago)
Type quantities according to the units in which they are measured. A complete implementation of units of measurement as a data type for C++ 11.

C#

  (8 votes) by Mustafa Kok (updated 5 days ago)
Adding C# sripting support to an application for providing a way for customizing the application or integrating with other applications.

C++ / CLI

  (4 votes) by IncrediBuild, Vince Power (updated 3 days ago)
Are you curious what exactly precompiled headers, or .pch files are and why you would use them? This article will cover this and provide an example of how to use them.
  (4 votes) by IncrediBuild, Eric Bruno (updated 3 days ago)
Let's take a look at the forces you need to consider when modularizing your system.

Charts, Graphs and Images

  (3 votes) by Voevudko A. E., Ph.D. (updated 2 days ago)
Understanding, designing, generating and plotting Kronecker product based fractals and offering web-pages supporting it.

Client side scripting

  (1 votes) by himanshu shekhar (updated 3 days ago)
This article will be helpful for plotting charts in AngularJs.
  (1 votes) by M@dHatter (updated 7 hours ago)
Adds functionality to ES6 for multi inheritance of classes.

Connected Devices

  (8 votes) by Alejandro Xalabarder (updated 5 days ago)
http for everybody

Mobile Development

  (4 votes) by Lurker1315 (updated 6 days ago)
or converting an old phone into a password manager

PHP

  (6 votes) by apphp (updated 3 days ago)
This tutorial describes and shows SOLID principles with examples in PHP.

Product Showcase

  (0 votes) by Intel Corporation (updated 2 days ago)
In this article, we will talk about criteria you can use to select correct algorithms based on two real-world machine learning problems that were taken from the well-known Kaggle platform used for predictive modeling and from analytics competitions where data miners compete to produce the best model
  (0 votes) by Intel Corporation (updated 2 days ago)
Parallel STL is a significant step in the evolution of C++ toward parallel execution, making it easily applied to STL algorithms during code modernization and the development of new applications
  (0 votes) by Intel Corporation (updated 2 days ago)
We'll begin with a little history and some basics that everyone who picks up R and cares about performance ought to know.
  (0 votes) by Intel Corporation (updated 2 days ago)
Making Parallel Programming Accessible to C/C++ and Fortran Programmers―and Providing a Software Path to Exascale Computation

Programming Tips

  (3 votes) by PureNsanity (updated 2 days ago)
Fundamental model and entity design considerations for DB applications using MV* patterns based on Martin Fowler's PEAA and DDD.

SharePoint Server

  (1 votes) by Anton Khritonenkov (updated 3 days ago)
How to call SharePoint from Microsoft Flow with the help of an Azure function

Articles updated

.NET Framework

  (26 votes) by Pawel Wzietek (updated 4 days ago)
synchronous/asynchronous control via multiple interfaces with command queuing
  (16 votes) by Ehsan Sajjad (updated 2 days ago)
This article is the continuation of the previous three articles regarding how Equality works in .NET, the purpose is to give developers a more clear understanding on how .NET handles equality for types.
  (8 votes) by Ehsan Sajjad (updated 2 days ago)
This article explains how Equals method and == operator behave differently for String class
  (2 votes) by Ehsan Sajjad (updated 2 days ago)
This article is in the continuation of a series of articles regarding how Equality works in .NET and it is specific to how Equality operator works for reference types.

Algorithms & Recipes

  (22 votes) by Alexander Chernosvitov (updated yesterday)
Implementation of a polynomial time algorithm searching Hamilton cycles in an undirected graph

Applications & Tools

  (2315 votes) by .dan.g. (updated 3 hours ago)
A hierarchical task manager with native XML support for custom reporting.
  (129 votes) by tranthanhtu.vn (updated 6 days ago)
How to build the SPA for enterprise application using Angular2 and WebApi (RESTful)
  (25 votes) by tranthanhtu.vn (updated 4 days ago)
In this article, we will learn how to create/edit Role
  (10 votes) by tranthanhtu.vn (updated 4 days ago)
This tip explains how we should structure our project folder

Arduino

  (7 votes) by Mark Scammacca (updated 4 days ago)
Basic implementation of HTTP request handling for Arduino with Wiznet 5100 Ethernet shield

C / C++ Language

  (10 votes) by Michael Chourdakis (updated 5 days ago)
An easy locking class

C#

  (98 votes) by Akram El Assas (updated 6 days ago)
An open source extensible workflow engine written in C# with a cross platform manager app that works on Windows, macOS, Linux and Android.
  (9 votes) by tugrulGtx (updated yesterday)
Multi-device OpenCL load balancer and pipeliner for C# in few lines of code.
  (11 votes) by Zahid Nawaz Ch. (updated 4 days ago)
SqlDependency ,can be used to pick changes without executing query to see there is any update from database , WHERE CLAUSE can also be applied for narrowing scope, Its way to push changes from SQL Server to SQLDependency , .NET library , SQL Server Broker service sends updates to SQLDependency.
  (3 votes) by Mustafa Kok (updated 5 days ago)
We frequently need to control (or limit) the public operations of an object based on the sate of another object (mostly the owner). I have listed four ways of dealing with such situations with a sample player, playlist scenario.

Client side scripting

  (38 votes) by Yaseer Mumtaz (updated 1 weeks ago)
This article will help the beginners to step-up Angular2 in ASP.NET MVC, create the RESTful APIs in ASP.NET MVC Web API and front end in Angular2.
  (5 votes) by Yaseer Mumtaz (updated 1 weeks ago)
In this part, we will enhance our user management application to have search/filter, global error handling and debugging functionalities.

Cryptography & Security

  (18 votes) by Veronica S. Zotali (updated 2 days ago)
This article shows how to configure IdentityServer3, when you need to authenticate and authorize usage of your WebAPI/MVC, for users stored in SQL Server.

Date and Time

  (649 votes) by Jani Giannoudis (updated yesterday)
Extensive time period calculations and individual calendar periods.

Dialogs and Windows

  (57 votes) by Alejandro Xalabarder (updated 5 days ago)
An efficient and flexible layout mananger.

Game Development

  (14 votes) by Robert Welliever (updated 4 days ago)
Classic, Arcade-Style Video Poker

Libraries

  (29 votes) by Alex the Green Apple (updated 11 hours ago)
C library defining string type and string manipulation functions

MFC

  (24 votes) by steveb (updated 4 days ago)
Describes all aspects of MFC serialization mechanism

Miscellaneous

  (72 votes) by Yang Kok Wah (updated 21 hours ago)
A tool to generate face images and animated gif files for different angles and lighting using only a single frontal face image
  (6 votes) by John Trinder (updated 2 days ago)
Comprehensive Multi-Slider(-Range) that can add, delete and move arrows (thumbs)

Programming Tips

  (145 votes) by EJocys (updated 3 days ago)
JavaScript class library which partly replicates Microsoft .NET Framework structure and functionality.
  (7 votes) by ChristianNeumanns (updated 3 days ago)
What is the meaning of null? How is null implemented? When should you use null in your source code, and when should you not use it? These are the questions answered in this article.

New Tips and Tricks added

Artificial Intelligence and Machine Learning

  (5 votes) by mohammad farahi (updated 6 days ago)
Character recognition with MLP Neural Network

ASP.NET

  (3 votes) by Fiyaz Hasan (updated 2 days ago)
This article shows how to execute JavaScript code from ASP.NET core server-side using NodeServices.
  (3 votes) by Fiyaz Hasan (updated 2 days ago)
This article shows you how to add Angular Material in ASP.NET Core AngularSpa template
  (2 votes) by Kishan K Choudhary (updated 2 days ago)
Guide for custom google login in MVC without default Identity

Node.js

  (4 votes) by Krishna KV (updated 1 weeks ago)
Configure Express JS using Typescript

Office Development

  (3 votes) by Bassam Abdul-Baki (updated 6 days ago)
This allows you to display in Excel column names other than A, B, C or 1, 2, 3 (R1C1) format.

Windows Presentation Foundation

  (3 votes) by Juan Francisco Morales Larios (updated 4 days ago)
Faster and easy way for generated ViewModel class

Tips and Tricks updated

Algorithms & Recipes

  (8 votes) by Peter Occil (updated 6 days ago)
Most apps that use random numbers care about either unpredictability or speed/high quality.

C#

  (8 votes) by dreche (updated 2 days ago)
NuGet package

Programming Tips

  (10 votes) by mhano (updated 5 days ago)
Base32, base32url, base64url, and z-base-32 Encoding and Decoding in .NET

New Technical Blogs added

Azure

  (1 votes) by Richard James Moss (updated 6 days ago)
An article covering the basics of using Azure cognitive services to translate text via simple HTTP requests

C#

  (8 votes) by matt warren (updated 2 days ago)
Turns out that what I'd always thought of as "Compiler magic" or "Syntactic sugar" is actually known by the technical term "Lowering" and the C# compiler (a.k.a Roslyn) uses it extensively. But what is it? Well this quote from So You Want To Write Your Own Language? gives us

Client side scripting

  (4 votes) by Sacha Barber (updated 5 days ago)
This post will be about adding DI/IOC to the bear bones no thrills client portion of the web site that we built last time.
  (2 votes) by Gerd Wagner (updated 4 days ago)
Already available from ES5.1 (and even supported by IE 9), JavaScript's set and get methods have not been used very widely. Their main use case is the implementation of a best practice in OOP.

Database

  (0 votes) by Alvin Bunk (updated 3 days ago)
Introduction If you are not familiar with the KnpLabs KnpPaginatorBundle and how to use it with Symfony applications, you might want to read up on it. The GitHub page does say it is a Symfony 2 bundle, however, it does work perfectly with Symfony 3. Why would you use it?

Date and Time

  (1 votes) by Alvin Bunk (updated 4 days ago)
Using Cron job to adjust time

Debug Tips

  (3 votes) by Kamran Bilgrami (updated 6 days ago)
A quick tip about how the new Run To Click feature in Visual Studio 2017 can expedite your debugging experience.

Exception Handling

  (4 votes) by Kamran Bilgrami (updated 6 days ago)
A quick tip on how the new Exception Helper feature in Visual Studio 2017 can make your debugging experience a little quicker.

Grid & Data Controls

  (2 votes) by tranthanhtu.vn (updated 1 weeks ago)
Overview If you want to checkout source-code used in this article. Please check it our from https://github.com/techcoaching/TinyERP (develop branch please) In previous article, We know how to use single database for your application. This works well for small application that we have a few GB of d

HTML / CSS

  (15 votes) by Gordon Beeming (RSA) (updated 6 days ago)
Converting HTML to PDF using C# and magic

IoT on Azure

  (3 votes) by Sibeesh Passion (updated yesterday)
How to resolve the 404 ResourceNotFound error after uploading to Azure CDN

Other .NET Languages

  (3 votes) by RubiksCode (updated 11 hours ago)
Actor Model In the same time when first object-oriented languages were emerging, another concept inspired by general relativity and quantum mechanics was taking shape – actor model. In general terms, the Actor model was defined 1973. and was developed on a platform of multiple independent proc

Uncategorised Technical Blogs

  (2 votes) by Dave Ceddia (updated 5 days ago)
How to structure your React project
  (1 votes) by S Ravi-Kumar-2012 (updated 3 days ago)
A couple of months back I wrote about Using OxyPlot with Xamarin Forms, where we created a few graphs to show data, what if a [...]
  (0 votes) by Dave Kerr (updated 2 days ago)
There are occasions where you might need to have scripts or commands which wait for TCP/IP ports to open before you continue. I've come across this need again and again when working with microservices, to make my life easier I've created a little utility called wait-port which will wait



© 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