Chủ Nhật, 9 tháng 9, 2018

Weekly Newsletter (10 Sep 2018)

Weekly Newsletter (10 Sep 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 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

What reasons are most likely to convince you to move to a new programming language?

Survey period: 3 Sep 2018 to 10 Sep 2018

Is the grass actually greener on the other side?

OptionVotes% 
The promise of quicker app development21129.22
Better tool support21830.19
Better 3rd party and community library / ecosystem support18926.18
It would allow me to target certain hardware or frameworks23432.41
Fear of being left behind when I hear everyone else is using it14219.67
My boss / client / company telling me I had to use the language24433.80
Out of sheer curiosity20227.98
The promise of a better language than I currently use20528.39
Other598.17
Nothing would convince me496.79
Respondents were allowed to choose more than one answer; totals may not add up to 100%

This week's survey: How likely is it your private information will be stolen when using the following systems?

Latest Additions

New articles added

.NET Framework

  (5 votes) by Aydin Homay (updated 5 days ago)
In this article, I tried to show a real benchmark based on pressure test method, for a Big-Data collection in C# .NET.
  (2 votes) by spi (updated 8 hours ago)
This small library handles units of measure and quantities with a dynamic and multi-contexts approach.

Algorithms & Recipes

  (3 votes) by Bhairav Thakkar (updated 6 days ago)
Basic modal analysis for dynamic response of structures in Python

Applications & Tools

  (0 votes) by Desmond McCarter (updated 3 days ago)
A utility for generating Selenium based Page Object Pattern classes used in web/mobile test cases.

Artificial Intelligence and Machine Learning

  (0 votes) by asiwel (updated 6 days ago)
Bezier Curve Classification Training And Validation Models Using CNTK and ALGLIB

ASP.NET

  (6 votes) by saineshwar bageri (updated 4 days ago)
In this article, we learn how to secure ASP.NET Core MVC Applications against top 10 attacks given by OWSAP (Open Web Application Security Project) in step by step way.
  (2 votes) by Silvia Campo (updated 4 days ago)
One filter for both razor views and pages

C / C++ Language

  (5 votes) by steveb (updated 4 days ago)
Dynamic string for the C language

Client side scripting

  (1 votes) by m_s_vinay (updated 2 days ago)
The article introduces the JEEP framework and demonstrates its power and flexibility by building a simple tool in a tutorial style.

Design and Architecture

  (1 votes) by Toby Steed (updated 2 days ago)
Design pattern - Factory

Desktop Gadgets

  (1 votes) by NaBian (updated yesterday)
Implementation of WPF scrollviewer with inertia

Edit Controls

  (1 votes) by red_moon (updated 3 days ago)
Text editor control with syntax coloring, line numbering, auto-complete, and syntax tooltip

General Graphics

  (0 votes) by charles922 (updated 2 days ago)
Demonstrate Clipping Plane in WPF 3D - Part 3

Miscellaneous

  (2 votes) by David A. Gray (updated 6 days ago)
This article demonstrates a class library that supports command line parameters with default values stored in application settings.
  (1 votes) by Nick Polyak (updated 6 hours ago)
Drag and drop using NP.Visuals package.

PHP

  (0 votes) by Peter Leow (updated yesterday)
Learn to handle form in PHP

Product Showcase

  (0 votes) by Quixxi Pty Ltd (updated 3 days ago)
An overview of Quixxi App Security Suite and all its capabilities.

Windows API

  (0 votes) by Andy De Filippo (updated 9 hours ago)
GDI+ does not support rendering of Rich Text and this has always represented a challenge for developers. The approach described in this article offers a solution to such limitation by tapping into the power of API hooking.

Windows Security

  (1 votes) by Michael Chourdakis (updated 18 hours ago)
XAdES-B and XAdES-T signing with my AdES and XML libraries

Articles updated

Algorithms & Recipes

  (49 votes) by Peter Occil (updated yesterday)
Most apps that use random numbers care about either unpredictability or speed/high quality.
  (9 votes) by Philipp Sch (updated 14 hours ago)
Finding a Fundamental Cycle Set Forming a Complete Basis to Enumerate All Cycles of a Given Undirected Graph

Applications & Tools

  (713 votes) by Dominik Reichl (updated 6 days ago)
KeePass is a free, open-source, light-weight and easy-to-use password safe.
  (7 votes) by Member 11242468 (updated yesterday)
This article describes how to containerize an ASP.NET WebApi solution with Visual Studio, how to pass data via environment variables and also how to run the images in docker without Visual Studio.

ASP.NET

  (10 votes) by Robert Vandenberg Huang (updated 2 days ago)
Experiment, run and compare different pathfinding algorithms and heuristic functions

C / C++ Language

  (60 votes) by QxOrm (updated 3 days ago)
QxOrm C++ library: Persistence (based on QtSql Qt library) - Serialization (based on boost::serialization library) - Reflection (introspection)
  (32 votes) by Michael Chourdakis (updated 5 days ago)
The update to my beloved library. Single-header file.
  (18 votes) by Michael Chourdakis (updated 6 days ago)
Easy to use simple parser with S/MIME Support. Version 2.

C#

  (30 votes) by shunninghuang (updated 2 hours ago)
CPS1 emulator, ROM hacking
  (19 votes) by Jean-Pierre Bachmann (updated yesterday)
ADO.NET ORM

Client side scripting

  (6 votes) by Shenwei Liu (updated 2 days ago)
An Angular sample application that includes selecting, adding, updating, and deleting data with HttpClient service, reactive forms for object and array types, in-line data editing, custom input validations, and various other features.

DirectX

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

Windows Presentation Foundation

  (34 votes) by Peter Huber SG (updated 6 days ago)
Using Style and Binding to control WPF DataGridCell appearance

New Tips and Tricks added

ASP.NET

  (3 votes) by mai an (updated yesterday)
Using Chart.js to visual data from MS SQL Server database on ASP.NET web form

Client side scripting

  (3 votes) by Er. Puneet Goel (updated 3 days ago)
This is about how we can set up proxy to make API call in Angular applications.

Database

  (0 votes) by Clifford Nelson (updated 2 days ago)
This is a tip that has the code for selecting an Excel file and sheet for import into Microsoft Access. This includes the code required to browse for a file, and populate a ListBox with the sheets of the Excel Workbook, and the code to import an Excel spreadsheet.

Desktop Gadgets

  (11 votes) by Geek2Simon (updated 5 days ago)
If you like those beautiful Windows10 PC startup screens and wonder how to capture and save them as images, this tip/trick is for you...

Tips and Tricks updated

Database

  (54 votes) by Alen Toma (updated yesterday)
EntityWorker.Core - an alternative to entity Framework

Miscellaneous

  (5 votes) by 0x01AA (updated 2 days ago)
Native W32 application Interop .NET com visible assembly



© 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