Click here to Skip to main content
15,896,726 members

Our Mailouts

Newsletter - 30 Apr 2018

Weekly Newsletter (30 Apr 2018)
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

Can you see the outside world from where you spend most of your time programming?

Survey period: 23 Apr 2018 to 30 Apr 2018

The question of whether what you see is worth the effort is not covered here.

OptionVotes% 
Yes69952.99
Yes, if I stretch a little21716.45
Yes, if I use a complicated system of mirrors473.56
Yes, if I use a webcam312.35
Sometimes967.28
No23217.59
I don't, or rarely, program272.05

This week's survey: Do you get your IT projects delivered on time?

Latest Additions

New articles added

.NET Framework

  (4 votes) by Sergey L. Gladkiy (updated 4 days ago)
This article describes the capabilities of symbolic C# framework for solving statistical problems.
  (3 votes) by George Swan (updated 4 days ago)
This article illustrates how to solve the Dining Philosophers' Problem using the Task Based Asynchronous Pattern
  (1 votes) by ipavlu (updated 3 days ago)
The goal of the Unified Concurrency is to unify access to different synchronization primitives in object-oriented fashion with one pattern and two interfaces for general and async/await methods.

Algorithms & Recipes

  (1 votes) by Arthur V. Ratz (updated 2 days ago)
In this article, we will formulate and discuss CLOPE data mining clustering algorithm that allows to drastically increase the quality and efficiency of categorized data clustering and can be easily used for recommendation-specific purposes

Artificial Intelligence and Machine Learning

  (10 votes) by Mahsa Hassankashi (updated 3 days ago)
It is almost everything about big data. This article explain practical example how to process big data (>peta byte = 10^15 byte) by using hadoop with multiple cluster definition by spark and compute heavy calculations by the aid of tensorflow libraries in python.
  (1 votes) by AndyEdmonds (updated 4 days ago)
DARL is a fuzzy logic expert system language that can be composed from fragments selected from a database. We show you how with examples

ASP.NET

  (6 votes) by raddevus (updated 5 days ago)
Learn to break your code into components using Razor Pages and PartialViews while creating a basic login control.
  (1 votes) by Majdi Saibi (updated yesterday)
Implementing a Zendesk Single Sign-On page using JWT and Azure Active Directory.
  (0 votes) by Mohammed Dawood Ansari (updated yesterday)
This article is about "How to export the List into an Excel file" in a generic way using NPOI

Author Resources

  (1 votes) by LiYS (updated 20 hours ago)
  (0 votes) by vnmatt (updated 4 days ago)
How to take advantage of ASP .NET Core's Razor (.cshtml) views and have dynamic routes for Aurelia

Boards / Embedded devices

  (2 votes) by Intel Corporation (updated 3 days ago)
IoT Developer Show
  (1 votes) by Intel Corporation (updated 3 days ago)
This document demonstrates how to send Short Message Service (SMS) messages to your phone using a Twilio phone number on the UP Squared board with Ubuntu when the light sensor indicates it is getting dark.
  (1 votes) by Intel Corporation (updated 3 days ago)
This tutorial takes you from setting up a device in Microsoft Azure* all the way to viewing your data (sent via MQTT).
  (1 votes) by Intel Corporation (updated 3 days ago)
With the Levaux SenseAgent and Intel-based IoT gateway, building managers have the insight to maximize efficiency, proactively address maintenance, optimize environments, and improve occupant wellness and productivity.
  (0 votes) by Intel Corporation (updated 3 days ago)
This guide shows the steps to start Amazon Web Services (AWS) Greengrass core on Ubuntu using the UP Squared development board.

C#

  (4 votes) by Eric Lynch (updated 4 days ago)
Part 4 in the LINQ series, contrasts the System.Linq.Enumerable and System.Linq.Queryable extension methods and explores how expression trees are produced and consumed.

Client side scripting

  (1 votes) by Pradeepa achar (updated 2 days ago)
Get started with writing your own jQuery PLUGIN in simple way
  (0 votes) by charles922 (updated 2 days ago)
AngularJS and REST API Tutorial, Part 3

Combo & List Boxes

  (7 votes) by Clifford Nelson (updated 4 days ago)
Concept to create a Singleton for WPF MVVM Binding, and using Weak reference for the property that is bound to.

