Click here to Skip to main content
15,892,537 members

Our Mailouts

Newsletter - 26 Jun 2017

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

Weekly Poll Results

Which of the following areas are you involved in?

Survey period: 19 Jun 2017 to 26 Jun 2017

Data Science is the new frontier. Are you neck deep, dipping your toes in, or avoiding it altogether?

OptionVotes% 
Using tools to analyse large data sets (eg analysing logs)13616.81136 votes, 16.81%
Writing software to analyse data sets21025.96210 votes, 25.96%
Statistics14417.80144 votes, 17.80%
Machine learning9912.2499 votes, 12.24%
Multivariable calculus and linear algebra627.6662 votes, 7.66%
Data munging8710.7587 votes, 10.75%
Data Visualisation and communication23929.54239 votes, 29.54%
None of the above40950.56409 votes, 50.56%
Respondents were allowed to choose more than one answer; totals may not add up to 100%

This week's survey: Night owl or early bird?

Latest Additions

New articles added

.NET Framework

  (3 votes) by Ioannis Tsepas (updated 2 days ago)
A clarification of property-changed interface and where/when to be implemented.

Ajax

  (2 votes) by Darren G441 (updated 4 days ago)
Utility to create a CSS based hierarchical menu with jQuery, KnockoutJS and W3.CSS

Algorithms & Recipes

  (2 votes) by George Swan (updated 6 days ago)
An introduction to the Reservoir Sampling of Data Streams.
  (0 votes) by Private Dobbs (updated 3 days ago)
How to initialise a database and then automatically keep it up to date with version releases

ASP.NET

  (1 votes) by Debendra0256 (updated 2 days ago)
Here in this article we will learn step by step creating WebAPI with layered archicture,dependecy Injection and code first migration.

Azure

  (0 votes) by Michael Bookatz (updated 3 hours ago)
The aim of this article is to introduce the area of cloud services from the Microsoft Azure platform

Boards / Embedded devices

  (2 votes) by Intel Corporation (updated 2 days ago)
This air quality monitor application is part of a series of how-to Internet of Things (IoT) code sample exercises using the Intel® IoT Developer Kit, Intel® Edison board, Intel® IoT Gateway, cloud platforms, APIs, and other technologies.
  (0 votes) by Intel Corporation (updated 2 days ago)
This close-call fleet driving reporter application is part of a series of how-to Internet of Things (IoT) code sample exercises using the Intel® IoT Developer Kit, Intel® Edison board, Intel® IoT Gateway, cloud platforms, APIs, and other technologies.
  (0 votes) by Intel Corporation (updated 2 days ago)
This smart fire alarm application is part of a series of how-to Internet of Things (IoT) code sample exercises using the Intel® IoT Developer Kit, Intel® Edison board, Intel® IoT Gateway, cloud platforms, APIs, and other technologies.
  (0 votes) by Intel Corporation (updated 2 days ago)
This automatic plant lighting system monitor application is part of a series of how-tos for Internet of Things (IoT) code sample exercises using the Intel® IoT Developer Kit, Intel® Edison board, Intel® IoT Gateway, cloud platforms, APIs, and other technologies.
  (0 votes) by Intel Corporation (updated 2 days ago)
This range finder scanner application is part of a series of how-to Internet of Things (IoT) code sample exercises using the Intel® IoT Developer Kit, Intel® Edison board, Intel® IoT Gateway, cloud platforms, APIs, and other technologies.
  (0 votes) by Intel Corporation (updated 2 days ago)
This smart stove top application is part of a series of how-tos for Internet of Things (IoT) code sample exercises using the Intel® IoT Developer Kit, Intel® Edison board, Intel® IoT Gateway, cloud platforms, APIs, and other technologies.

C#

  (5 votes) by Markus Koppensteiner (updated 4 days ago)
The article demonstrates how to use commands of the Emgu CV library to perform face recognition, frame subtraction, and dense optical flow.
  (0 votes) by Roshan Choudhary (updated 3 hours ago)
Creating ExcelSheet with dropdown containing pre populated dropdown data of its own excelsheet.

Database

  (4 votes) by Vadim Loboda (updated 3 days ago)
How to combine Id-ParentId approach to hierarchical data with HierarchyId and to keep its integrity and consistency.
  (0 votes) by Kurt Swendson (updated 3 days ago)
How to make the migrations to change data type

Dialogs and Windows

  (2 votes) by gggustafson (updated 3 days ago)
