Chủ Nhật, 30 tháng 4, 2017

Weekly Newsletter (1 May 2017)

Weekly Newsletter (1 May 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

Happy May Day!

...and of course Happy Star Wars day for this coming Thursday.

I'm looking for about a dozen volunteers to test a new system we're working on to filter articles and questions. If you're a regular reader and keep wishing you could customise your reading list a little more conveniently please fire me an email. Places are limited.

cheers,
Chris Maunder

Weekly Poll Results

How reasonable are your deadlines?

Survey period: 24 Apr 2017 to 1 May 2017

Your boss / team lead / client / neighbour needs some code. In general are your deadlines to deliver reasonable or pure fantasy?

OptionVotes% 
It depends on the job18619.16186 votes, 19.16%
My deadlines are always unachievable fantasies14214.62142 votes, 14.62%
My deadlines are usually painful but achievable19119.67191 votes, 19.67%
My deadlines are generally reasonable27328.12273 votes, 28.12%
My deadlines are pretty relaxed10010.30100 votes, 10.30%
Deadlines? I've heard of the concept...798.1479 votes, 8.14%

This week's survey: What do you do if you have a bad manager / team lead?

Latest Additions

New articles added

.NET Framework

  (11 votes) by Juan Francisco Morales Larios (updated 4 days ago)
The best and more completely way to validate our objects in .NET Framework.

Android

  (5 votes) by raddevus (updated 5 days ago)
Using the Android TextToSpeech API we can write a simple app which reads your SMS (text) messages aloud to you.

ASP.NET

  (6 votes) by Livio Francescucci (updated 6 days ago)
A guided walk-through to build a simple Authorization Server and enable a Client Credentials workflow using Identity Server and .NET Core
  (2 votes) by Igor Krupitsky (updated 3 days ago)
ASP.NET page that let you process an SSAS (SQL Server Analysis Services) cube database.

Audio and Video

  (20 votes) by Wolfgang Foerster (updated 4 days ago)
Or why my guitar is always out of tune

C / C++ Language

  (10 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.
  (8 votes) by AlexeyAB (updated 6 days ago)
We will detail the atomic operations and C++11 memory barriers and the assembler instructions generated by it on x86_64 CPUs
  (4 votes) by AlexeyAB (updated 6 days ago)
Examples of use and testing of a thread-safe pointer and contention-free shared-mutex
  (1 votes) by Arthur V. Ratz (updated 4 hours ago)
This article is a practical guide on using Intel® TBB and OpenMP libraries for C++ based on the example of delivering parallel scalable code that implements Burrows-Wheeler Transformation (BWT) algorithm.

C#

  (1 votes) by MMaley (updated 6 days ago)
Using Selenium to automate the mint.com transaction page.
  (1 votes) by Jayant Satkar (updated 2 days ago)
This tip explains how to implement Google Protocol buffers in C# and Serialize and Deserialize objects

Database

  (3 votes) by SlavaUtesinov (updated 6 days ago)
Implementation of "insert" repository with dynamic database table (re)creation, if it not exists. It is possible to specify which migrations will be used for that otherwise will be used default creation logic. Usage example - dynamic logging and archivation or manual table creation for some purposes
  (3 votes) by Darren G441 (updated 3 days ago)
An effective solution for backing up a schema worth of tables on a Window installation of PostgreSQL database.

Design and Architecture

  (30 votes) by HR Rony (updated 6 days ago)
This topic will cover the bad design practice using STUPID and good design practice using SOLID. Detail explanation for Single Single Responsibility Principle, Open and Closed Principle, Liskov Substitution Principle, Interface Segregation Principle and Dependency Inversion (DI) Principle.

Miscellaneous

  (7 votes) by Sacha Barber (updated 6 days ago)
A look at the crossbar.io (Autobahn messaging platform)

Node.js

  (0 votes) by Member 13157968 (updated 2 days ago)
This main intent of this article is to understand the steps behind the developing of Google Actions using API.AI

Testing and QA

  (1 votes) by David A. Gray (updated 4 days ago)
This article describes a handful of powerful shell scripts that I use to further automate my Angular 2 application development.

Windows API

  (14 votes) by Rodrigo Cesar de Freitas Dias (updated 4 days ago)
Introducing WinLamb, a modern C++11 object-oriented library to write native Windows programs.

Windows Presentation Foundation

  (2 votes) by PureNsanity (updated 6 days ago)
The start of a logging framework in WPF showing off PRISM, MEF, and Reactive Extensions.

Articles updated

Ajax

  (5 votes) by Zijian (updated 2 days ago)
Make the development of Angular 2 application efficient with ASP.NET Web API and Web API Client Gen

Android

  (32 votes) by Rou1997 (updated yesterday)
Send SMS Programmatically (Intent) with Example . . . Send SMS Without Intent with Example. . . Implement SMS Receiver with Example . . . Get SMS List with Example . . . Open Sending MMS Form . . .

Applications & Tools

  (118 votes) by tranthanhtu.vn (updated 3 days ago)
How to build the SPA for enterprise application using Angular2 and WebApi (RESTful)
  (20 votes) by tranthanhtu.vn (updated 3 days ago)
In this article, we will learn how to create/edit Role
  (9 votes) by tranthanhtu.vn (updated 2 days ago)
In this article, we will see how to use multi-languages(i18n) in angular2
  (9 votes) by tranthanhtu.vn (updated 2 days ago)
This tip explains how we should structure our project folder

ASP.NET

  (10 votes) by Bryian Tan (updated 3 days ago)
The author is sharing an article on how to create a warning banner and reusable Modal using ASP.NET MVC, jQuery, Bootstrap, AngularJS and AngularUI Bootstrap.
  (7 votes) by Fred Song (Melbourne) (updated 4 hours ago)
Inthis article, I talk about how to use ASP.NET Core MVC, Entity Framework Coreand Angular 2 to implement a CRUD SPA (Single Page Application).
  (5 votes) by Ansel Castro (updated 3 days ago)
Develop SOLID RESTfull service backend with ODATA support and DTO automapping using Enterlib.NET.

Audio and Video

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

C / C++ Language

  (10 votes) by zapsolution (updated 3 days ago)
Debugging utility
  (4 votes) by Robert van Engelen (updated 12 hours ago)
This article introduces RE/flex for C++. RE/flex generates fast lexical analyzers similar to Flex, but supports Unicode patterns, indent/nodent/dedent, lazy repeats, smart input text handling, and performance tuning. RE/flex is compatible with Bison/Yacc.

C#

  (10 votes) by Ganesh Prabu (updated 2 days ago)
Simple design idea to use Task class and implement batch processing of requests

Client side scripting

  (24 votes) by Yaseer Mumtaz (updated 4 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.

Code Generation

  (17 votes) by Jose A Pascoa (updated 2 days ago)
Impossible to beat the C++ compiler?

Miscellaneous

  (38 votes) by Yang Kok Wah (updated 11 hours ago)
A tool to generate face images for different angles and lighting using only a single frontal face image

Programming Tips

  (19 votes) by JamesHurburgh (updated 5 days ago)
Annotating parameters vs Rewriting methods for code readability

Shell and IE programming

  (11 votes) by Jasper Lammers (updated yesterday)
Using Autocomplete in Windows Console Applications, and a general way of retaining default functionality when using Console.Readkey().

Web Services

  (12 votes) by Rene Bustos (updated 5 days ago)
I will show you how to get a response from a Web Service developed over .NET (version does not matter)

New Tips and Tricks added

Amazon Web Services

  (2 votes) by netfed (updated 6 days ago)
To read out the static properties from the AWS SDK InstanceType class in order to get the AWS instance type names

ASP.NET

  (3 votes) by VinayDevanna (updated 3 days ago)
IHostingEnvironment is one of the services which is included by default when you create an ASP.NET Core application and that's the equivalent of Server.MapPath.

C / C++ Language

  (1 votes) by Arthur V. Ratz (updated 3 hours ago)
This tip/trick introduces the basic ideas on how to avoid memory mismatched allocation/deallocation issues detected by Intel® Inspector XE.

Miscellaneous

  (5 votes) by Vincenzo Barone (updated 3 days ago)
This tip shows how to make a multiple controls drag effect in winform.

Windows Presentation Foundation

  (2 votes) by Ramachandraiah Pandula (updated 3 days ago)
Retrieves height and width of the screen/monitor which is hosting the WPF window or windows control.

Tips and Tricks updated

C / C++ Language

  (2 votes) by Ahmed Elkafrawy (updated 2 days ago)
Implementation of an easy, fast, and optimized (CByte, CShort, CInt) with bits access using bit field and union

Database

  (13 votes) by Rou1997 (updated 21 hours ago)
C# . . . Create | Open DB . . . Get Tables Schema From DB . . . Create | Read | Modify Tables, Rows, Cells . . . Text | Int | Image . . . Programmatically Add | Edit | Delete Rows . . .

Office Development

  (17 votes) by Rou1997 (updated 6 days ago)
Using Apache POI - Stand-alone Java Excel Library, and NPOI - Port Of POI For Microsoft.NET . . . Reading, Writing, And Displaying Excel Sheets . . .

New Technical Blogs added

.NET Framework

  (4 votes) by Samuel Cragg (updated 2 days ago)
How to add a tool to a .NET Core build
  (3 votes) by Petru Faurescu (updated 6 days ago)
Walkthrough article to run LINQ queries with MongoDB, import data and define indexes
  (2 votes) by Rion Williams (updated 2 days ago)
Contributing to .NET for dummies

Applications & Tools

  (6 votes) by tranthanhtu.vn (updated 4 days ago)
Overview of Angular2

ASP.NET

  (2 votes) by Rion Williams (updated 3 days ago)
Extending Tag Helpers in ASP.NET Core Applications

C#

  (7 votes) by Kamran Bilgrami (updated 1 weeks ago)
C# 7.0 – Tuples Re-Engineered
  (2 votes) by Anton Angelov (updated yesterday)
Learn how to create original geek gifts for the most valuable people in your life. I will show you how to create a flowers surprise wrapped in a console application.

Mobile Development

  (0 votes) by Imran Abdul Ghani (updated 2 days ago)
Ionic is basically an open source SDK (Software Development Kit) for developing Hybrid Mobile Applications

Other .NET Languages

  (6 votes) by tranthanhtu.vn (updated 6 days ago)
As requested from many members of CodeProject, We have new version of TinyERP (using angular 2 and typescript) released. For more information about other features of TinyERP, Please visit "TinyERP - Overview". New changes new version of Angular (Angular 2 with typescript) Load Module on demand

Uncategorised Quick Answers

  (0 votes) by Shun Huang (updated 3 hours ago)
As a software engineer, a great editor or IDE helps improve productivity. I have used many IDEs and editors to write the code for many years such as Visual Studio, VIM, Eclipse, NetBeans, Notepad++. In Windows environment, Visual Studio is always my favorite tool.

Uncategorised Technical Blogs

  (2 votes) by Swift coder (updated 5 days ago)
In a recent user support request, the user would like to see the remaining characters allowed for data input in a text input. This is not a phpGrid standard feature. How can it be achieved? Custom event comes to rescue! First of all, we must insert a new html node for our counter right after [̷
  (2 votes) by Kevin Mack (updated 5 days ago)
Feature flags
  (1 votes) by Dave Ceddia (updated 5 days ago)
Create React App: Customize Webpack Config Without Ejecting

User Controls

  (9 votes) by Gautham Prabhu K (updated 5 days ago)
In recent years User Experience(UX) Design has become very important part of software industry. As multiple softwares are providing similar service to users a good UX can mean life or death for your software product\service and in worst case your company.

Blogs updated

C / C++ Language

  (9 votes) by Orjan Westin (updated 6 days ago)
Using template specialization to create code handling common base64 encoding varieties



© 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