Chủ Nhật, 4 tháng 6, 2017

Weekly Newsletter (5 Jun 2017)

Weekly Newsletter (5 Jun 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.

Site News

Apple's WWDC starts today

The Apple World Wide Developer Conference is this week and while Apple's schedule is full of bad puns ("You just aren't koalafied to know yet.") the rumour mills point to social networking in iOS 11, as well as macOS 10.13, tvOS 11 AND watchOS 4, as well as new iPads, MacBook updates and maybe a Siri speaker.

Whatever it brings we're sure it will mean new APIs, new updates and new opportunities for those targeting Apple's platforms. We'll just have to be patient for Swift 4.0 later this year. Got an article about Apple's new treats you want to share? Please share it!.

cheers,
Chris Maunder

Weekly Poll Results

Do you reuse passwords?

Survey period: 29 May 2017 to 5 Jun 2017

We're the ones who our friends and family rely on for advice. Do you practice safe security?

OptionVotes% 
I have a different password for each password-secured account28123.24281 votes, 23.24%
I mostly use different passwords, but reuse some for non-critical accounts58648.47586 votes, 48.47%
I mostly, but not always, use the same passwords for accounts21617.87216 votes, 17.87%
I always use the same set of passwords978.0297 votes, 8.02%
I use the same password. Always, everywhere.292.4029 votes, 2.40%

This week's survey: How would do your users interact with your applications?

Latest Additions

New articles added

Algorithms & Recipes

  (2 votes) by Michael B Pliam (updated 5 days ago)
A recursive descent math expression parser with built-in functions and a variable mapping

Amazon Web Services

  (1 votes) by Ivan Perevernykhata (updated 2 days ago)
How to start/stop RDS instances on schedule with aws-sdk, nodeJs Lambda function and CloudWatch

Artificial Intelligence and Machine Learning

  (2 votes) by Intel Corporation (updated 3 days ago)
This paper introduces Intel software tools recently made available to accelerate deep learning inference in edge devices (such as smart cameras, robotics, autonomous vehicles, etc.) incorporating Intel® Processor Graphics solutions across the spectrum of Intel SOCs.
  (0 votes) by Intel Corporation (updated 3 days ago)
To make it easier to deploy BigDL, we created a "Deploy to Azure" button on top of the Linux (Ubuntu) edition of the Data Science Virtual Machine (DSVM)
  (0 votes) by Intel Corporation (updated 3 days ago)
This article provides an overview of recent enhancements available in the BigDL 0.1.0 release (as well as in the upcoming 0.1.1 release)
  (0 votes) by Intel Corporation (updated 3 days ago)
This paper introduces the Artificial Intelligence (AI) community to TensorFlow optimizations on Intel® Xeon® and Intel® Xeon Phi™ processor-based platforms.
  (0 votes) by Intel Corporation (updated 3 days ago)
This paper shows how the python API of the Intel® Data Analytics Acceleration Library (Intel® DAAL) tool works. First, we explain how to manipulate data using the pyDAAL programming interface and then show how to integrate it with python data manipulation/math APIs.
  (0 votes) by Intel Corporation (updated 3 days ago)
Artificial intelligence holds greater promise in transforming clinical research.

Azure

  (4 votes) by AJSON (updated 6 days ago)
How to use Terraform.io to manage resources on multiple cloud platforms. Code once, deploy to many!
  (1 votes) by Sibeesh Passion (updated 1 weeks ago)
How to upload contents to our Azure container in our CDN storage in a WordPress folder format

Charts, Graphs and Images

  (0 votes) by Voevudko A. E., Ph.D. (updated 22 hours ago)
Generating and plotting random Voronoi Diagrams and offering web-page supporting it and R scripts.

Cross Platform

  (0 votes) by Hack~ok (updated yesterday)
This article illustrate how to execute JavaScript on Android using Xamarin.Forms.

Database

  (1 votes) by Ahsan Ahmed Dev (updated 2 days ago)
A brief introduction on how to use FOR XML clause in EXPLICIT mode in Microsoft SQL Server to return data in XML format

Document / View

  (1 votes) by Kourosh K Tari (updated 5 days ago)
In this article I will show you how to update WebBrowser control to use the latest installed browser on the host machine.

Libraries

  (5 votes) by kw677 (updated 6 days ago)
Nice solution for easy load data from files with extensions: .csv, .xls, .xlsx

Miscellaneous

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

Product Showcase

  (0 votes) by Bruno Terkaly (updated 5 days ago)
This article demonstrates using the dtSearch Engine as a solution for searching such data.

Raspberry Pi

  (2 votes) by D4rkTrick (updated 5 days ago)
You want to compile c++ code that uses qt on the raspberry pi? here's how you do it.

Scrapbook

  (7 votes) by Marc Clifton (updated 3 days ago)
Three algorithms are presented -- iterative, recursive yield, and recursive step-and-continue, with a real time and interactive UI of the solving process and solution.

Articles updated

.NET Framework

  (22 votes) by JUST_Neeraj (updated 5 days ago)
JSON to JSON transformation - XSLT equivalent for JSON

Algorithms & Recipes

  (19 votes) by Mosi_62 (updated 13 hours ago)
Some ways to solve a matrix equation :-)

