Chủ Nhật, 9 tháng 7, 2017

Weekly Newsletter (10 Jul 2017)

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

Site News

We're looking for Beta testers

We're looking for another dozen or so volunteers to help test our new content curation system. I'm sure we could come up with a fancy name for it, but for now we'll leave it at that. Testing is painless and free. All we need is your patience and suggestions. If you have ever been frustrated with not being able to keep up with the interesting stuff you love then email me.

cheers,
Chris Maunder

Weekly Poll Results

Do you wear glasses?

Survey period: 3 Jul 2017 to 10 Jul 2017

There's definitely a certain stereotype, but there's also an issue with our work environment. Glasses = any type of external eye correction device except contacts.

OptionVotes% 
Yes, always48434.65484 votes, 34.65%
Yes,but only need them for certain activities (reading, driving etc)37326.70373 votes, 26.70%
I wear contacts523.7252 votes, 3.72%
I mix up glasses / contacts553.9455 votes, 3.94%
I've had laser eye surgery302.1530 votes, 2.15%
I don't need them but wear them as fashion151.0715 votes, 1.07%
I probably need them but don't wear them1168.30116 votes, 8.30%
I don't need them or wear them27219.47272 votes, 19.47%

This week's survey: How do you refer to yourself professionally?

Latest Additions

New articles added

.NET Framework

  (5 votes) by Alexander Sharykin (updated 11 hours ago)
WPF HexGrid Panel
  (4 votes) by Bessem Bousselmi (updated 6 days ago)
ColorPicker with Metro interface

Algorithms & Recipes

  (3 votes) by Voevudko A. E., Ph.D. (updated 4 days ago)
Demonstrating a few approaches to generating and plotting fractals in R and offering R scripts realizing it.

Applications & Tools

  (9 votes) by Mark J. Caplin (updated 5 hours ago)
  (7 votes) by Marc Clifton (updated 5 days ago)
My personal goal with what I present in this article was to achieve the ability to self-host multiple HTTPS websites but without having to pay for hosting and certificates.
  (2 votes) by Bryian Tan (updated 6 days ago)
The author is sharing an article on how to create a help tooltip for a HTML element using Web API, Bootstrap Popover and jQuery UI dialog

ASP.NET

  (1 votes) by Marc Clifton (updated 14 hours ago)
Discovering some of the nuances of IIS and looking under the hood at how Katana/Owin does its initialization.

Audio and Video

  (3 votes) by zapsolution (updated 6 days ago)
Windows 10 multimedia player 64-bit

Bugs & Workarounds

  (2 votes) by Kewin Rausch (updated 3 days ago)
How to patch the Linux kernel with a custom mechanism and without having to reboot the system.

C / C++ Language

  (6 votes) by Alexander Semjonov (updated 6 days ago)
Developing fastest FFT implementation based on precompile tool using data driven approach

C#

  (4 votes) by Leif Simon Goodwin (updated 2 days ago)

Debug Tips

  (0 votes) by Melkin (updated 6 hours ago)
A simple overview of my opensource library allowing developers to add a dynamic interface to get values from the properties of object instances in other processes

Document / View

  (7 votes) by Sheila Pontes (updated 5 days ago)
How capture the event open of a pop up, stop this event and open them wherever you wish

Node.js

  (2 votes) by _m0n (updated yesterday)
Connect to PC with no public IP using Node.js app for reverse port forwarding / tunneling.

Product Showcase

  (0 votes) by Microsoft (updated 4 days ago)
Zion China has developed innovative health monitoring and analysis tools that collect data on blood sugar, diet, exercise, and medication for each patient and resulting personalized advice to help patients manage their health.

SharePoint Server

  (0 votes) by Prashant M Bansal (updated yesterday)
In this article we are going to deal with Search Scenarios using enhanced REST API in SharePoint 2013.
  (0 votes) by Prashant M Bansal (updated yesterday)
In this article we will discuss the scenarios where we need to interact with LOB Data Sources containing Lakhs of records.
  (0 votes) by Prashant M Bansal (updated 11 hours ago)
In this article we will see how to develop custom Search Verticals for SharePoint Search System.

VB6 Interop

  (1 votes) by Ismael M. (updated yesterday)
