Chủ Nhật, 25 tháng 3, 2018

Weekly Newsletter (26 Mar 2018)

Weekly Newsletter (26 Mar 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.
Click here The Future of JavaScript: 2018 and Beyond (Whitepaper)
What is the state of the JavaScript ecosystem? This whitepaper offers our future-looking analysis and predictions on the latest in JavaScript. We also look back at all the craziness from 2017 and neatly tie it together with a bow. Download now.
Click here Earn Money from your App
AdMob by Google is a free and simple way to monetize your app with ads. It offers the largest source of global advertiser demand, flexible ad controls and an industry-leading mediation service. Sign Up to AdMob
Click here Experience Top-Perfoming UI Controls for Windows Forms
Build out Windows Forms applications faster than ever with 100+ fully featured UI controls, including high-performing data grids and charts. Get your free trial of Ultimate UI for Windows Forms now!

Weekly Poll Results

Do you code when on vacation?

Survey period: 19 Mar 2018 to 26 Mar 2018

va·ca·tion (noun) the action of leaving something one previously occupied

OptionVotes% 
Absoluitely1139.95
Often11410.04
Sometimes27123.86
Rarely25222.18
Never29525.97
I don't have vacations918.01

This week's survey: Do you attend developer conferences?

Latest Additions

New articles added

.NET Framework

  (2 votes) by Sergey L. Gladkiy (updated 2 days ago)
This article introduces an approach of realizing nonlinear units including decibels.
  (2 votes) by ipavlu (updated yesterday)
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.
  (0 votes) by Ehsan Sajjad (updated yesterday)
This post outlines why we would implement Equality for a Reference Type and how we can do that.

Algorithms & Recipes

  (2 votes) by SneakSense (updated 4 days ago)
Schematics for creating an LALR parser
  (1 votes) by Philipp Sch (updated yesterday)
Finding a Fundamental Cycle Set Forming a Complete Basis to Enumerate All Cycles of a Given Undirected Graph

Android

  (1 votes) by Yesy (updated 2 days ago)
Demonstrates a method to manipulate SQLite databases located in the asset folder

Applications & Tools

  (1 votes) by Duke Wang (updated 2 days ago)
We will walk through Angular, Angular CLI and Angular Material to build a file upload component which does not exist in Angular Material

Artificial Intelligence and Machine Learning

  (5 votes) by Nikola M. Živković (updated 5 days ago)
Understanding Long Short-Term Memory Networks (LSTMs)

ASP.NET

  (4 votes) by syed shanu (updated 6 days ago)
In this article, we will see in detail how to use ASP.NET Core Identity in MVC Application for creating user roles and displaying the menu depending on user roles.

Author Resources

  (4 votes) by jamuro77 (updated 3 days ago)
Simple way to get comma delimited values from a field by using SQL for XML clauses

Boards / Embedded devices

  (1 votes) by Intel Corporation (updated 3 days ago)
Integrated IoT building blocks enable a future-proofed design that also reduces development time, complexity, and the risk associated with investment.
  (1 votes) by Intel Corporation (updated 3 days ago)
In many manufacturing plants today, monitoring is a highly manual process. FOURDOTONE Teknoloji analyzes data from sensors to enable manufacturers to respond immediately to problems, and predict when machines are likely to fail.
  (1 votes) by Intel Corporation (updated 3 days ago)
In this article we analyse the industry 4.0 possibilities and we will show how it is possible to make IIoT a semi-automatic machinery managed mainly by people.
  (0 votes) by Intel Corporation (updated 3 days ago)
This storage unit flood detector 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.

Client side scripting

  (1 votes) by Sibeesh Passion (updated 12 hours ago)
In this post, we are going to implement Guard, which help us to restrict users to access some pages if they haven't logged in to our application, in Angular 5.

Cryptography & Security

  (7 votes) by TheNeoTrix2000 (updated 12 hours ago)
Learn how to inject your 4.5 framework .net application into a c++ unmanaged host application. Fast , Secure & Without any extra tool or library. - By Hamid.Memar

Document / View

  (4 votes) by favedj (updated 5 days ago)
A fully working fix for this longstanding problem, tested in Windows 7 - 10

Office Development

  (0 votes) by moneema14 (updated 3 days ago)
Describes a generic approach which extract object list of given type from XML(Excel formatted).

Product Showcase

  (0 votes) by Intel Corporation (updated 3 days ago)
This tutorial demonstrates how to use an UP Squared board together with the Arduino Create IDE to publish messages (sensor data) via MQTT, a messaging protocol suited for IoT applications, to the Amazon Web Services (AWS) cloud platform.
  (0 votes) by Intel Corporation (updated 3 days ago)
This article presents use cases and provides examples which make use of the Intel® Math Kernel Library (Intel® MKL)

SharePoint Server

  (1 votes) by Santosh Anniyappa (updated 4 days ago)
SharePoint framework webpart to retrieve SharePoint list items using React & Rest API and display the results using details DetailsList Office UI fabric component

String handling

  (3 votes) by Ben Hanson (updated 3 days ago)
Capture text using a grammar instead of a regex.

Windows Presentation Foundation

  (3 votes) by Shmuel Zang (updated 6 days ago)
This article shows how we can extend the ObjectPresentation library behavior.

Articles updated

.NET Framework

  (49 votes) by Ehsan Sajjad (updated 19 hours ago)
The purpose of this post is to outline and explore some of the issues that make performing the equality much more complex than you might expect.
  (20 votes) by Ehsan Sajjad (updated 19 hours ago)
In this post, we will see how smartly .NET handles equality and comparison for value types and reference types.
  (15 votes) by Ehsan Sajjad (updated 19 hours ago)
In this article, you will learn about IEquatable interface in .NET and how it solves some of the equality problems for value types.
  (15 votes) by Ehsan Sajjad (updated 18 hours ago)
This article explains how Equals method and == operator behave differently for String class

Artificial Intelligence and Machine Learning

  (22 votes) by Scott Clayton (updated 3 days ago)
Build a recommendation system using collaborative filtering and matrix factorization.

ASP.NET

  (9 votes) by Angel Gabriel Valdés Sarduy (updated 3 days ago)
This project is an ASPNET Core MVC site with a generic controller for CRUD and searchs.
  (2 votes) by James W. Threadgill (updated yesterday)
Razor Smart Mailer is the complete solution for form based website emails. It includes advanced HTML templating that can use any document available via HTTP request as a template, even executables and documents located on other domains and servers.

C#

  (29 votes) by shunninghuang (updated 3 days ago)
CPS1 emulator, ROM hacking
  (19 votes) by Ehsan Sajjad (updated 18 hours ago)
This post focuses on the problems that one might face when using == operator with generics or inheritance and which can cause unexpected results.
  (11 votes) by varocarbas (updated yesterday)
Comprehensive unit parsing library

Database

  (16 votes) by Ryan G Conrad (updated 2 hours ago)
Prevent brute-force login attacks on a remotely accessible SQL Server database using T-SQL
  (5 votes) by Robert Vandenberg Huang (updated 2 days ago)
An Entity Framework log printer that converts SQL commands to executable T-SQL statement
  (3 votes) by Ryan G Conrad (updated 2 hours ago)
Additional logging and data collection.

Design and Architecture

  (11 votes) by Rasik Bihari Tiwari (updated yesterday)
Let us not mug up definitions. Embrace a design pattern through an evolution. Only the hurdles faced while solving real world problems will take you closer to a design pattern, not your next technical interview.

General Graphics

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

Java

  (24 votes) by Yucel Guven (updated 3 days ago)
IPv6 subnet calculator / tool explained.

Libraries

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

Miscellaneous

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

Programming Tips

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

Tabs & Property Pages

  (232 votes) by toATwork, adriancs, Michael Spradlin (updated 6 days ago)
Easily add ribbon to WinForm Application for .NET Framework 2.0, 3.5, 4.0 & 4.5

Usability

  (4 votes) by Voevudko A. E., Ph.D. (updated 5 days ago)
Continue defining and presenting Gearographic curves from the simplest to the most intriguing. Offering web-pages and R scripts used to illustrate different aspects of it.

Windows Presentation Foundation

  (23 votes) by Dirk Bahle (updated 3 days ago)
Drawing large amounts of items quickly with WPF.

New Tips and Tricks added

Algorithms & Recipes

  (1 votes) by Denis Pashkov (updated 19 hours ago)
In this tip, you will learn how to apply K-means algorithm for text clustering using c#.

Button Controls

  (4 votes) by Clifford Nelson (updated 6 days ago)
A alternative ToggleButton/RadioButton control

Universal Windows Platform and Windows Runtime

  (0 votes) by Matej Pavlů (updated 8 hours ago)
Creating a replacement for missing TileBrush known from WPF

Tips and Tricks updated

ASP.NET

  (5 votes) by Sriganesha Rao (updated 6 days ago)
Simple steps to integrate Angular Cli and ASP.NET core web API using VS Code

Internet / Network

  (7 votes) by Sufyan S Jabr (updated 5 days ago)
All that you need to know when working with MSDTC, Troubleshooting and problem solving.

Java

  (1 votes) by Łukasz Bownik (updated 4 days ago)
A fluent JDBC wrapper written in 200 lines of code

Smart Client

  (12 votes) by Peter Sun (247) (updated yesterday)
Create a C# WPF app to read Twitter tweets and retweets via REST API with grouping related users / friends by categories

Universal Windows Platform and Windows Runtime

  (3 votes) by Matej Pavlů (updated 2 hours ago)
Creating a replacement for missing TileBrush known from WPF.

New Technical Blogs added

Applications & Tools

  (5 votes) by Code Maze (updated 6 days ago)
As a continuation to a previous post (in which I’ve shown you how to use subscription), we are now going to implement that subscription to our HTTP requests in order to display the data on the page.

Clipboard

  (0 votes) by Dave Kerr (updated 13 hours ago)
In this article, I'll show you how you can use the shell as an efficient tool to compliment how you use the clipboard.

Uncategorised Technical Blogs

  (0 votes) by Dave Kerr (updated 13 hours ago)
In this article I'm going to show you how to set up OpenShift to integrate with Splunk for logging in a Docker container orchestration environment.. These techniques could easily be adapted for a standard Kubernetes installation as well!. .



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