Chủ Nhật, 8 tháng 4, 2018

Weekly Newsletter (9 Apr 2018)

Weekly Newsletter (9 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.
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 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!
Click here Dynamic Dashboards from Excel Charts & Ranges with SpreadsheetGear 2017
You and your users can design dashboards, reports, charts, and models in Excel or the SpreadsheetGear Workbook Designer rather than hard-to-learn developer tools and you can easily deploy them with one line of code. Try it now!

Weekly Poll Results

How much time at work, on average, do you actually spend coding?

Survey period: 2 Apr 2018 to 9 Apr 2018

Meetings, coffee, meetings, procrastination, meetings. Do you actually get coding done? Measure your time from the moment you arrive at your work place (or step into your home office) to the moment you leave for the day. Average it over a typical day or week.

OptionVotes% 
Over 90% of my time at work is spent coding756.10
75% - 90% is spent coding18414.97
50% - 74% is spent coding32926.77
25% - 49% is spent coding26721.72
10% - 24% is spent coding17314.08
Less than 10% of my time is spent coding1189.60
I don't code at work897.24

This week's survey: What's the hardest part of writing an app?

Latest Additions

New articles added

.NET Framework

  (4 votes) by Jay Kang (updated 3 days ago)
Introduction to a new approach to distribution
  (0 votes) by Quanik (updated 5 hours ago)
How to create a custom settings provider for .NET applications

Applications & Tools

  (7 votes) by Marc Clifton (updated 6 days ago)
Learning how to programmatically manipulate SVG in Javascript

Artificial Intelligence and Machine Learning

  (5 votes) by Nikola M. Živković (updated 6 days ago)
In the previous article, we talked about the way that powerful type of Recurrent Neural Networks - Long Short-Term Memory (LSTM) Networks function. Now, we will see how to implement this kind of network.
  (2 votes) by Allister Beharry (updated 5 hours ago)
We'll use the ClassifyBot program to put together an ML pipeline to solve a text classification problem using open-source ML components

ASP.NET

  (0 votes) by Sem Shekhovtsov (updated 18 hours ago)
The how-to article that summarises best practices for unit testing ASP NET Core MVC controller using NUnit and Moq framework

Boards / Embedded devices

  (0 votes) by Intel Corporation (updated 5 days ago)
The Retail Workshop: Hands on Learning with Intel®-based Retail Solutions
  (0 votes) by Intel Corporation (updated 5 days ago)
Cut Energy Costs with a Smart Real-Time Occupancy Solution from Feedback Solutions and Intel

Database

  (5 votes) by Dinesh Singh Kushwaha (updated 6 days ago)
Dynamic PIVOT query in SQL Server

Files and Folders

  (1 votes) by John Simmons / outlaw programmer (updated yesterday)
An example of evolving code to fit new demands.

Product Showcase

  (0 votes) by LEADTOOLS Support (updated 5 days ago)
This tutorial will introduce you to the classes and methods for both reading and writing AAMVA-compliant barcodes from Driver's Licenses.

Testing and QA

  (1 votes) by Dr. Song Li (updated 5 days ago)
This is a note on unit test Spring MVC applications.

Web Services

  (0 votes) by ROHIT SRIVASTAVA (updated 4 hours ago)
Passing Multiple File Using Rest Sharp To Service Stack Windows Service

Articles updated

.NET Framework

  (144 votes) by Peter Vegter (updated 6 days ago)
Windows Media Control Interface (MCI) library with many added features
  (1 votes) by giamp_72 (updated 3 days ago)
Every programmer, sooner or later, has the same problem: how can I print quickly and simply?

Algorithms & Recipes

  (6 votes) by Philipp Sch (updated 2 days ago)
Finding a Fundamental Cycle Set Forming a Complete Basis to Enumerate All Cycles of a Given Undirected Graph

Artificial Intelligence and Machine Learning

  (2 votes) by Noman BD (updated 6 days ago)
Power of Naive Bayes Classification

ASP

  (8 votes) by David Cantrell (updated 13 hours ago)
Implementing the ASP.NET MVC HTML Helper "using pattern" in Classic ASP by using the With keyword, an HTML tag class and helper methods.

ASP.NET

  (20 votes) by Ovie Prince Tegaton (updated 6 days ago)
This is an implementation of John Papa's Toastr plugin extended in ASP.NET server-side for a neater presentation of notifications.
  (8 votes) by syed shanu (updated 2 days ago)
In this article, we will see in detail how to display role-based dynamic menu after a user logs in. For this, we will create a Menu Master table and insert a few records to display the menu and link the URL to the menu based on the logged in user's role.
  (8 votes) by Ovie Prince Tegaton (updated 6 days ago)
Showing alert to web users can't be easier than using Bootstrap alert from server side VB.NET

Audio and Video

  (129 votes) by Evgeny Pereguda (updated 5 hours ago)
Simple SDK for capturing, recording and streaming video and audio from web-cams on Windows OS by Windows Media Foundation.

Author Resources

  (5 votes) by jamuro77 (updated yesterday)
Simple way to get comma delimited values from a field by using SQL for XML clauses

Button Controls

  (12 votes) by Clifford Nelson (updated 6 days ago)
This gives the code to create a cursor from a character in a font.

C#

  (14 votes) by Eric Lynch (updated 4 days ago)
A flexible command line parsing class that uses C# attributes and reflection to discover syntax

Client side scripting

  (14 votes) by Sergey Alexandrovich Kryukov (updated 6 days ago)
A pure Web browser application as a tool for advanced music harmony study in different tone systems

Files and Folders

  (35 votes) by John Simmons / outlaw programmer (updated yesterday)
Parse CSV files.

General Graphics

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

Java

  (3 votes) by Diptee Warudkar (updated 23 hours ago)
This article explains how we can customize decompounding in solr for languages such as German to get precise results.

Miscellaneous

  (8 votes) by Clifford Nelson (updated 6 days ago)
Presents a class to help create flexible value and multi-value converters that use the ConverterParameter to specify return values for true and false results using the ?: operator

NoSQL

  (12 votes) by BrainlessLabs.com, sibani.p (updated 4 days ago)
Creating a simple ORM for C++ on-top of SQL Database

Windows Phone 7/8

  (15 votes) by Sheikh Jubair (updated 4 days ago)
This article gives you a brief overview on Windows Phone 8 Background Agent and focuses on Periodic Task

New Tips and Tricks added

.NET Framework

  (2 votes) by PIEBALDconsult (updated yesterday)
A Trim method for strings that provides flexibility without requiring the use of large character arrays.

Ajax

  (4 votes) by Deepan Maheshwaran (updated 4 days ago)
Implementing dynamic or deferred loading of data using datatables.net plugin in ASP.NET MVC

Button Controls

  (4 votes) by Clifford Nelson (updated 4 days ago)
This behavior will require that for any Group of ToggleButton/Checkbox controls that are associated together, the user cannot set all to not IsChecked.
  (2 votes) by Clifford Nelson (updated 6 days ago)
This tip provides a behavior that will reset all RadioButton controls within a Control that has this behavior when the Visibility changes.
  (2 votes) by Clifford Nelson (updated 5 days ago)
Normally a popup will stay open until explicitly closed. The Behavior will close the Popup if the mouse is clicked within or outside the Popup area or leaves the Popup area.
  (2 votes) by Clifford Nelson (updated 3 days ago)
Normally, there is no need to ensure that types exactly match when using a Binding. For instance, the Control property double to and int in a ViewModel

DLLs & Assemblies

  (0 votes) by Member 11432874 (updated 5 hours ago)
Deploy Reports rdl Files to SSRS using C# script

Grid & Data Controls

  (1 votes) by Agro Vibe (updated 2 days ago)
SQL table dependency with enti

Programming Tips

  (2 votes) by Christiaan van Bergen (updated 5 days ago)
How to perform XPath queries on all lower case elements

Tips and Tricks updated

Database

  (28 votes) by Alen Toma (updated 5 days ago)
EntityWorker.Core - an alternative to entity Framework

Smart Client

  (15 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

STL

  (13 votes) by Orjan Westin (updated 4 days ago)
Function and supporting class to write a memory dump with hex values and characters to an output stream

New Technical Blogs added

Android

  (0 votes) by S Ravi Kumar (TechieRathore) (updated 4 days ago)
In this article, we will dissect the folder structure of default Flutter app and understand how to manage the various resources needed for developing a cross platform app using Flutter.

ASP

  (4 votes) by Code Maze (updated 6 days ago)
While developing our project, sometimes our components may become large and hard to read. So, it is always a good choice to split that big component into a few smaller ones.

Universal Windows Platform and Windows Runtime

  (0 votes) by Chris Boss (updated 2 days ago)
A better Windows experience for Maker Devices and IOT



© 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