A generic DLL that call any .Net DLL in VB6.

Articles updated

.NET Framework

  (5 votes) by Ioannis Tsepas (updated 12 hours ago)
A clarification of property-changed interface and where/when to be implemented.

Algorithms & Recipes

  (33 votes) by Steve Hageman (updated 5 days ago)
DSPLib is an complete DSP Library that is an end to end solution for performing FFT's with .NET 4
  (23 votes) by Peter Occil (updated yesterday)
Most apps that use random numbers care about either unpredictability or speed/high quality.

Applications & Tools

  (149 votes) by tranthanhtu.vn (updated 4 days ago)
How to build the SPA for enterprise application using Angular2 and WebApi (RESTful)
  (12 votes) by tranthanhtu.vn (updated 4 days ago)
This tip explains how we should structure our project folder

ASP.NET

  (16 votes) by Ovie Prince Tegaton (updated 5 days ago)
This is an implementation of John Papa's Toastr plugin extended in ASP.NET server-side for a neater presentation of notifications.

Audio and Video

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

  (13 votes) by Sergey Alexandrovich Kryukov (updated 7 hours ago)
New Visual Studio Code extension "Extensible Markdown Converter" augments built-in Markdown extension to form all in one toolchain offering convenient editor, rendered document viewer, spell checker and converter to HTML, per CodeProject article submission requirements

C / C++ Language

  (50 votes) by Sergey Alexandrovich Kryukov (updated 4 days 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 4 days ago)
New thread wrapper (v. 2.0) offers programming model based on blocking queue and delegates supplied by other threads

C#

  (38 votes) by Doug Duerner, Yeon-Chang Wang (updated 4 days ago)
In this article we explored a theory; would it be better to not utilize a heap construct when dealing with very large objects in .NET, in order to avoid Large Object Heap (LOH) fragmentation?

Client side scripting

  (68 votes) by Yaseer Mumtaz (updated 3 days ago)
This article will help the beginners to step-up Angular2 in ASP.NET MVC, create the RESTful APIs in ASP.NET MVC Web API and front end in Angular2.
  (9 votes) by Shenwei Liu (updated 5 hours ago)
Presenting an advanced modal dialog service re-written in Angular 2 from the Angular 1.x version plus demonstrating the dialog uses and issue resolutions in details.

Connected Devices

  (20 votes) by Alejandro Xalabarder (updated 7 hours ago)
http for everybody

Content Management Server

  (25 votes) by Vladimir Pecanac (updated 6 days ago)
Of Continuous Integration and its benefits

Database

  (39 votes) by Christian Del Bianco (updated 6 days ago)
SqlTableDependency is a component used to receive database notifications containing the record values inserted, deleted or update on a database table.

HTML / CSS

  (22 votes) by Peter Leow (updated 3 days ago)
Explore geolocation with HTML5.

Libraries

  (31 votes) by Alex the Green Apple (updated yesterday)
C library defining string type and string manipulation functions

Win32/64 SDK & OS

  (97 votes) by Hernán Di Pietro (updated 4 days ago)
A ClassWizard-like helper tool for using WINDOWSX.H message crackers.

New Tips and Tricks added

.NET Framework

  (7 votes) by Alexander Sharykin (updated 3 days ago)
No more Template copies

ASP.NET

  (4 votes) by Atlapure Ambrish (updated 3 days ago)
Solution to disable request validation for single control clean approach and without much efforts.

C / C++ Language

  (1 votes) by Cake Processor (updated 5 days ago)
Performance difference of returning by reference and through reference parameter
  (1 votes) by Cake Processor (updated 5 days ago)
Inserting a vector in sorted order

Client side scripting

  (1 votes) by MukeshKumarMVP (updated 17 hours ago)
This tip will demonstrate the different ways to share data in Angular JS using Value and Constant.

Database

  (3 votes) by Database Star (updated 4 days ago)
An explanation and the difference between these two index scan types.
  (1 votes) by Thiruppathi R (updated 16 hours ago)
Learn AWS With MS-SQL(DB) Using SQL Client

General Graphics

  (2 votes) by Simon Sparkes (updated 3 days ago)
A simple way of extracting all images from a RESX file using a simple perl script