This article presents an OpenFileDialog for the Web

iOS and watchOS

  (0 votes) by Member 13232169 (updated yesterday)

Product Showcase

  (0 votes) by Intel Corporation (updated 3 days ago)
IoT supports many ways to transfer data, and Bluetooth® LE, or Wi-Fi (to name a few) may not be the right fit for every device. The goal of this article is to make your selection easier by exploring the advantages and practical application examples for each technology.
  (0 votes) by Intel Corporation (updated 3 days ago)
This article will discuss both design considerations for IoT and new methods in creating a robust network using Intel® processors.
  (0 votes) by Intel Corporation (updated 3 days ago)
This article will explore a proof of concept that deploys software to vending machine gateways using the Helix Device Cloud (HDC)

Programming Tips

  (10 votes) by HR Rony (updated 6 days ago)
Basic Idea about DeSerializer and Serializer; advantage and disadvantages of XmlSerializer and DataContractSerializer; implementation XML and DataContract Serializer/ De-Serializer.
  (5 votes) by EgorYusov (updated 6 days ago)
This article describes an efficient thread-safe reference counting system

Windows API

  (2 votes) by rbrunton (updated 5 hours ago)
How to determine whether the monitor is on or off as a result of a Windows Power Scheme action

Windows Presentation Foundation

  (3 votes) by Juan Francisco Morales Larios (updated 3 days ago)
WPF Notifications engine for your enviroments.
  (1 votes) by David Fine (updated 6 days ago)
Using Attached DependencyProperty to prevent closing of Popup embedded in ToggleButton

Articles updated

.NET Framework

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

Algorithms & Recipes

  (36 votes) by Alexander Chernosvitov (updated 4 days ago)
Implementation of a polynomial time algorithm searching Hamilton cycles in an undirected graph
  (20 votes) by Peter Occil (updated 16 hours ago)
Most apps that use random numbers care about either unpredictability or speed/high quality.
  (9 votes) by Peter Occil (updated 2 days ago)
Discusses many ways in which applications can extract random numbers from RNGs and includes pseudocode for most of them

Applications & Tools

  (143 votes) by tranthanhtu.vn (updated 6 days ago)
How to build the SPA for enterprise application using Angular2 and WebApi (RESTful)

ASP.NET

  (6 votes) by mrOneness (updated 3 hours ago)
Describes how to integrate Stripe payments into a .NET webforms application

C / C++ Language

  (20 votes) by AlexeyAB (updated 3 hours ago)
We will detail the atomic operations and C++11 memory barriers and the assembler instructions generated by it on x86_64 CPUs
  (11 votes) by Robert van Engelen (updated 11 hours ago)
This article introduces RE/flex for C++. RE/flex generates fast lexical analyzers similar to Flex, but supports Unicode patterns, indent/nodent/dedent, lazy repeats, smart input text handling, and performance tuning. RE/flex is compatible with Bison/Yacc.

C#

  (39 votes) by Higty (updated 4 days ago)
DbSharp is a DAL Generator. It generates a StoredProcedure client class that enables you to call stored procedure easily. DbSharp also creates Table and Record classes that enables you to CRUD operation.
  (18 votes) by Mustafa Kok (updated 3 days ago)
Associating and opening a specific file format with a single instance of a WinForms application.
  (23 votes) by kw677 (updated 2 days ago)
"The code that a computer can understand can be written by anyone. A good programmer writes code that people can understand."
  (13 votes) by Carlo Hans H. (updated 5 days ago)
Creating Service Monitor Application with .NET Core
  (6 votes) by Sachin Makwana (updated 6 days ago)
Download page as HTML string. Parse it using regex and extract desired contents to generate Facebook Like Preview.

Database

  (5 votes) by Adam O'Neil (Travelers Rest, SC) (updated 15 hours ago)
Walkthrough on using AoTestDataGen library in a plausible scenario

Hardware & System

  (47 votes) by Occam's Razor (updated 6 days ago)
Ever wonder how programs like Nero work? They make their own SCSI libraries... like this!

Libraries

  (38 votes) by Cinchoo (updated 5 days ago)
Simple CSV file reader for .NET
  (9 votes) by kw677 (updated 2 days ago)
Nice solution for easy load data from files with extensions: .csv, .xls, .xlsx
  (0 votes) by Cinchoo (updated 6 days ago)
Quick start tutorial to read CSV file

Miscellaneous

  (2 votes) by Alexander Sharykin (updated 6 days ago)