Applications & Tools

  (624 votes) by Dominik Reichl (updated 2 days ago)
KeePass is a free, open-source, light-weight and easy-to-use password safe.
  (132 votes) by tranthanhtu.vn (updated 5 days ago)
How to build the SPA for enterprise application using Angular2 and WebApi (RESTful)
  (9 votes) by tranthanhtu.vn (updated 5 days ago)
In this article, We will learn why do we need to manage the stages of our application.
  (20 votes) by tranthanhtu.vn (updated 6 days ago)
In this article, we will why and why not using DI & IoC from my real situation.I did not tell you that DI is not good. From my view, each tech has it own pros and cons. So It is better if we know when we can use which techs for our business.
  (12 votes) by tranthanhtu.vn (updated 5 days ago)
In this article, we will learn how to build and deploy the code
  (10 votes) by tranthanhtu.vn (updated 1 weeks ago)
In this article, we will see how to use multi-languages(i18n) in angular2
  (12 votes) by tranthanhtu.vn (updated 1 weeks ago)
In this article, We will have a look to unserstand how RESTful/WebApi was applied in my code

Artificial Intelligence and Machine Learning

  (70 votes) by KristianEkman (updated 1 weeks ago)
Chess engine and simple chess user interface

ASP.NET

  (33 votes) by Halil ibrahim Kalkan (updated 2 days ago)
A step by step guide to create a web application based on ASP.NET Core, Entity Framework Core and ASP.NET Boilerplate frameworks with automated tests.
  (11 votes) by Halil ibrahim Kalkan (updated 2 days ago)
A step by step guide to create a layered web application based on ASP.NET Core, Entity Framework Core and ASP.NET Boilerplate frameworks with automated tests.
  (6 votes) by VINEET MISHRA 086 (updated 5 days ago)
This article explains how to use data source for representation of data in TreeView structure using ASP.NET MVC and Gijgo treeview JQuery plug-in, The TreeView control can display a hierarchical (or nested, or recursive) collection of data in a tree of expandable nodes.

C#

  (40 votes) by DavidHancock (updated 3 days ago)
Describes an algorithm that solves the Countdown number puzzle written in c#
  (23 votes) by Carlo Hans H. (updated 9 hours ago)
Generating Code for EF Core with CatFactory

Charts, Graphs and Images

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

Client side scripting

  (3 votes) by himanshu shekhar (updated 6 days ago)
This article will be helpful for plotting charts in AngularJs.