Database

  (2 votes) by Ryan G Conrad (updated 5 days ago)
Using Powershell and Windows Task Scheduler API to detect malicious login attempts on a remotely accessible SQL Server database
  (1 votes) by Member 11896794 (updated yesterday)
This custom database first approach token authentication will enable you to apply token-based authentication in your application in a simple way with no hassle.

E-commerce

  (0 votes) by SunilRana26384 (updated 10 hours ago)
This article contains information about how to integrate Sitecore with MVC.

Interviews

  (0 votes) by MilanGohil (updated yesterday)
This article contains possible basic questions along with their answers to help you to understand or gain basic knowledge about Xamarin.

Libraries

  (2 votes) by Waseem Ahmed (Qatar) (updated 4 days ago)
High speed message bus using C# and MongoDB

Mobile Development

  (5 votes) by didou_rebai (updated 4 days ago)
Mobile alerts in Xamarim.forms

Product Showcase

  (0 votes) by Raphael Londner (updated 3 days ago)
In this post I'll show you how to easily integrate an AWS Lambda Node.js function with a MongoDB database hosted in MongoDB Atlas, the DBaaS (database as a service) for MongoDB
  (0 votes) by Andrew Davidson (updated 2 days ago)
Building a New Parse Server & MongoDB Atlas-Based Application
  (0 votes) by Intel Corporation (updated 3 days ago)
This article provides guidelines for getting your UP2 board configured for developing applications with Intel® System Studio.
  (0 votes) by Intel Corporation (updated 3 days ago)
This article will explore a proof of concept that leverages the capabilities of Helix Device Cloud (HDC) and uses the UP Squared board as the vending machine gateway.

Programming Tips

  (0 votes) by Dominic Abraham (updated 1 hour ago)
This article is to give you a basic introduction to python programming language with small examples. It will help to start with your first python program.

Raspberry Pi

  (1 votes) by Victor Dash (updated yesterday)
Article about processing the positioning information of visual objects detected by Pixy camera and received on Raspberry Pi via I2C, and using common design patterns in a C# program parsing robotics sensor data.

Testing and QA

  (0 votes) by Sam__Khan (updated 20 hours ago)
Automated Craigslist parsing with Selenium using Node.js

Articles updated

.NET Framework

  (4 votes) by ipavlu (updated 3 days ago)
The goal of the Unified Concurrency is to unify access to different synchronization primitives in object-oriented fashion with one pattern and two interfaces for general and async/await methods.
  (3 votes) by Yisrael Lax (updated 5 days ago)
Library that provides custom casting functionality from one type to another between properties with disparate names and types

Algorithms & Recipes

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

Artificial Intelligence and Machine Learning

  (15 votes) by Mahsa Hassankashi (updated 3 days ago)
Best Practice For Opinion and Text Mining Based on Naïve Bayesian Classifier. This article will explain complete and describe detail by detail and step by step computational matters.

C#

  (38 votes) by JohnLeitch (updated 1 weeks ago)
This article details how to make .NET applications scriptable with Aphid, an embeddable scripting language.
  (12 votes) by Burim Hajrizaj (updated 2 days ago)
Building very thin database layer when using unit of work pattern together with Enityframework
  (9 votes) by Peter Occil (updated 2 days ago)
A C# implementation of Concise Binary Object Representation, in the public domain

Client side scripting

  (83 votes) by Jeremy Likness (updated 4 days ago)
Learn why Angular, a JavaScript toolset, is gaining popularity so quickly.
  (44 votes) by Evoluteur (updated 2 days ago)
A web color picker which looks like the one in Microsoft Office 2010
  (42 votes) by AppleGrew (updated 3 days ago)
Important JavaScript concepts in nutshell

Parallel Programming

  (15 votes) by Avi Farah (updated 2 days ago)
Solution to the Dining Philosophers using Semaphore (SemaphoreSlim)

Programming Tips

  (32 votes) by ChristianNeumanns (updated 6 days ago)
A list of useful pragmatics for all programmers

Windows Presentation Foundation

  (13 votes) by Muhammad Magdi (updated 1 weeks ago)
Fancy toast notification for WPF applications easy to use and support MVVM pattern
  (12 votes) by Muhammad Magdi (updated 1 weeks ago)
