Chủ Nhật, 28 tháng 1, 2018

Weekly Newsletter (29 Jan 2018)

Weekly Newsletter (29 Jan 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 .NET in 2018: How the New .NET Standard is Making You a Better Developer
This free whitepaper offers an expert overview of the .NET ecosystem in 2018. Learn how the latest .NET Framework addresses the challenges presented by the future-facing technologies developers are working on. Download 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!
Click here Help us provide the best for you and win $500
Take our SHORT 3 minute survey to tell us about yourself and what technologies you're using. You'll be helping us provide the content YOU want and will be entered in a drawing to win $500 cash.

Weekly Poll Results

For which mobile platform are you developing apps?

Survey period: 22 Jan 2018 to 29 Jan 2018

On which screens are you happy to see your creations shine?

OptionVotes% 
Android29230.51
iOS16116.82
Blackberry30.31
Windows Phone313.24
Universal Windows Platform838.67
Web applications that are responsive to mobile devices28029.26
Other303.13
I don't write apps that can be used on mobile devices44246.19
Respondents were allowed to choose more than one answer; totals may not add up to 100%

This week's survey: How do you log errors in your applications?

Latest Additions

New articles added

.NET Framework

  (5 votes) by Jason R. Fruit (updated 2 days ago)
Implement a compiling calculator to learn about .NET CIL compilation
  (6 votes) by FiegeU (updated 2 days ago)
Workaround for changing drive letters in Windows when using multiple external drives

Applications & Tools

  (3 votes) by RahulMittal2018 (updated 6 days ago)
How to use Visual Studio Team Services and Git with VS 2017

Boards / Embedded devices

  (4 votes) by Intel Corporation (updated 3 days ago)
Below we seek guidance from the dictionary to appropriately define and discern the terms object detection, object recognition and object tracking.
  (2 votes) by Intel Corporation (updated 3 days ago)
This tutorial will walk you through the basics of using the Deep Learning Deployment Toolkit's Inference Engine (included in the Intel® Computer Vision SDK).
  (1 votes) by Intel Corporation (updated 3 days ago)
IoT 101 Series, Part 1: Introduction to Designing IoT Devices
  (1 votes) by Intel Corporation (updated 3 days ago)
IoT 101 Series, Part 2: Technology and Design of IoT Devices
  (0 votes) by Intel Corporation (updated 3 days ago)
In this article I'll highlight some of the challenges of software development for devices, as teams cope with shrinking timelines, scarce resources, and rigorous requirements for quality and performance optimization.
  (0 votes) by Intel Corporation (updated 3 days ago)
Intel and Google have worked together to deliver a standards-based approach to help IoT developers, OEMs, independent software vendors (ISVs), and system integrators (SI) develop seamless solutions.

Bugs & Workarounds

  (1 votes) by Sergey Alexandrovich Kryukov (updated yesterday)
Reliable solution does the trick: it does not depend on any naming conventions, works for both Python 2 and 3 and offers clear and concise usage syntax

C / C++ Language

  (1 votes) by Cake Processor (updated 19 hours ago)
Always use Erase-remove Idiom to erase vector elements.

C#

  (22 votes) by umar.techBOY (updated 4 days ago)
This is an API for creating, detecting and analyzing Optical Marks Sheets (Also known as bubble sheets). Its upgrade of version of C# OMR Engine 1.0 i wrote back in 2012. It can be found at "http://www.codeproject.com/Articles/451169/Csharp-Optical-Marks-Recognition-OMR-Engine"Version V2.1 Also has
  (4 votes) by Nick Polyak (updated 2 hours ago)
Roxy is a powerful new Roslyn based proxy generation packages that facilitates separation of concerns, creating adaptors and smart mixins.

Client side scripting

  (1 votes) by Manjunath Matathamana (updated 3 days ago)
Continuous testing Components in Angular 5
  (0 votes) by Shawn Lawsure (updated 2 days ago)
Learn ReactJS with a simple drop down UI element example.

Design and Architecture

  (2 votes) by Nazar.Bukhari (updated 3 days ago)
An article on how to implement Observer Design pattern in Mutithreaded Java application when Function pointer is needed

Game Development

  (0 votes) by Arav Singhal (updated 7 hours ago)
Calculating the mass and inertia of a body and applying forces to it.

IoT Services

  (1 votes) by Jose Motta (updated 6 days ago)
IoT.Starter.Pi.Thing powered by Linux Infrared Remote Control

Mobile Development

  (4 votes) by didou_rebai (updated 6 days ago)
Structure of our page in Xamarin.Forms

NoSQL

  (3 votes) by George Swan (updated 3 days ago)
How to use encryption and authentication to secure MongoDB.

Parallel Programming

  (2 votes) by Emmanuel Nuyttens (updated 5 days ago)
Brief example on how to use an IO Bound Async / Await process

Product Showcase

  (0 votes) by Intel Corporation (updated 3 days ago)
SEIT autonomous mobile robots, running on Intel® technology, enable manufacturers to improve flexibility and efficiency of intralogistics transportation.
  (0 votes) by Intel Corporation (updated 3 days ago)
Solving connectivity and interoperability challenges. Increasing building insight and efficiency.
  (0 votes) by Intel Corporation (updated 3 days ago)
Infiswift's IoT platform, powered by Intel® technology, enables scalable and secure connections that deliver real-time, actionable insights.

Universal Windows Platform and Windows Runtime

  (0 votes) by Matej Pavlů (updated yesterday)
MVVM friendly ways of connecting MediaPlayer to your ViewModel

Articles updated

.NET Framework

  (10 votes) by Sebastian Solnica (updated 6 days ago)
Minidumper is a tool which creates compact memory dumps for managed applications. In this article, you will find information why it was created, how to use it and what is magic about it :)