HTML / CSS

  (2 votes) by Bohdan Stupak (updated 17 hours ago)
This simple salesforce-like progressbar control will guide you through some useful CSS techniques
  (0 votes) by asutreja (updated 6 hours ago)
Dragging List items within DevExpress MVC FormLayout control to re-arrange/order by end users

Menus

  (4 votes) by Member 270861 (updated yesterday)
Simple and very basic popup menu easy to implement in any page

NoSQL

  (1 votes) by Pankaj Jha (updated 3 days ago)
This article will explain you to apply a filter on a nested array in a MongoDB collection.

SharePoint Server

  (0 votes) by Prashant M Bansal (updated 17 hours ago)
In this article we will see how to develop custom Search Refiners for SharePoint.

Tips and Tricks updated

.NET Framework

  (12 votes) by Andreoli Carlo (updated 4 days ago)
In our company, we find ourselves in need of using the internal PC (buzzer) on Windows7 64bit. At the end, we figured out how to do it.

Author Resources

  (7 votes) by Sergey Alexandrovich Kryukov (updated 2 days ago)
An ugly look of a TOC based on ul elements is the only problem preventing full automation of article writing; still, it's easy to fix

C#

  (16 votes) by LoveJenny (updated 4 days ago)
EasyLicense is an open-source license tool for .NET applications.
  (1 votes) by Carlo Hans H. (updated 18 hours ago)
Generating TypeScript Code with CatFactory

New Technical Blogs added

.NET Framework

  (3 votes) by Aram Tchekrekjian (updated 4 days ago)
Extension methods is a great feature in .NET that allows developers to add or extend methods of existing types or classes and call them naturally, as if they are part of these types or classes.

Algorithms & Recipes

  (0 votes) by Roman Nazarenko (updated yesterday)
Assembler time

Android

  (3 votes) by hexgear (updated 2 days ago)
In this article, I will share how to parse JSON using JSON-Java in Android, however the snippet is not limited to Android only.

C#

  (16 votes) by Aram Tchekrekjian (updated 4 days ago)
Displaying friendly names for enumeration elements using the Description annotation
  (4 votes) by Aram Tchekrekjian (updated 4 days ago)
Explaining 3 ways to dump object in C#, including the Object Dumper, Json Serializer and Yaml Serializer
  (3 votes) by Aram Tchekrekjian (updated 4 days ago)
Background worker in C#

Client side scripting

  (8 votes) by Aram Tchekrekjian (updated 4 days ago)
In this article, I will be explaining 9 bulletproof ways to become a better developer. Make sure to follow these methods and stay dedicated.
  (1 votes) by Karthik Chintala (updated 5 days ago)
Basics of directives in Angular

Combo & List Boxes

  (2 votes) by Khawaja Asim (updated 5 days ago)
How to convert a List Object to CSV and download? C# .NET

Game Development

  (7 votes) by Steve Naidamast (updated 4 days ago)
This piece is actually an addendum to the prior paper on hexagonal maps based on the MonoGame Framework, Hexagonal Maps – Part III, as the subject matter presented here could have or should have been included in that paper as well

IoT on Azure

  (0 votes) by Sibeesh Passion (updated 12 hours ago)
How to create a Microsoft Azure Cognitive Service FaceAPI application in half an hour

Java

  (1 votes) by Roman Nazarenko (updated yesterday)
A deep introduction into Spring Context's refresh process internals from every-day use perspective
  (1 votes) by Roman Nazarenko (updated 17 hours ago)
An overview of how well does Scala integrate into modern Java EE environment

String handling

  (6 votes) by Aram Tchekrekjian (updated 4 days ago)
In this article, I will be explaining the difference between using String and StringBuilder when dealing with your string values and in which cases you should never use String and other cases where StringBuilder is not the optimal solution.

Uncategorised Technical Blogs

  (0 votes) by Roman Nazarenko (updated yesterday)
CDI magic for beginners
  (0 votes) by Kamran Bilgrami (updated 18 hours ago)
Visual Studio 2017 - Reattach to process

Blogs updated

Web Services

  (16 votes) by Vladimir Pecanac (updated 3 days ago)
Basics of HTTP



© 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