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

Weekly Newsletter (11 Dec 2017)

Weekly Newsletter (11 Dec 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 Need Excel on the Web?
Take your browser-based applications beyond the limits of HTML and JavaScript with high-performance, Excel-compatible spreadsheet controls from SpreadsheetGear-the leader in .NET spreadsheets. Try the live SpreadsheetGear Silverlight Samples Now!
Click here Take a short survey and enter a drawing for $500 Cash!
Take a 2 minute survey to tell us what technologies you're using. As a panelist, you'll have your voice heard regarding developer tools and emerging technologies, receive points that add up to cash prizes, and be entered in a $500 drawing.

Weekly Poll Results

Are you starting new projects or maintaining tried-and-true legacy apps?

Survey period: 4 Dec 2017 to 11 Dec 2017

Just because it's old it doesn't mean it needs to be rewritten.
OptionVotes% 
New, starting-from-scratch projects54156.95
Reasonably new (< 1="" years="" old)="">37839.79
Recent (1 - 3 year old ) projects44446.74
Established (5 - 10 year old) projects47950.42
Long in the tooth (10 - 15 year old projects)23825.05
Software archaeology (15 - 25 year old code bases)14214.95
Software mythology (code older than 25 years)434.53
I don't code515.37
Respondents were allowed to choose more than one answer; totals may not add up to 100%

This week's survey: What kills your productivity the most?

Latest Additions

New articles added

.NET Framework

  (10 votes) by Juan G. Carmona (updated 6 days ago)
Advanced logging in modern .NET applications. A sunday-morning-proof-of-concept.

Algorithms & Recipes

  (4 votes) by Mr.PoorEnglish (updated 3 days ago)
This is an alternative for "Parsing Mathematical Expressions in VB.NET: Mission Possible"

Applications & Tools

  (1 votes) by Ben Ahmed Zohra (updated 3 days ago)
This article aim to explain different steps to deploy Angular 5 app to Firebase

Artificial Intelligence and Machine Learning

  (1 votes) by Byte-Master (updated 2 days ago)
Neural Networks can do a lot of amazing things, and you can understand how you can make one from the ground up. You will actually be surprised how easy it is to develop one from scratch!

ASP.NET

  (7 votes) by Vincent Maverick Durano (updated 5 days ago)
This article demonstrates how to build an ASP.NET Core application using Entity Framework Core Code-First development with Web API and MVC.
  (1 votes) by Raihan Alam (updated 5 days ago)
Investigating how ASP.NET Core Identity works

Azure

  (6 votes) by Sacha Barber (updated yesterday)
Small demo of using Azure Functions and Azure EventGrid together
  (1 votes) by AJSON (updated 3 days ago)
Step by step to deploying persistent storage volumes in Kubernetes on Azure.

C / C++ Language

  (3 votes) by Faahil B Farouk (updated 3 days ago)
This project will convert a given finite automata to a regular expression using state reduction method.
  (0 votes) by Andy Galluzzi (updated 2 days ago)
Join me to create the most advanced yet most simple to use full duplex IPC for Windows

C#

  (12 votes) by Pierre Nortje (updated 5 days ago)
Lets looks at the Diffie-Hellman key exchange to securely send private information over a public channel.
  (8 votes) by Valerii Tereshchenko (updated 3 days ago)
Example of implementing logging using Aspect Oriented approach with DispatchProxy class.

Client side scripting

  (0 votes) by Dr. Song Li (updated 22 hours ago)
This is a note on Webpack, @Angular and miscellaneous topics.

Connected Devices

  (4 votes) by Scott Tattersall (updated 4 days ago)
Building a custom-designed PCB for an Internet of Things (IoT), "connected" device from scratch

Dialogs and Windows

  (3 votes) by Dukhabandhu Sahoo (updated 3 days ago)
This article explains how to display a loading indicator (a GIF image) in Windows Forms application when some long running task is performed in the background.

Product Showcase

  (0 votes) by christian.gaetano (updated 5 days ago)
In this article I walk through the steps to add React's best data grid – FlexGrid – to your web app using only Facebook's Create React App, Wijmo, and a few lines of JavaScript.
  (0 votes) by Vel Genov (updated 4 days ago)
In this article, we will review how PDF optimization can help reduce file sizes for more efficient file sharing and faster downloads, while maintaining the fidelity of the original document.

Third Party Products and Tools

  (3 votes) by Sergey L. Gladkiy (updated 3 days ago)
An introduction to the symbolic framework ANALYTICS

Universal Windows Platform and Windows Runtime

  (3 votes) by raddevus (updated 6 days ago)
Get Started in UWP (moving away from WinForm) Chapter 9 Refactor (MVC thinking), More OOP, Designing Objects, SoC continuing work on DailyJournal app.
  (3 votes) by raddevus (updated 4 days ago)
Get Started in UWP (moving away from WinForm) Chapter 10 Refactoring sometimes means fixing bugs -- Getting the DailyJournal FileName format working.
  (3 votes) by raddevus (updated 3 days ago)
Get Started in UWP (moving away from WinForm) Chapter 11 LoadFileFromStorage - When changes from this chapter are complete you'll have an app which saves all entries and loads them from files.

Web Services

  (5 votes) by Pierre Nortje (updated 6 days ago)
We do not want to keep asking for information. Let's create an API to send push messages regarding the current cryptocurrency stock market.
  (3 votes) by Pierre Nortje (updated 6 days ago)
Let's use the API we created in Part 1 to show the user some statistical graphs.

Articles updated

.NET Framework

  (138 votes) by Peter Vegter (updated 3 days ago)
Windows Media Control Interface (MCI) library with many added features
  (6 votes) by Ivan Golović (updated 5 days ago)
This solution consists of Windows service that logs Windows session events and Windows application that parses the resulting log to display session durations and locked/unlocked periods within sessions per user.

Applications & Tools

  (13 votes) by Zijian (updated yesterday)
Overview of TraceHub, and the design concepts/contexts behind this open source project

ASP.NET

  (8 votes) by syed shanu (updated 3 hours ago)
In this article lets see in deep on how to work with WEB API, EF for performing a Inventory Management priority based Reorder level system CRUD operation using Angular5 and ASP.NET Core application

C#

  (48 votes) by ecklerpa (updated 5 days ago)
Example of a TCPIP server that listens and can serve multiple client connections.
  (27 votes) by Valerii Tereshchenko (updated 6 days ago)
Objects Comparer framework provides mechanism to recursively compare complex objects by properties (supports arrays, lists, different types of dynamic objects and more), allows to override comparison rules for specific properties and types.
  (16 votes) by MukeshKumarTech (updated 6 days ago)
Today I will show you, four different ways to get the values from configuration section.

Database

  (31 votes) by Dirk Bahle (updated 5 days ago)
A quick guide to managing 100000'ish records efficiently with SQLite and C#/.Net.

DirectX

  (12 votes) by EgorYusov (updated 6 days ago)
This article introduces Diligent Engine, a modern cross-platform graphics API abstraction library

General Graphics

  (30 votes) by Peter Occil (updated yesterday)
Discusses color spaces, color generation, and other general color topics commonly faced by programmers.

Java

  (1 votes) by Issam Lahlali (updated 2 days ago)
Discovering the future of Java

Node.js

  (3 votes) by lars paisley (updated 6 days ago)
A simple approach to documenting ESB transactions and transformations

Win32/64 SDK & OS

  (15 votes) by Michael Chourdakis (updated 14 hours ago)
A mutex with shared/exclusive access

Windows API

  (24 votes) by David O'Neil (updated 4 days ago)
My DWinLib Windows API wrapper combined with Francisco Campos's Pretty WinAPI framework

Windows Presentation Foundation

  (7 votes) by Dirk Bahle, Alaa Ben Fatma (updated 2 days ago)
Tips & tricks on visting and searching nodes in WPF TreeViews
  (6 votes) by Dirk Bahle (updated 2 days ago)
Tips & Tricks on loading and saving WPF Tree View based content.

New Tips and Tricks added

Applications & Tools

  (5 votes) by Ben Ahmed Zohra (updated 5 days ago)
It's an Angular 5 start up example for beginners

C / C++ Language

  (4 votes) by GenialX (updated 4 days ago)
NCGREP, which is based on ncurses library to provide user interface, is a grep tool for searching text on target directory.
  (0 votes) by Cake Processor (updated 19 hours ago)
Make your class non-copyable without Boost
  (0 votes) by Cake Processor (updated 18 hours ago)
Modification inside const member function

C#

  (4 votes) by Altaf Ansari (updated 5 days ago)
Load Directory and sub directory and files
  (2 votes) by BI Road Warrior (updated 4 days ago)
Guide on creating a C# Factory Pattern with Dynamic Class Loading

Database

  (2 votes) by Renz Ladroma (updated 4 days ago)
This article will show you how to setup an automatic backup for Redis database.
  (0 votes) by Manish Gupta .Net (updated 2 days ago)
How to use TPL dataflow for reading files and inserting to database

List Controls

  (1 votes) by Jalapeno Bob (updated 2 days ago)
Grouping and sorting in a WinForm listview fails in a WPF application unless Visual Styles are enabled.

Trace and Logs

  (2 votes) by Jeff Bramlett (updated 5 days ago)
Solution to show how to "wrap" Log4Net to make it concurrent (as a worker thread)

New Technical Blogs added

Algorithms & Recipes

  (1 votes) by Bipin Radhakrishnan (updated 2 days ago)
Log4net Rolling File Log based on date and file size

Applications & Tools

  (1 votes) by Paul D. Sheriff (updated 6 days ago)
How to apply Angular techniques to jQuery applications
  (1 votes) by Paul D. Sheriff (updated 6 days ago)
Configuration settings for Angular applications

C#

  (6 votes) by BenHall_io (updated 3 days ago)
This is a robust solution for FileSystemWatcher firing events multiple times
  (3 votes) by BenHall_io (updated 2 days ago)
Erratic behaviour from .NET MemoryCache expiration demystified
  (3 votes) by BenHall_io (updated 2 days ago)
How to use FakeItEasy with Entity Framework 6
  (1 votes) by BenHall_io (updated 2 days ago)
NotifyFilters Enumeration explained (FileSystemWatcher)

Database

  (3 votes) by Sibeesh Passion (updated 1 weeks ago)
How to use a MongoDB on our Node JS application with the help of the package Mongoose

Date and Time

  (3 votes) by Bahrudin Hrnjica (updated 3 days ago)
How to implement CNTK 106 Tutorial in C# - this tutorial lecture is written in Python and there is no related example in C#. For this reason, I decided to translate this very good tutorial into C#.

Files and Folders

  (5 votes) by BenHall_io (updated 3 days ago)
You monitor a folder for new files with FileSystemWatcher and try to move those them on arrival. You get an IOException: ...being used by another process. The copying had not finished. Here, I offer a fairly robust solution to this.

Java

  (2 votes) by Mohamed Taman (updated 5 days ago)
Explanation and exploring the code on how to traverse collections with streams, creating streams from collections and arrays, aggregating stream values

SharePoint Server

  (1 votes) by Melick (updated 3 days ago)
Insufficient SQL database permissions for user 'Name: domain\SP_UserProfiles SharePoint 2013 User Profile

String handling

  (10 votes) by BenHall_io (updated yesterday)
It's worthwhile knowing the what, when and why to improving string comparison performance. In this article, I will explore one way, string interning.

Uncategorised Technical Blogs

  (1 votes) by Sibeesh Passion (updated 6 days ago)
A chat application in Node JS with the back end MongoDB
  (0 votes) by Jeffrey T. Fritz (updated 2 days ago)
What I learned while developing a Visual Studio extension
  (0 votes) by rtybase (updated 16 hours ago)
This is the second post dedicated to the problems set posted on "Math, Math Education, Math Culture" LinkedIn group. Here is the original LinkedId discussion, again ... if you happen to have a LinkedIn account. Here is the problem: Prove that the sequence a1=1, a2=11, a3=111, a4=1111,... contains a

Universal Windows Platform and Windows Runtime

  (2 votes) by Ehsan Sajjad (updated 4 days ago)
This is a step by step beginners guide on how to install .NET Core 2 and create a Console Application

Blogs updated

C / C++ Language

  (3 votes) by John Bandela (updated yesterday)
Easy Binary Compatible Interfaces Across Compilers in C++ - sneak preview

C#

  (41 votes) by Vladimir Pecanac (updated 6 days ago)
In this article, you will learn how to utilize a few .NET libraries to consume REST APIs.

Design and Architecture

  (1 votes) by Thomas Weller (updated yesterday)
Given here are some myths of 'textbook-TDD' and why they are wrong



© 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