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

Weekly Newsletter (30 Oct 2017)

Weekly Newsletter (30 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 Top 6 Performance Challenges in Managing Microservices
Microservices architectures are an increasingly popular style of enterprise application development. However, this introduces new challenges in deployment management & performance. Discover best practices to manage performance in this whitepaper.
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

Do you use voice control on your smart phone?

Survey period: 23 Oct 2017 to 30 Oct 2017

With the proliferation of various voice control systems, Siri, Cortana, Alexa, Bixby, to name a few, do you actually use the voice control service? (Suggested by Mycroft Holmes)

OptionVotes% 
Yes, all the time473.90
Yes, occasionally20016.60
Yes, I've used it26021.58
No, I've never used it59749.54
I don't own a voice controllable device1018.38

This week's survey: Should Microsoft get back into the Mobile game?

Latest Additions

New articles added

.NET Framework

  (2 votes) by Mike DiRenzo (updated 5 days ago)
An easy to use programmatic LDAP search utility is a single C# class file that can be dropped into any project and used right away.

ASP.NET

  (1 votes) by didou_rebai (updated 4 days ago)
PaaS allows companies, developers to focus only on applications and services and not infrastructure. PaaS provides all the services needed to create, code, deploy and run websites, mobile services, and more.
  (1 votes) by Stefan Vincent Haug (updated 2 days ago)
Getting started with jQuery validation and setting up culture specific validation in ASP.NET Core 2.0

Azure

  (3 votes) by AJSON (updated 5 days ago)
Part 1 of 'Making an e-Learning platform for Microsoft Azure'

Boards / Embedded devices

  (1 votes) by Intel Corporation (updated 5 days ago)
This tutorial shows you how to incorporate a digital signature algorithm (DSA) and key agreement protocol (KAP) into the programmable FPGA fabric and HPS of the Cyclone® V SoC FPGA device on a DE10-Nano board.
  (1 votes) by Intel Corporation (updated 5 days ago)
This tutorial shows how to get started setting up a host build system, building the framework, and running a client/server example
  (1 votes) by Intel Corporation (updated 4 days ago)
This access control system application is part of a series of how-to Internet of Things (IoT) code sample exercises using the Intel® IoT Developer Kit and a compatible Intel-based platform, cloud platforms, APIs, and other technologies.
  (0 votes) by Intel Corporation (updated 5 days ago)
This paper will show you how to use an Intel® NUC gateway and Microsoft Azure IoT Edge to connect a sensor to Microsoft Azure IoT Hub running in the Azure cloud.
  (0 votes) by Intel Corporation (updated 4 days ago)
This guide contains all the information you need to get started using the Intel® IoT Gateway to connect to GE Predix
  (0 votes) by Intel Corporation (updated 4 days ago)
Connecting to AT&T M2X IoT using MQTT

Book Chapters

  (2 votes) by Packt Publishing (updated 5 days ago)
In this section, we'll take our first steps in using the low-level TensorFlow API.

C / C++ Language

  (12 votes) by Mike_my_name (updated 6 days ago)
Do you want to learn C++ interview questions before interview? Either you are employer or programmer, we will help!

Client side scripting

  (4 votes) by ManishHPatil (updated 6 days ago)
This is the second part in the series, which will show how to setup the development environment for ReactJS with Typescript. This part will focus on creating a public GitHub repository for the code created in the first part of the series.
  (1 votes) by ManishHPatil (updated 4 days ago)
This is the third part in the series, which will show how to setup the development environment for ReactJS with Typescript. This part will focus on creating a local workspace by cloning the GitHub public repository - react-typescript, created in the second part of the series.

Database

  (3 votes) by Sreekanth Mothukuru (updated 5 days ago)
Create a Data-Tier Application Package (DacPac) to easily manage, deploy and deliver chronological database changes onto multiple environments

Design and Architecture

  (9 votes) by Emmanuel Nuyttens (updated 5 days ago)
Example on how to use Event Sourcing in C#
  (1 votes) by Mack Ait-Aoudia (updated 5 days ago)
A walk-through on how to build a notification engine by integrating applications

Exception Handling

  (9 votes) by Jose A Pascoa (updated 3 days ago)
Rolling up a practical solution.

LINQ

  (8 votes) by Mr.PoorEnglish (updated yesterday)
10-times faster Accesss with Reflection.MethodInfo (updated)

MFC

  (9 votes) by Andy Bantly (updated 4 days ago)
An application to keep score of a bowling game with a hand-written looking score card

Product Showcase

  (0 votes) by Intel Corporation (updated 5 days ago)
This guide contains steps to create Internet of Things (IoT) projects in C/C++, using the Intel® System Studio.
  (0 votes) by Intel Corporation (updated 5 days ago)
This guide contains steps to create Internet of Things (IoT) projects in Java, using the Intel® System Studio.
  (0 votes) by Intel Corporation (updated 5 days ago)
The Intel® Computer Vision SDK is a new software development package for development and optimization of computer vision and image processing pipelines for Intel System-on-Chips (SoCs).
  (0 votes) by Cisco (updated 3 days ago)
Cisco DevNet invites all app developers working on enterprise apps to reach out to us and get started with the validation.

Reviews on Third Party Products and Tools

  (1 votes) by Chris_Riley (updated 3 days ago)
WCH will save us from integrating an open source NLP library manually (where we would have to become domain experts), which reduces the risk of integrating intelligence into our application, and the amount of time.

Win32/64 SDK & OS

  (5 votes) by AJSON (updated 5 days ago)
Installing the BASH shell on Windows for use with Azure and other cloud providers

Articles updated

Algorithms & Recipes

  (13 votes) by Eric Ouellet (updated yesterday)
Many improvements over a pretty new and unknown very fast 2D Convex Hull algorithm and much more.
  (13 votes) by Kamen Nikolov (updated 4 days ago)
The supplementary source code for this article can be downloaded from edifabric.com

ASP.NET

  (4 votes) by anuj vohra (updated 3 days ago)
To Create ASP.NET MVC5 with Entity Framework 6 and Code First Approach

Button Controls

  (1 votes) by n.podbielski (updated 2 hours ago)
Server controls in separate assembly

C / C++ Language

  (52 votes) by Sergey Alexandrovich Kryukov (updated 9 hours ago)
Thread wrapper (v. 2.0) based on std::thread offers synchronization, status control and termination in safe encapsulated manner
  (18 votes) by Sergey Alexandrovich Kryukov (updated 9 hours ago)
New thread wrapper (v. 2.0) offers programming model based on blocking queue and delegates supplied by other threads

C#

  (133 votes) by Akram El Assas (updated 10 hours ago)
An extensible workflow engine with a cross-platform manager and designer.
  (63 votes) by HHerzl (updated 10 hours ago)
Entity Framework Core for Enterprise
  (28 votes) by HHerzl (updated 3 days ago)
Scaffolding Entity Framework Core with CatFactory
  (6 votes) by varocarbas (updated 4 days ago)
Comprehensive unit parsing library

Client side scripting

  (58 votes) by Marla Sukesh (updated 4 days ago)
A 10 Days series on Latest version of Angular - Day 1 will be very basic and mostly on JavaScript, TypeScript.
  (18 votes) by Marla Sukesh (updated 4 days ago)
A 10 Days series on Latest version of Angular - Today we will look Templates, Events, Models, Directives etc.
  (16 votes) by Marla Sukesh (updated 4 days ago)
A 10 Days series on Latest version of Angular - Today we will learn how to get started with Angular. We will discuss each andevery step in detail.
  (15 votes) by Marla Sukesh (updated 4 days ago)
A 10 Days series on Latest version of Angular - In this part 2 we explore some more fundamental concepts of TypeScript.
  (10 votes) by massimiliano aronica (updated yesterday)
Let's have a break with Javascript and a Canvas.

Database

  (14 votes) by Dirk Bahle (updated 21 hours ago)
A quick guide to managing 100000'ish records efficiently with SQLite and C#/.Net.
  (12 votes) by vinothharshad (updated 3 hours ago)
Use the ON DELETE CASCADE option if you want rows deleted in the child table when corresponding rows are deleted in the parent table.

Design and Architecture

  (15 votes) by Ramachandran Murugan (updated 4 days ago)
The design of the class to ensure that only one instance is created and make a provision to globally access the instance.
  (8 votes) by Satprem Pamudurthy (updated 5 days ago)
This article examines some of the use cases for memoization and shows that a tightly-coupled implementation does not scale well to new applications. It then presents a modular design for a C++ memoization framework that is generic, efficient and extensible to new applications.
  (4 votes) by vytheese (updated 5 days ago)
Custom rule engine - declarative programming

GDI+

  (28 votes) by Cake Processor (updated 17 hours ago)
Outline Text Part 2

General Graphics

  (27 votes) by Peter Occil (updated 6 days ago)
Discusses color spaces, color generation, and other general color topics commonly faced by programmers.

Installation

  (139 votes) by stfx (updated 4 days ago)
A modular InnoSetup script to download and install all available .NET Framework versions and much more

Libraries

  (44 votes) by Cinchoo (updated yesterday)
Simple CSV file reader for .NET

Miscellaneous

  (47 votes) by Eric Ouellet (updated 5 days ago)
A very fast Convex Hull algorithm and its implementation in O (n log h)

MSIL

  (39 votes) by Alexandre Bencz (updated 4 days ago)
DotNetPELib is a library which abstracts managed information such as namespaces, classes, fields, methods, and instructions. The information can then be used to generate assembly language source files, or PE executables or DLLs.

NoSQL

  (12 votes) by Bruce Yang CL (updated yesterday)
A distributed system architecture, mobile devices around the world, free charge to construct your global application.

XML

  (39 votes) by Graeme_Grant (updated 4 days ago)
Working with simple JSON objects & collections to Custom Converters and Transformations into .Net classes.

New Tips and Tricks added

.NET Framework

  (2 votes) by Laszlo Voros (updated 5 days ago)
Convert a portable class library (PCL) to a .NET Standard project, change the csproj file to the new format

Android

  (0 votes) by techiesatish (updated 3 hours ago)
Populate Spinner from JSON data

Database

  (7 votes) by Ajay kumar sahu (updated 5 days ago)
How to find the nth largest/smallest of the rows
  (2 votes) by OriginalGriff (updated yesterday)
How do you call a Stored Procedure inside a query and use the SELECT results? Tricky...or is it?

Dialogs and Windows

  (0 votes) by Bob Stoom (updated 4 days ago)
This tip will show you one more approach to display loading long-time process in the splash screen.

Toolbars & Docking windows

  (3 votes) by Rick York (updated 2 days ago)
Something to help compile samples from the VS2010 feature pack

Windows Presentation Foundation

  (0 votes) by webmaster442 (updated yesterday)
How to format your XAML documents for effective version handling & maximum maintainability

Tips and Tricks updated

Database

  (6 votes) by Ajay kumar sahu (updated 4 days ago)
Any alphabatical sequence like (abc,cde,efg,hijkl,mnop,.... so on) and QWERTY match, with Caps and without Caps in SQL Server

New Technical Blogs added

Artificial Intelligence and Machine Learning

  (6 votes) by Shun Huang (updated 6 days ago)
Machine learning is a term that people are talking about often in the software industry, and it is becoming even more popular day after day. Media is filled with many fancy machine learning related words: deep learning, OpenCV, TensorFlow, and more.

ASP.NET

  (5 votes) by Sam_IN (updated 2 days ago)
In this post, we will explore some important tips while working on MVC5. These tips are useful while hands on ASP.NET MVC.

Client side scripting

  (3 votes) by Gerd Wagner (updated 3 days ago)
The HTML specification defines an event-based drag-and-drop (D&D) mechanism, which is supported by all current major browsers (including IE11 and iOS/Safari), except on Android. We show the minimum setup for a working D&D operation.
  (2 votes) by Programming Tutorials by Tests4Geeks (updated 2 days ago)
Read a tutorial which allows you to build your own Angular Component! Examples and code snippets inside!
  (1 votes) by Marla Sukesh (updated 4 days ago)
Execution trick in Angular

Game Development

  (3 votes) by IAmJoshChang (updated 6 days ago)
How to stop the time score system when the game is over
  (2 votes) by IAmJoshChang (updated 5 days ago)
How to save and load data in Unity

SQL Reporting Services

  (1 votes) by Sam_IN (updated 4 days ago)
In this article, I will explain step by step how to create Continuous Build and Release process for SQL Server Scripts for Database. All the steps are self explanatory with relevant screenshots.

Uncategorised Technical Blogs

  (1 votes) by Dave Ceddia (updated 4 days ago)
What does Redux do and when you should use it
  (0 votes) by Rion Williams (updated yesterday)
With Halloween quickly approaching, it's about that time to figure out what you are going to be dressing up as.
  (0 votes) by Dave Kerr (updated 4 hours ago)
In this article I'm going to show you how to set up OpenShift to integrate with Splunk for logging. The techniques used could easily be applied to a vanilla Kubernetes installation (there are no OpenShift specifics required).

Work Issues

  (2 votes) by Sacha Barber (updated 5 days ago)
  Last Time Last time we looked at finishing the "View Rating" page, which queried the Kafka Stream stores via a new endpoint in the play backend. This post will see us finish the workings of the "Create Job" page   PreAmble Just as a reminder this is part of my ongoing set of posts […]

Blogs updated

Node.js

  (6 votes) by Nikola M. Živković (updated 3 days ago)
In previois article I explained how to use MongoDB in .NET world. This is probably not the most natural habitat for MongoDB. So, I decided to display how one can use MongoDB in other, debatably, more fitting environment - MEAN Stack.



© 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