Chủ Nhật, 25 tháng 9, 2016

Weekly Newsletter (26 Sep 2016)

Weekly Newsletter (26 Sep 2016)
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

A huge thank you to all who contributed articles last month. The best of the best for last month have once again been chosen:

C# Winner: n.podbielski Faster than Reflection: Delegates. Part 1.
Runner-up: Marc Clifton The Clifton Method - Part I
C++ Winner: D. Infuehr Object Orientation in C?!
Runner-up: Jon Campbell C++ WinAPI Wrapper Object using thunks (x32 and x64)
Database Winner: Alexandros Pappas SQL Table Hierarchy
Runner-up: Suvendu Shekhar Giri Masking sensitive data with SQL Server 2016
Web Dev Winner: saineshwar bageri 10 Points to Secure Your ASP.NET MVC Applications.
Runner-up: Marcelo Ricardo de Oliveira React Shop - A Tiny E-Commerce
Mobile Winner: Rou1997 Android SMS/MMS API: Sending SMS/MMS & Receiving SMS & Reading SMS History
Runner-up: Andy Point Google Maps Search Nearby : Displaying Nearby Places using Google Places API and Google Maps API V2
"Everything Else" Winner: Florian Rappl Creating a Smart Home Chat Bot
Runner-up: raddevus Ending the Era of Weak Passwords: Never Type A Password Again (Never Memorize A Password Again)

Well done!

cheers,
Chris Maunder

Click here Need Excel Reporting?
Use SpreadsheetGear to easily create richly-formatted Excel reports without Excel from any ASP.NET, Windows Forms, WPF or Silverlight application using spreadsheet technology built from the ground up for performance, scalability and reliability. Try it now!

Weekly Poll Results

Have you suffered any of the following afflictions due to programming?

Survey period: 19 Sep 2016 to 26 Sep 2016

OptionVotes% 
Carpel Tunnel or repetitive strain injury21320.27213 votes, 20.27%
Eye strain or headaches57654.80576 votes, 54.80%
Back problems45343.10453 votes, 43.10%
Sleep deprivation39637.68396 votes, 37.68%
Problems caused by sitting at a desk too long40838.82408 votes, 38.82%
Injuries from computer hardware595.6159 votes, 5.61%
Injuries from co-workers454.2845 votes, 4.28%
Other514.8551 votes, 4.85%
No, I haven't22121.03221 votes, 21.03%
Respondents were allowed to choose more than one answer; totals may not add up to 100%

This week's survey: VMs, containers, actual machines? Which do you use?

Latest Additions

New articles added

.NET Framework

  (8 votes) by Ray Koopa (updated 5 days ago)
Extending BinaryReader/Writer to support a different byte order, string and date formats, and advanced navigation in binary files.

Algorithms & Recipes

  (4 votes) by Snesh Prajapati (updated 10 hours ago)
In this article series, we will learn about different factory design patterns. There are three kinds of factory design patterns, namely, Simple Factory Pattern, Factory Method Pattern and Abstract Factory Pattern.

Android

  (0 votes) by Member 10165288 (updated yesterday)
A library allows for easy access to communicate with BluetoothLE devices

ASP.NET

  (10 votes) by Fred Song (Melbourne) (updated 4 days ago)
In this article, I want to show how to build a Single Page Application – MasterChef with ASP.NET Core MVC, Fluent Hibernate, and Angular JS.
  (8 votes) by Tanvir Ahmad Arjel (updated 6 days ago)
There are lots of ways to implement Uniqueness or Unique Key attribute on a model property other than primary key but here I am going to discuss two possible best and easiest ways to do so into two parts of this series. This is Part-1
  (8 votes) by Hussain Patel (updated 5 days ago)
In this article I will show how to create an ASP.NET MVC web application with a custom bootstrap theme / layout. For this demo I am using Visual Studio 2012, ASP.NET MVC 4, a custom bootstrap theme (Bootstrap Business Casual).
  (3 votes) by Tanvir Ahmad Arjel (updated 6 days ago)
There are lots of ways to implement Uniqueness or Unique Key attribute on a model property other than primary key but here I am going to discuss two possible best and easiest ways to do so in two parts of these series. This is Part-2
  (0 votes) by TheCodeKing (updated 8 hours ago)
SaintModeCache is a thread safe in-memory cache wrapper for performance optimisation. It's able to continue serving stale content after expiry, whilst it repopulates the cache with a non-blocking single thread.

C#

  (3 votes) by douglas young (updated 5 days ago)
Visual Programming Language
  (0 votes) by DextoryScriptEditor (updated 7 hours ago)
How to Add a Lua Print function into a Windows Form Code Executor

Client side scripting

  (8 votes) by Amir H. shahinkar (updated 5 days ago)