Algorithms & Recipes

  (56 votes) by KristianEkman (updated 2 days ago)
Can we write a new better hash function?
  (32 votes) by Peter Occil (updated 6 days ago)
Most apps that use random numbers care about either unpredictability or speed/high quality.
  (31 votes) by Peter Occil (updated yesterday)
Discusses many ways applications can do random number generation and sampling from an underlying random number generator (RNG) and includes pseudocode for many of them.

ASP.NET

  (11 votes) by Brady Kelly (updated 1 weeks ago)
Using a metadata attribute and editor template for DropDown lists in Razor

Audio and Video

  (78 votes) by Rich Insley (updated 1 hour ago)
A library for adding DirectShow GraphEdit-like abilities to .NET applications.

C / C++ Language

  (36 votes) by AlexeyAB (updated 6 days ago)
Smart pointer that makes any object thread-safe for any operations, with the performance equal to that of optimized lock-free containers.
  (17 votes) by Cake Processor (updated 5 days ago)
Simplistic Binary Streams with endian swap support

Design and Architecture

  (1 votes) by Anton Angelov (updated yesterday)
Through the help of interfaces, extension methods and partial classes, 3 page objects variations are presented that lead to more maintainable code.

DirectX

  (24 votes) by EgorYusov (updated yesterday)
This article introduces Diligent Engine, a modern cross-platform graphics API abstraction library

Game Development

  (9 votes) by Arav Singhal (updated 3 days ago)
An introduction to all the math required to get started on your own 2D physics engine

General Graphics

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

Libraries

  (50 votes) by Cinchoo (updated 5 days ago)
Simple CSV file reader for .NET

Miscellaneous

  (31 votes) by Cem KARACA (updated 4 days ago)
An article on how to combine Slider Controls and Progress bar into one class using custom draw

NoSQL

  (253 votes) by Mehdi Gholam (updated 2 days ago)