LibraryCommander is a personal desktop application to manage my texts (e-book) collection, classify and search them by categories and tags.

Win32/64 SDK & OS

  (12 votes) by Michael Chourdakis (updated 6 days ago)
Create collaborating projects easily

New Tips and Tricks added

ASP.NET

  (5 votes) by Henry Bobic (updated 4 days ago)
In this sample code, we are going to upload a file via a web method asynchronously.

Button Controls

  (5 votes) by Fabrice Lacharme (updated 2 days ago)
Yet another slider/trackbar in C#

C#

  (3 votes) by Mason Kuck (updated 4 days ago)
I walk you through how to make use Table-valued parameters with one value

Combo & List Boxes

  (2 votes) by Mehmet Sarı (updated 13 hours ago)
Example of Changing of Combobox items backcolor in c#

HTML / CSS

  (4 votes) by Uday A. Navapara (updated 5 days ago)
How to make a link like button using CSS?

Installation

  (0 votes) by Laurie Stearn (updated 3 days ago)
Does your app create extra files post install? Now clean them up!

Libraries

  (1 votes) by Kannan Ar (updated 2 days ago)
Implement an online HTML to Word converter using CKEditor and MariGold.OpenXHTML

Miscellaneous

  (3 votes) by Phil J Pearson (updated 5 days ago)
A C# class to implement a Pan and Tilt controller using ONVIF

Uncategorised Tips and Tricks

  (0 votes) by V. Subhash (updated yesterday)
A simple Java class to enumerate fonts in your systems and create a text samples document.

Tips and Tricks updated

C#

  (3 votes) by Dankwansere (updated 4 days ago)
How to insert an image into an "inline shape" in Word Document using Microsoft Open XML SDK

New Technical Blogs added

.NET Framework

  (2 votes) by Rion Williams (updated 6 days ago)
In my previous post, which I'd highly recommend reading before diving into this one, I discussed the process of building my first bot using the Microsoft Bot Framework. The post covered getting everything set up, registered, and deploying the bot out into the wild.

Artificial Intelligence and Machine Learning

  (4 votes) by Dave Ceddia (updated 4 days ago)
If you are learning React, start small

C#

  (3 votes) by Viktoriano (updated 3 days ago)
In this post, I'd like to talk a little bit more about the TestContext class and the opportunities that it brings us.
  (1 votes) by Viktoriano (updated 2 days ago)
New features overview of NUnit 3.7 version

Connected Devices

  (6 votes) by grilialex (updated 4 days ago)
Decoding Serial Busses from Digital Oscilloscope

Other .NET Languages

  (2 votes) by Nikola M. Živković (updated 2 days ago)
A while back I wrote an article about how to use “Art of War” to be better Software Craftsman. The idea behind the article is that every craftsman should create a personal mindset in which she is able to create great software.

PHP

  (1 votes) by Alvin Bunk (updated 6 days ago)
Create Symfony Cookie and set HttpOnly to false

Testing and QA

  (0 votes) by Viktoriano (updated 3 days ago)
To provide a solution which helps to pass a necessary browser to Selenium WebDriver tests through the NUnit
  (0 votes) by Viktoriano (updated 3 days ago)
The most known and possible solution for such cases is creating a custom WebDriver manager based on the Factory design pattern. There are lots of different implementations on GitHub and you can easily Google them, but today, I want to share one of the latest experiments that I did.

Uncategorised Technical Blogs

  (3 votes) by Rion Williams (updated 3 days ago)
Updated Chrome Debugging tools that are worth mentioning
  (1 votes) by tranthanhtu.vn (updated yesterday)
Overview In previous post (Basic authentication with OWIN), we know how the authentication can be integrated into TinyERP. In basic authentication, it was not secure as we need to send username/ password along in header of each request sent to server. Someone can catch and get this credential infor

Windows 8 Design

  (2 votes) by Gautham Prabhu K (updated 14 hours ago)
I am writing this blog to make readers aware of how “Cognitive Loading” impacts UX designing and what software engineering needs to take account while developing their products. If your new to UX designing I would recommend you read my blog (User Experience (UX) Design) in my blog space.

Blogs updated

C#

  (8 votes) by Ehsan Sajjad (updated 5 days ago)
In this article, you will learn about Equality Operator (==) behavior for non-primitive value types.

Web Services

  (7 votes) by Vladimir Pecanac (updated yesterday)
Basics of HTTP



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