Chủ Nhật, 10 tháng 6, 2018

Weekly Newsletter (11 Jun 2018)

Weekly Newsletter (11 Jun 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 Cheat Sheet: Functional Programming with JavaScript
JavaScript developers, here's a handy resource for your reference stack. This cheat sheet structures some of the language features most commonly used by JavaScript developers interested in writing functional style code. Check it out!
Click here Want to develop big data apps?
With SAP HANA, express edition you can build big data apps on your own machine or in the cloud. This in-memory database includes capabilities such as bring-your-own-language and microservices, predictive analytics and machine learning algorithms, and more. Get started
Click here Experience The Fastest Angular Data Grid & Chart
Infragistics Ignite UI for Angular is the best native Angular component suite on the market, featuring the fastest 50+ material-based UI components. Get your free trial now!

Weekly Poll Results

Is there a (commonly used) programming language you would refuse to use?

Survey period: 4 Jun 2018 to 11 Jun 2018

You don't have to mention it by name

OptionVotes% 
Yes, absolutely16324.26
Yes, though maybe I wouldn't risk my job over it6810.12
There is a language I would fight very hard to avoid11817.56
There is a language I'd certainly prefer not to use14321.28
No, not really10715.92
Absolutely not. I'd use whatever language I was asked to work in7310.86

This week's survey: How well do you know Computer Science?

Latest Additions

New articles added

Algorithms & Recipes

  (5 votes) by Amarnath S (updated 3 days ago)
A historical problem in Probability with apparent and correct solutions, along with its Python simulation

Applications & Tools

  (1 votes) by Zijian (updated 21 hours ago)
Generate TypeScript Interfaces from POCO Classes of .NET Framework or .NET Core

Arduino

  (2 votes) by Ryan Peden (updated 5 days ago)
This article will guide you through creating a simulated Arduino project connected to a breadboard using Tinkercad
  (2 votes) by Ryan Peden (updated 5 days ago)
This article will guide you through connecting an Arduino to a breadboard and then controlling LEDs

ASP.NET

  (0 votes) by Member 11984295 (updated 2 hours ago)
In this article, I explain you how to implement single page application using asp.net mvc, jquery and sammy.js
  (0 votes) by syed shanu (updated 3 hours ago)
In this article, let's see how to create our own ASP.NET Core Blazor Master Detail HTML Grid with Sorting and Filtering using Entity Framework, and Web API. We also use the Dynamic Content features of Blazor to create our Master Detail Grid.

Azure

  (1 votes) by Member 11242468 (updated 3 days ago)
Third article in a series of three regarding NServiceBus, WebAPI and Azure Service Fabric
  (1 votes) by Marius Bancila (updated 5 days ago)
Use Face API to identify faces

Blockchain

  (6 votes) by Akhil Mittal (updated 4 days ago)
Step by step setting up of Ethereum Blockchain on Microsoft Azure

C / C++ Language

  (2 votes) by Cake Processor (updated 4 days ago)
Simple Permutation and Combination Parallelism Examples

Cross Platform

  (6 votes) by Dr. Song Li (updated 3 days ago)
This is a note on Linux Directory Structure & Users & Permissions

Database

  (6 votes) by Bojan Sala (updated 5 days ago)
SqlBinder is a free, open-source library that helps you transform a given SQL template and a set of conditions into any number of valid SQL statements along with their associated parameters.
  (4 votes) by Artem Moroz (updated 5 days ago)
Simple utility for creating backups of SQL Server databases on a schedule

Game Development

  (2 votes) by Shayne P Boyer (updated 6 days ago)
Why should we care about containers for development

HTML / CSS

  (3 votes) by madeas (updated 2 days ago)
A cross-browser collection of CSS box-shadow + Generator the file box-shadows.min.css + Box-shadow CSS Generator

Miscellaneous

  (6 votes) by harleydk (updated 6 days ago)
.Would you contemplate using a containerized environment, that you might tear down at any moment, only to build it right back up again, indistinguishable from how it was before?I have recently begun to do just that. And it has greatly enhanced my workflow, and productivity.

Node.js

  (0 votes) by Sushant 2018 (updated 22 hours ago)
Send and receive messages in a node.js application in any place of the code. A message can be any object and it can be of arbitrary size.

Parallel Programming

  (7 votes) by George Swan (updated 5 days ago)
This piece shows that, by returning a Task from an Event Handler instead of the usual void, the management of the event can be more structured and versatile.

Programming Tips

  (2 votes) by Hieuxinhe (updated yesterday)
Create new a template struture for enterprise application that implemented almost popular framework and library you need.

Reviews on Third Party Products and Tools

  (1 votes) by Jeremy Likness (updated 3 days ago)
The days of installing and managing extensions and plugins are fading quickly as HTML5 continues to evolve to support important business scenarios. Fortunately, tools like DocuVieware exist to provide a zero footprint, plugin-free experience across all devices and browsers.

SQL Reporting Services

  (0 votes) by harleydk (updated 3 days ago)
How to generate a pie chart with Grafana and MS SQL

Tools and IDE

  (5 votes) by HR Rony (updated 3 days ago)
This article mainly covers how to create new build and release definition using VSTS. There are short descriptions of DevOps, continuous integration, continuous delivery and continuous deployment.

Universal Windows Platform and Windows Runtime

  (0 votes) by Sushant 2018 (updated 2 days ago)
How to set up static IP on Windows Server and Internet Sharing with TP-Link wireless router

Articles updated

Algorithms & Recipes

  (42 votes) by Peter Occil (updated 20 hours ago)
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.
  (56 votes) by Cake Processor (updated 4 days ago)
An article on finding combinations

Android

  (1 votes) by Ansel Castro (updated 2 days ago)
The article describes some exciting features of Enterlib for Android like its Object Relational Mapper and the Dependency Injection Engine.

Applications & Tools

  (0 votes) by David A. Gray (updated 2 days ago)
If you use the Angular CLI, you need a custom command prompt, along the lines of the Visual Studio Developer Tools command prompt.

ASP.NET

  (3 votes) by JamesEJ (updated 4 days ago)
How to build a site in ASP.NET Core on Windows using a CMS (Lynicon CMS) then host it on a Raspberry Pi

C#

  (25 votes) by Yisrael Lax (updated 5 days ago)
.NET Library for automatically validating and casting console input parameters

Dialogs and Windows

  (5 votes) by SirGrowns (updated 4 days ago)
A fully custom WPF window, with all the functionality you would expect

Printing

  (61 votes) by Predrag Dukanac (updated 3 days ago)
A printing utility for .NET

Programming Languages

  (23 votes) by Richard Eng (updated 3 days ago)
A tip for learning object-oriented programming using a language best-suited for this purpose

Testing and QA

  (41 votes) by Yevgeniy Shunevych (updated 5 days ago)
An introduction to C#/.NET web test automation full featured framework based on Selenium WebDriver

New Tips and Tricks added

.NET Framework

  (4 votes) by Shayne P Boyer (updated 6 days ago)
Creating RazorPage apps using the CLI

Algorithms & Recipes

  (5 votes) by Altaf Ansari (updated 4 days ago)
Dynamic creation of an SQL table by using an XML file, and importing data from an XML file to an SQL table.
  (2 votes) by Denis Pashkov (updated 4 days ago)
Dynamicly configure IMapper object using custom attributes annotations.

C#

  (0 votes) by Sina Shiri Hamedani (updated yesterday)
This is a simple C# class for connect and using SQL Server easily (SELECT, INSERT, UPDATE, DELETE)

Charts, Graphs and Images

  (2 votes) by Voevudko A. E., Ph.D. (updated 4 days ago)
Briefly discussing web accessibility in general. Stressing a few prime points/tips that are easy to use and always good to follow. Suggesting to start using easy to understand and remember "rules of thumb".

Programming Tips

  (3 votes) by Cake Processor (updated 4 days ago)
Performance of Floating Point and Integer Arithmetic has closed gap in modern CPU
  (1 votes) by Cake Processor (updated 2 days ago)
How to create a Pull Request at GitHub
  (0 votes) by John M. Dlugosz (updated yesterday)
How can an automated test program test that something is rejected at compile time?

Selection Controls

  (0 votes) by Peter Sun (247) (updated 16 hours ago)
Master-detail view navigation using manageable code-behind techniques

Tips and Tricks updated

ASP.NET

  (1 votes) by Alen Toma (updated 10 hours ago)
How to implement ObjectStatus with EntityWorker.Core and JavaScript

Database

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

New Technical Blogs added

Hardware & System

  (0 votes) by YawerIqbal (updated yesterday)
System Jobs AsyncOperation or System Job is an important Dynamcis 365 system entity. Usually we don't create its records, rather they are created automatically. A record represents a single execution of an asynchronous resource.



© 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