This article walks you through the steps of creating a single page application with ui-router.
  (6 votes) by Vikas Sharma (updated 3 days ago)
In this article, we will see what directives are and then I will try to explain how to build custom directives
  (7 votes) by Afreen F (updated 5 days ago)
This article explains basic concepts of AngularJS like Modules, Controllers, Expressions, Directives, Scope and Scope Inheritance.

Combo & List Boxes

  (2 votes) by Flaviu2 (updated 2 days ago)
A ListCtrl ComboBox control

Database

  (5 votes) by Mehedi Shams (updated 1 hour ago)
Create a data dictionary for your database tables

Design and Architecture

  (2 votes) by Anton Angelov (updated 1 weeks ago)
Learn how to improve automated testing troubleshooting through the introduction of meaningful exceptions' messages on tests' failure. The third version of the utility will utilize the Decorator Design Pattern.
  (2 votes) by Z Kavtaskin (updated yesterday)
Domain driven design - my top 5 best practices

General Graphics

  (3 votes) by Steffen Ploetz (updated 5 days ago)
How to calculate a radial gradient and draw the output on a System.Drawing.Bitmap. And how to use this bitmap as a tile pixmap to fill any path.

NoSQL

  (0 votes) by sanathjs (updated 15 hours ago)
MongoDB/NoSQL For Beginners

Product Showcase

  (0 votes) by Yuri Diogenes (updated 5 days ago)
This article explores how the Microsoft Azure IoT Suite provides a secure and private Internet of Things cloud solution.
  (0 votes) by Lee Stott (updated 2 days ago)
The Microsoft Data Science Virtual Machine jump starts your analytics project. It enables you to work on tasks in a variety of languages including R, Python, SQL, and C#.

Scrapbook

  (20 votes) by Marc Clifton (updated 4 days ago)
An opinionated look at our trade

Site & Server Management

  (0 votes) by Eugene Rudenko (updated 2 days ago)
How to handle websocket connection in Erlang app

Testing and QA

  (2 votes) by Sander Knape (updated 3 days ago)
Do you write integration tests? What about unit tests? I believe that more people say “Yes” to the second question than to the first. Which is kinda weird – for many applications, it really isn’t that hard to write integration tests. It might not even be necessary to setup yo

Tools and IDE

  (3 votes) by Robin Rizvi (updated 6 days ago)
Compile and Execute Java, C#, and PHP From Your Favorite Text Editors for REPL (Read-Evaluate-Print-Loop) use cases

Windows Presentation Foundation

  (3 votes) by Clifford Nelson (updated 4 days ago)
I have had two projects that I have worked on that required a lot of graphics. In general there has been minimal interaction between the user and the graphics, so the implementation has been very straight forward.

Articles updated

.NET Framework

  (32 votes) by Alexandre Bencz (updated 3 days ago)
With this new OrangeC/C++ compiler back-end, you can compile your C code to .NET
  (8 votes) by Wojciech Nagórski (updated 3 days ago)
Extended XML Serializer for .NET 4 and .NET CORE with WebApi and ASP Core integration.

Algorithms & Recipes

  (17 votes) by Alexandre Bencz (updated 3 days ago)
ELENA is a general-purpose, object-oriented, polymorphic language with late binding
  (7 votes) by 23ars (updated 3 days ago)
In this article I would like to present a Java library that allow to simulate quantum algorithms.

Artificial Intelligence and Machine Learning

  (7 votes) by Angel Gabriel Valdés Sarduy (updated 2 days ago)
It tests an ANN structure selector criteria for generic kinds of problems with ANNs.

ASP.NET

  (9 votes) by Shamim Uddin (updated 5 days ago)
In this article We will learn about TypeScript

C / C++ Language

  (11 votes) by tonywilk (updated yesterday)
Not 'Just Another Parser', this reads elements from JSON simply and without memory overhead in C

C#

  (33 votes) by Carlo Hans H. (updated 6 days ago)
How-To for Web API in ASP.NET Core
  (17 votes) by ArindamNayak (updated 4 days ago)
Enable CORS support in WCF and consuming WCF as rest API from different domain , other than WCF hosted domain.
  (15 votes) by Sergey Kizyan (updated 6 days ago)
9th from my series. This is relatively short but it is introduction to big LINQ part

Client side scripting

  (4 votes) by bob.bumsuk.lee (updated yesterday)
Building Angular 2 attribute directive and two components in model-driven and template-driven way to capture and validate bank account number across multiple input fields

Database

  (10 votes) by Alexandros Pappas (updated 3 days ago)
This project provides utilities for SQL server, such as executing a list of SQL scripts, exporting data to an SQL script, and displaying relationships between records.
  (8 votes) by GhostHost (updated 4 days ago)