NoSql, JSON based, Document store database with compiled .net map functions and automatic hybrid bitmap indexing and LINQ query filters (now with standalone Server mode, Backup and Active Restore, Transactions, Server side queries, MonoDroid support, HQ-Branch Replication, working in Linux, .net

Office Development

  (27 votes) by NewPast (updated 4 days ago)
Format, add line numbers, error handling, expose a .NET library and number to words to Microsoft Word, Excel, Power Point macros writers and Access VBA code

Windows Presentation Foundation

  (9 votes) by Dirk Bahle (updated 6 days ago)
Implementing text highlighting in a WPF TextBlock control with MVVM

New Tips and Tricks added

Algorithms & Recipes

  (2 votes) by trident99 (updated 6 days ago)
QtCalcStar is an adaptation of the GtCalc engine with a QT Spreadsheet interface. It is based on the QT Spreadsheet supplied from their website.

Azure

  (2 votes) by Hemang Maradia (updated 4 days ago)
How to send email from SQL Azure database through Azure PaaS services Logic Apps and SendGrid

C / C++ Language

  (1 votes) by Cake Processor (updated yesterday)
Do not use memcpy directly to copy array

Client side scripting

  (0 votes) by Ashan Fernando (updated 2 days ago)
Overview of building a scalable JavaScript error logging system for web applications

Site & Server Management

  (2 votes) by jamesjohnes (updated 4 days ago)
Do you want to secure your nginx server? Do you want to prevent Google Chrome from name shaming your non-SSL domain? Well, here a perfect yet easy to follow guide to help you.

VB.NET

  (2 votes) by The Myth (updated 5 days ago)
How to return Json in VB.NET in multiple ways

Tips and Tricks updated

Database

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

Edit Controls

  (13 votes) by Robert Gustafson (updated 22 hours ago)
I've created an enhanced version of the Extended RichTextBox created by Razi Syed.
  (4 votes) by Robert Gustafson (updated 3 days ago)
A UserControl that allows rich-text applications to have a ruler with support for margins, indents, and tabs

New Technical Blogs added

Artificial Intelligence and Machine Learning

  (5 votes) by Nikola M. Živković (updated 4 days ago)
In the previous article, we covered learning process of ANNs using gradient descent. However, in the last few sentences, I've mentioned that some rocks were left unturned. Specifically, explanation of backpropagation algorithm was skipped.

C#

  (0 votes) by Gordon Beeming (RSA) (updated 2 days ago)
How to create an asynchronous AuthorizeAttribute in MVC

Client side scripting

  (2 votes) by Gerd Wagner (updated 4 days ago)
How to create and clear an IndexedDB database keeping all code in a single HTML file. Creating an IndexedDB database means first creating an empty database, and then adding records to its empty tables (or "object stores").

Database

  (3 votes) by Steve Naidamast (updated 6 days ago)
SQL Server's LocalDB database engine

Libraries

  (1 votes) by Aram Tchekrekjian (updated 5 days ago)
‍In this article am sharing with you 7 Android libraries every developer should use to enhance the application from different perspectives. When developing in Android, usually you have to deal … . The post 7 Android Libraries Every Developer Should Know About appeared first on Coding Sonata..
  (0 votes) by Philipp_Engelmann (updated 3 days ago)
How to set up and deploy web applications using Flask and Redis on the Backend, and ReactJS on the Frontend. Using Docker Compose, it will be very easy to start, debug and deploy this application.

SharePoint Server

  (1 votes) by Aregbesola Sunday J (updated 5 days ago)
This article shows how React can be used in SharePoint framework to solve the challenges posed by _RequestDigest when perform a POST operation in SharePoint.

Uncategorised Technical Blogs

  (1 votes) by S Ravi Kumar (TechieRathore) (updated 4 days ago)
Easiest way to convert a PCL project to .NET standard project
  (0 votes) by Andrei Ion Rînea (updated 2 days ago)
Comparison of Enum in Java and .NET

Universal Windows Platform and Windows Runtime

  (5 votes) by Code Maze (updated 5 days ago)
.NET Core 2.0, Angular 4 and MySQL

Windows API

  (0 votes) by RCL_SPD (updated 22 hours ago)
C++ can be terrible when crossing library and build system boundaries. To provide yet another case in point, let me document for posterity a problem I have recently ran into when bundling WebRTC as a third party library in another project - I hope it will save the time for someone in the future.

Blogs updated

.NET Framework

  (8 votes) by Aram Tchekrekjian (updated 2 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.

Artificial Intelligence and Machine Learning

  (11 votes) by Nikola M. Živković (updated 6 days ago)
The biggest power of ANNs is that they can be familiarized with some kind of problem in the process of training and are later able to solve problems of the same class – just like humans do! But how do they do that?

ASP.NET

  (7 votes) by Code Maze (updated 4 days ago)
.NET Core 2.0, Angular 4 and MySQL

Author Resources

  (17 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.

C#

  (9 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
  (6 votes) by Aram Tchekrekjian (updated 2 days ago)
Demystifying generics in C#

String handling

  (12 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.



© 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