Fancy toast notification for WPF applications easy to use and support MVVM pattern

New Tips and Tricks added

Azure

  (1 votes) by Girish Kalamati (updated 3 days ago)
RETRIEVE RELYING PARTY APPLICATION name and RP IDP Names

Grid & Data Controls

  (6 votes) by OriginalGriff (updated 6 days ago)
How to colour the individual cells of a DataGridView according to their content. For example, negative values can be Red, positive values Green to show "Up"s and "Down"s more easily.
  (1 votes) by Clifford Nelson (updated 2 days ago)
This is a behavior that that will reset ToggleButton derived controls to false (or a specified default value) when the container's visibility becomes false.

Hardware & System

  (8 votes) by Joan M (updated 6 days ago)
How to get a complete shutdown from the start menu in Windows 10

Programming Tips

  (0 votes) by Member 13797506 (updated 2 days ago)
Introduction to structs (value types) in Java
  (0 votes) by Eddy Vluggen (updated yesterday)
You've been taught to give every component and variable a descriptive name; why do most then don't do it for a thread, when it is easy and beneficial?

Tools and IDE

  (7 votes) by David A. Gray (updated 5 days ago)
Run many (hundreds, even) files through a program or script, using nothing but CMD.EXE.

Tips and Tricks updated

Algorithms & Recipes

  (7 votes) by Mohammad Kazem Akhgary (updated 6 days ago)
Algorithm of gamma function with high precision using taylor series

C#

  (28 votes) by AndyFTW (updated yesterday)
Extended TextBox with placeholder

Database

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

New Technical Blogs added

.NET Framework

  (4 votes) by Code Maze (updated 4 days ago)
To finalize the coding part of the series, we are going to implement the logic for deleting the entity.
  (1 votes) by Code Maze (updated 6 days ago)
How to update the owner entity by creating a form for the update action and by sending the PUT request towards our server

Applications & Tools

  (2 votes) by Rajat-Indiandotnet (updated 6 days ago)
How to start PowerApps controls
  (1 votes) by Rajat-Indiandotnet (updated 6 days ago)
In this post, we are going to create our first PowerApp.
  (1 votes) by Rajat-Indiandotnet (updated 6 days ago)
In this article, we will see different inbuilt templates Apps which give us confidence about what the PowerApps can do.

Client side scripting

  (4 votes) by Rajat-Indiandotnet (updated 6 days ago)
Filter, map & reduce function in JavaScript

Code Generation

  (0 votes) by S Ravi Kumar (TechieRathore) (updated 4 days ago)
Dissecting default Flutter app code

Database

  (4 votes) by Vivek Johari (updated 6 days ago)
Through this article, we are going to discuss three important interview questions of SQL
  (1 votes) by Rajat-Indiandotnet (updated 6 days ago)
How to easily unpivot pivot data in SQL Server

IoT on Azure

  (2 votes) by Vivek Johari (updated 5 days ago)
Azure Service Tiers Contents Introduction DTU Based Pricing model What is DTU?
  (0 votes) by harleydk (updated 10 hours ago)
.The internet-of-things concept prevails in near every article on future IT prospects. And such a fascinating topic it is,too, the scenarios are limitless and the use-cases palpable, feels as if we should have been able to fulfill them ages ago.

SQL Reporting Services

  (6 votes) by Rajat-Indiandotnet (updated 6 days ago)
New feature in SQL Server 2016

Uncategorised Technical Blogs

  (0 votes) by Rajat-Indiandotnet (updated 19 hours ago)
In the last article we learned about the different controls which exist in PowerApps although there are some more controls which we will discuss going forward before jumping into remaining controls let’s discuss here the most important part Collection. What is collection?

Web Security

  (4 votes) by Rajat-Indiandotnet (updated 6 days ago)
To understand RLS (ROW LEVEL SECURITY) let’s understand the different problems first. Problem 1 Suppose, you have a Multi-tenant e-commerce website and different companies registered on your website and you have centralized single database for all the client.

Blogs updated

Validation

  (2 votes) by Bryian Tan (updated yesterday)
How to dynamically display controls in FormArray using Angular 5 Reactive Forms and enable/disable the validators based on the selection



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