Use SQL Server to manage completely databases backups, network copy and deletion using only stored procedures

Files and Folders

  (13 votes) by John Simmons / outlaw programmer (updated 4 days ago)
Parse CSV files.

Miscellaneous

  (16 votes) by Zuoliu Ding (updated 11 hours ago)
A discussion on some basic practices highly recommended in Assembly Language Programming.

Mobile Development

  (6 votes) by syed shanu (updated 5 days ago)
In this article, let's see about CocosSharp for Windows phone.

New Tips and Tricks added

Author Resources

  (1 votes) by Nelek (updated yesterday)
Although the text editor from the site is very powerful, sometimes... well if you use it, you know what I mean ;)

C#

  (8 votes) by frankvdhorst (updated 3 days ago)
A quick way to add a toast notification to uwp applications and remove when the app closes...
  (5 votes) by Pavel Rytikov (updated yesterday)
Brief explanation of what yield is and when to use it.
  (4 votes) by Alen Toma (updated 5 days ago)
How to implement deep cloning using Reflection

Client side scripting

  (2 votes) by Mishra Sourabh (updated 12 hours ago)
In this tip, today we learn how to make textbox readonly using angularjs
  (0 votes) by KSN.Blogger (updated 2 days ago)
This tip will try to explain why (almost) everything in JavaScript is an object.

Database

  (2 votes) by Member 10262330 (updated 2 days ago)
Dynamic restore SQL Server

Debug Tips

  (10 votes) by Paulo Henrique S.S. (updated 3 days ago)
Microsoft debug tools tips

General Graphics

  (1 votes) by Steffen Ploetz (updated 2 days ago)
This tip shall help to select the desired GCFunction for fill operations.

Grid & Data Controls

  (4 votes) by Ravi@Srivstava (updated 2 days ago)
Attached behavior to select multi item in DataGrid to Bind in XAML
  (1 votes) by Ravi@Srivstava (updated 12 hours ago)
Search Functionality in ListItem Controls in WPF MVVM with CollectionView

Libraries

  (2 votes) by Farhad Jabiyev (updated 2 days ago)
One of the most popular questions is whether there exists a method which will automatically decide whether to insert, update or delete entity in the Entity-Framework. Now it is possible with EntityGraphOperations library.

Programming Tips

  (4 votes) by Midi_Mick (updated 2 days ago)
This is an alternative for "Resolve DesignMode for a user control"

Progress Controls

  (5 votes) by B. Clay Shannon (updated 3 days ago)
A simple way to add a fancy-pants custom "hourglass" to your page with a (very) little HTML and JavaScript

SQL Reporting Services

  (3 votes) by Vikas1729 (updated 2 days ago)
Run SSRS Reports Local to the Web Server instead of using a dedicated SSRS Report Server.

VB.NET

  (2 votes) by Farai Chikwetu (updated 3 days ago)
This tip describes how to capture audio and then replay it using Microsoft Direct Sound DLL.

Tips and Tricks updated

ASP.NET

  (21 votes) by ChienVH (updated 2 days ago)
This article will guide you how to implement ASP.NET website with multi-language

Database

  (9 votes) by GhostHost (updated 5 days ago)
A simple stored procedure to add at your database to keep it reactive
  (6 votes) by GhostHost (updated 5 days ago)
Automatic creation of non clustered indexes using system SQL entities

E-commerce

  (0 votes) by Beavis Killer (updated 2 days ago)
This tip describes how to attach a dynamic PDF to a Salesforce messaging email template.

New Technical Blogs added

Bugs & Workarounds

  (0 votes) by Mark Vinod Sinnathamby (updated 3 days ago)
Installing MINIX 3 on QEMU/KVM with networking

Uncategorised Technical Blogs

  (0 votes) by BC3Tech (updated 2 days ago)
Feedback Hub for everybody!
  (0 votes) by Dheeraj Kumar Kesri (updated 4 hours ago)
Immediately invoked function expressions

Windows Runtime

  (14 votes) by Apex95 (updated 3 days ago)
C# Prevent decompilation by decrypting source at runtime

Blogs updated

Client side scripting

  (11 votes) by Dheeraj Kumar Kesri (updated 16 hours ago)
This article is intended to provide all the basics of JavaScript functions a web developer must know.
  (7 votes) by Dheeraj Kumar Kesri (updated 16 hours ago)
A comprehensive post on why JavaScript is an awesome language and why JavaScript is horrible at times

Grid & Data Controls

  (24 votes) by Ehsan Sajjad (updated 5 days ago)
Beginner's guide to implement server side pagination, sorting and filtering of gridview using jquery datatables



© 2016 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