Cryptography & Security

  (20 votes) by Veronica S. Zotali (updated 5 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.

Database

  (11 votes) by Ahsan Ahmed Dev (updated 2 days ago)
A brief introduction on how to use FOR XML clause in RAW mode in MS SQL Server to return data in XML format
  (8 votes) by Ahsan Ahmed Dev (updated 2 days ago)
A brief introduction on how to use FOR XML clause in AUTO mode in Microsoft SQL Server to return data in XML format

Internet / Network

  (342 votes) by Mehdi Gholam (updated 3 days ago)
Smallest, fastest polymorphic JSON serializer (with Silverlight4 and MonoDroid support)

Miscellaneous

  (79 votes) by Yang Kok Wah (updated 6 days ago)
A tool to generate face images and animated gif files for different angles and lighting using only a single frontal face image

SQL Reporting Services

  (2 votes) by Tomáš Bauer (updated 6 days ago)
Capture of a Typical SQL Server Database Workload

New Tips and Tricks added

.NET Framework

  (10 votes) by Puresharper (updated 17 hours ago)
NuPack is a nuget package used to add a build step to a project in order to pack output into a nuget package.
  (4 votes) by Puresharper (updated 18 hours ago)
Lazy loading is a nice feature but sometimes it is more efficient to eager fetch. However entity framework does not provide an easy way to do it.

ASP.NET

  (4 votes) by israrali (updated 5 days ago)
A brief code snippet to upload the file to the server or remote location with SFTP in Visual Studio C#

C#

  (4 votes) by Puresharper (updated 17 hours ago)
Postbuild is commonly used to update configuration file, rewrite MSIL, generate additional code, prepare deployment and many other things. The ability to manage it easily can be important to industrialize it.
  (4 votes) by Puresharper (updated yesterday)
There are a lot of articles that explain how to use custom attributes, but it is not always obvious whether this is a good practice or on the contrary a design error that can be expensive
  (1 votes) by Samarth Vijay Bari (updated 6 days ago)
Element Spotter - Tool to identify web elements using Selenium

Client side scripting

  (0 votes) by petrostherock (updated 6 hours ago)
Making your apps script URLs a lot more attractive

Database

  (0 votes) by Eng Ahmed Taha (updated yesterday)
Mysql 'statement level' trigger … you can do it with two tricks

Java

  (0 votes) by vudangngoc (updated 11 hours ago)
Travelling over Java collections just a pie of cake, but when size of collections increase you have to choose wisely
  (0 votes) by SergeyYaskov (updated 6 hours ago)
If you have a string of date/time without time zone information, you can have unexpected results due to Java default time zone.

Node.js

  (2 votes) by Member 13040242 (updated 4 days ago)
We are going to talk about the problem faced because of asynchronous nature of SQL query execution in node js and the solution for it.

Tools and IDE

  (2 votes) by Mykola Tarasyuk (updated 2 days ago)
A tool for analysis of "Could not load file or assembly or one of its dependencies" problem

Tips and Tricks updated

.NET Framework

  (10 votes) by David_Cui (updated 3 days ago)
A brief introduction to CrossCutterN tool for AOP programming in .NET technologies

Algorithms & Recipes

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

Files and Folders

  (12 votes) by Laurie Stearn (updated yesterday)
Dialogex with Listbox to manipulate long paths in Windows

New Technical Blogs added

.NET Framework

  (7 votes) by Paul D. Sheriff (updated 5 days ago)
Generics have been a great addition to .NET for many years now. Take advantage of these great constructs to cut down the amount of code you have to write.

C#

  (7 votes) by n.podbielski (updated 5 days ago)
Explanation how to convert from one delegate type to second delegate of unknown or dynamically created type when their signatures match.

Client side scripting

  (1 votes) by Jamie Munro (updated 5 days ago)
Knockout: 'this' Context with Computed Observables and Subscribe

Game Development

  (2 votes) by Simon Jackson (updated 4 days ago)
How to get started with MonoGame using XML

Mobile Development

  (3 votes) by Junian Triajianto (updated 6 days ago)
Building and distribution automation for Xamarin apps to make your life easier and simpler.

Uncategorised Technical Blogs

  (4 votes) by tranthanhtu.vn (updated 3 days ago)
Overview In this article, we will discuss about the number of patterns which can be used for your application. There are many types of pattern for the simple to complex application as below: Multiple-Tiers Reporting database CQRS CQRS-DDD-ES Microservice Microservice-CQRS-DDD-ES We will go
  (1 votes) by Vangos Pterneas (updated 1 weeks ago)
Kinect Joint rotation - the definitive guide
  (1 votes) by Nikola M. Živković (updated 5 hours ago)
Pomodoro Technique – the Good, the Bad and the Tomato

Universal Windows Platform and Windows Runtime

  (1 votes) by S Ravi-Kumar-2012 (updated 4 days ago)
How to get started with Xamarin Forms for Mac preview



© 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