Chủ Nhật, 17 tháng 7, 2016

Weekly Newsletter (18 Jul 2016)

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

Two weeks left in our Internet of Things article contest

Our Internet of Things Article Challenge is entering its last 2 weeks. If you've been mulling over an idea it's time to put down the thinking cap and start writing! Entries close July 31.

cheers,
Chris Maunder

Click here Need Excel Reporting? Try SpreadsheetGear.
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

Do you use an alarm to ensure you're awake on time?

Survey period: 11 Jul 2016 to 18 Jul 2016

We keep odd ours, us developers, and relying on internal circuits doesn't always work

OptionVotes% 
Yes, all the time72251.72722 votes, 51.72%
Yes, when I need to31822.78318 votes, 22.78%
Occasionally1047.45104 votes, 7.45%
No, my internal body clock works like a charm15210.89152 votes, 10.89%
No, I have no need to get up at a set time674.8067 votes, 4.80%
I don't sleep332.3633 votes, 2.36%

This week's survey: Would you recommend Visual Studio Code to a non-Windows developer?

Latest Additions

New articles added

.NET Framework

  (6 votes) by Ehsan Sajjad (updated 6 days ago)
This article is in the continuation of the previous three articles regarding how Equality works in .Net, the purpose is to have the developers more clear understanding on how .Net handles equality for types.

Ajax

  (0 votes) by Puja Jagani (updated 3 days ago)
JTable Spring Demo with database integration

Algorithms & Recipes

  (7 votes) by Mr.PoorEnglish (updated 6 days ago)
understandeable, short and fast code
  (6 votes) by dcmuggins (updated 2 days ago)
Bubble Sort is great...and terrible at the same time.

Android

  (2 votes) by Marzouk3000 (updated 3 days ago)
This article is a part 1 of how to implement model view presenter pattern to enhance your android code towards maintainability and test-ability.
  (1 votes) by Azim Zahir (updated 2 days ago)
This article is a demonstration of a simple searchable contacts list in Android.
  (1 votes) by Andy Point (updated 14 hours ago)
Android Material Design: Working with Floating Label EditText

ASP

  (3 votes) by Dinezh Dinaz (updated 3 days ago)
To show a list of records without knowing number of columns using WebGrid

ASP.NET

  (8 votes) by Gabor L Ugray (updated 6 days ago)
A quick Windows programmers' guide to building a secure .NET Core web app for a Linux VPS and NGINX
  (5 votes) by Khunt Suchit (updated 2 days ago)
Custom login functionality in MVC using form authentication
  (3 votes) by satya prasad v (updated 6 days ago)
Here I explain how to create custom authentication and mapping it to the default filters like Authorize, roles..etc
  (2 votes) by Ethan Millar (updated 2 days ago)
In this post, I will explain how to retrieve the Navigation links from the SQL database tables Entity framework. I will be sharing all basic information about the dynamic role in this post.
  (1 votes) by Gabor L Ugray (updated 2 days ago)
A quick Windows programmers' guide to building a secure .NET Core web app for a Linux VPS and NGINX

Azure

  (2 votes) by PrasannaMurali (updated 15 hours ago)
In these post we will see about Power Apps Using Azure templates.
  (2 votes) by PrasannaMurali (updated 12 hours ago)
In this post, I will give an introduction about Azure security center

C#

  (3 votes) by Shivprasad koirala (updated 6 days ago)
In this article we will discuss what is the difference between == vs Equals in C#.

Client side scripting

  (7 votes) by Mayank_Gupta_ (updated 3 days ago)
Immediately Invokable Function Expressions in JavaScript

Database

  (9 votes) by koolprasad2003 (updated 3 days ago)
New feature list of SQL 2016
  (3 votes) by Jesus Carroll (updated 5 days ago)
Despite the references of several sources of unattended installation of Microsoft SQL Server Database Engine, in this article describes a script tested in real production environments and it can be used with minimal or - perhaps - no modifications.
  (2 votes) by ezekielen (updated 6 days ago)
Generate Dinamically SQL INSERT commands programmatically and run then in batchs of hundres to bulk load data from a .net DataSet with multiple DataTables to MySql

Design and Architecture

  (3 votes) by Nachiappan Kumarappan (updated yesterday)
This article explains using Rhino Mock for unit testing in Arrange Act Assert Style

Grid & Data Controls

  (4 votes) by Vincent Maverick Durano (updated 4 days ago)
A simple demo that explains how to do calculations in a GridView using JavaScript.

IoT Services

  (4 votes) by Ramneekkalra (updated 6 days ago)
This article will surely give an idea how to develop a self-controlled, self-connected smart home/building.

Node.js

  (1 votes) by Moumita Das (updated 5 days ago)
temperature indication using IOT

Product Showcase

  (0 votes) by Mihail Mateev (updated 5 days ago)
This article explains the main parts of Cloudant HTTP API. This is an essential part that developers and architects need to know before to start work on solutions using IBM Cloudant.

Programming Tips

  (2 votes) by dcmuggins (updated 8 hours ago)
Breif tutorial on how to convert an RGB image to grayscale within MatLab

Tools and IDE

  (0 votes) by M,AqibShehzad (updated yesterday)
Here are some useful tools for .NET developers

Web Services

  (11 votes) by Mahsa Hassankashi (updated 5 days ago)
This article illustrates how to use Node.js by WCF which is written in C# and using node.js as real time communication technology with the aid of C# code to connect MS Sql Server.

Windows Presentation Foundation

  (3 votes) by Hein Pauwelyn (updated 6 days ago)
How you could use icons in your application there are 2 possible ways: images and icon font (Font Awesome).
  (1 votes) by MohammedAyaz (updated 6 days ago)
Explanation and code to develop WPF MVVM application using PRISM features

Articles updated

.NET Framework

  (10 votes) by Ehsan Sajjad (updated 6 days ago)
In this post, we will see how smartly .NET handles equality and comparison for value types and reference types.
  (8 votes) by Ehsan Sajjad (updated 6 days ago)
In this article, you will learn about IEquatable interface in .NET and how it solves some of the equality problems for value types.

Algorithms & Recipes

  (11 votes) by Steve Hageman (updated yesterday)
DSPLib is an complete DSP Library that is an end to end solution for performing FFT's with .NET 4

Android

  (20 votes) by Rou1997 (updated 2 days ago)
Sending SMS Without Intent (Silently) & With Intent . . . Simply & Long (Multi-Part) Text Messages . . . Checking Sent SMS Status . . . Sending MMS With Intent . . .

ASP.NET

  (27 votes) by Vincent Maverick Durano (updated 6 days ago)
This article highlights the new features and concepts in ASP.NET Core 1.0.
  (9 votes) by syed shanu (updated 3 days ago)
In this article, we will learn in detail about using Angular2 with ASP.NET Core 1.0 RC2 using WEB API.
  (3 votes) by Dmytro Antonenko (updated 2 days ago)
In this article, a library for ASP.NET Core, that will add support of criteria for global action filters.

C#

  (75 votes) by wells cheung (updated 1 weeks ago)
Standalone Privilege Control, Single Sign-On Solution
  (24 votes) by Radosław Sadowski (updated yesterday)
4 extremely practical examples of using the Adapter Design Pattern
  (13 votes) by Paulo Zemek (updated 6 days ago)
  (11 votes) by Frakon (updated 2 days ago)
Deep Copy code made using Expression Trees. Tests and test classes are enclosed.
  (6 votes) by douglas young (updated 4 days ago)
Drag and drop programming

Cross Platform

  (7 votes) by HoshiKata (updated 3 days ago)
Qt Metaobject Programming

Database

  (13 votes) by Mika Wendelius (updated 5 days ago)
When considering to use NOLOCK hint, there are a few things that should be kept in mind.
  (11 votes) by Rou1997 (updated yesterday)
Read & Write Data To Microsoft Access (.mdb, .accdb) . . . SQL Queries Basics Through The Example Of Access . . . Winforms | WPF . . .

General Graphics

  (44 votes) by andalmeida (updated 2 days ago)
Adding shadows to Simple Ray Tracing in C#
  (40 votes) by andalmeida (updated 2 days ago)
Simple Ray Tracing in C#
  (34 votes) by andalmeida (updated 2 days ago)
Mapping images on spherical surfaces using C#
  (32 votes) by andalmeida (updated 2 days ago)
Plotting user defined R2 in R functions using C#
  (27 votes) by andalmeida (updated 2 days ago)
Simple Ray Tracing in C# Part IV (Anti-Aliasing)
  (27 votes) by andalmeida (updated 2 days ago)
Simple Ray Tracing with texture mapping in C#
  (26 votes) by andalmeida (updated 2 days ago)
Ray tracing and mapping in spheres
  (25 votes) by andalmeida (updated 2 days ago)
Simple Ray Tracing in C# Part V (Texture Mapping)
  (21 votes) by andalmeida (updated 2 days ago)
Basic illumination model in C#.
  (23 votes) by andalmeida (updated 2 days ago)
An approach to interpolate vertex normals on triangles
  (18 votes) by andalmeida (updated 2 days ago)
Implementing a basic camera model to extend the raytracing algorithms
  (15 votes) by andalmeida (updated 2 days ago)
Ray tracing in C# part III - implementing reflection
  (11 votes) by andalmeida (updated 2 days ago)
Extending the camera class and creating basic animations.

Hardware & System

  (59 votes) by Elmue (updated 4 days ago)
An electronic door lock that replaces a mechanic key by an RFID card or RFID token.

Internet / Network

  (294 votes) by Mehdi Gholam (updated 2 days ago)
Smallest, fastest polymorphic JSON serializer (with Silverlight4 and MonoDroid support)

List Controls

  (15 votes) by James JM (updated 3 days ago)
ListView control with drag selection enabled.

Miscellaneous

  (5 votes) by David A. Gray (updated 5 days ago)
Share Win32 string resources without the risk of conflicting resource IDs

PHP

  (3 votes) by napuzba (updated 6 days ago)
Sometimes, it is useful to replicate online site in a local machine for development purposes. In this article , we will configure apache to serve clones of online sites.

Tools and IDE

  (9 votes) by David A. Gray (updated 5 days ago)
The Excel powered resource generator, version 2, is vastly improved and better documented.

VB.NET

  (20 votes) by Duncan Edwards Jones (updated 5 days ago)
How to use a windows azure storage table, blob or file as an event store for event sourcing

Windows Presentation Foundation

  (35 votes) by immortalus (updated yesterday)
WPF Grid column and row hiding.

New Tips and Tricks added

Applications & Tools

  (1 votes) by JasonDu168 (updated 5 days ago)
A npm plugin to improve the productivity of Angular2 development

Azure

  (1 votes) by PrasannaMurali (updated 3 days ago)
In this post, we will see how to create an automation account in Azure and work on a simple demo.

C / C++ Language

  (0 votes) by David A. Gray (updated 6 hours ago)

C#

  (8 votes) by B. Clay Shannon (updated 6 days ago)
How to generate an Excel spreadsheet from any DataTable using C# and Excel Interop
  (2 votes) by Maazaoui Mohamed Amine (updated 4 days ago)
Creating a Windows service to monitor usb events with splunk
  (1 votes) by Maazaoui Mohamed Amine (updated 4 days ago)
Creating a Windows service to monitor Splunk licence usage using splunk SDK

Client side scripting

  (6 votes) by Karthik Coder (updated 5 days ago)
How to replace the ng-repeat with Custom Directive

Database

  (5 votes) by Jatinath (updated 5 days ago)
This tip will help you to find a particular text used in SPs, Functions or tables
  (2 votes) by Jatinath (updated 2 days ago)
Here is a tip to generate insert scripts for master tables
  (1 votes) by Simon Korenfeld (updated 3 days ago)
SQL schema with multi version tables support

Edit Controls

  (2 votes) by PrasannaMurali (updated 6 days ago)
Working on Webview component

OpenGL

  (1 votes) by Steffen Ploetz (updated 6 days ago)
Investigate the window manager's shell window ID and additional information of an OpenTK window.

Tips and Tricks updated

C#

  (10 votes) by Alberto Nuti (updated 6 days ago)
In a console application, there is often the need to ask (and validate) some data from users. For this reason, I have created a function that makes use of generics and delegates to speed up programming.

Office Development

  (4 votes) by svijay_kumar (updated 5 days ago)
Data table with images to Excel using Open XML SDK

VB.NET

  (5 votes) by Mike Meinz (updated 6 days ago)
Provides a sample program using Google APIs for .NET V3 with YouTube

New Technical Blogs added

Android

  (1 votes) by Andy Point (updated 15 hours ago)
Firebase Android Tutorial : Adding Registration and Login Hello Developers, this is our android firebase tutorial. In this tutorial we will create an android firebase app that will use firebase android login functionality. This post will help you get you up and running with integrating Firebase to a

Client side scripting

  (1 votes) by Dave Ceddia (updated 4 days ago)
Improve Angular Performance with React
  (1 votes) by zenwalker1985 (updated yesterday)
ASP.NET Treeview node expand-collapse with node click: client side JQuery, JavaScript

Database

  (1 votes) by essentialSQL (updated 3 days ago)
In this article, we explore non recursive CTEs (Common Table Expressions). This is a broad class, and basically covers every form of CTEs except those that call themselves. This other class is called the recursive CTEs; they are covered in the next article.

Other .NET Languages

  (2 votes) by Keyhole Software (updated 6 days ago)
Egon: Don’t cross the streams. Peter: Why? Egon: It would be bad. – Ghostbusters (1984) In this post I'll touch on the emergence of JavaScript reactive streams. We'll look at a cool online interactive tool that is useful for checking behavior of stream operators. I'll finish by showing s

Site & Server Management

  (0 votes) by Andy Point (updated 11 hours ago)
MySQL Database Tutorial: How to Create MySQL database on a live server and Insert data using PHP In this post we will learn how to create MySQL database on a live server and then will create Table and insert data using PHP. We have tried to explain each step and we promise at the end […]The po

SQL Reporting Services

  (9 votes) by Tharaka MTR (updated 5 days ago)
1.  I am back after a very long break. So, I somehow forgot SQL Server 'SA' Password, and this is how I recovered that.

Testing and QA

  (2 votes) by Anton Angelov (updated 8 hours ago)
Build a Hybrid Test Automation Framework. Your next step will be to create a Testing Framework Driver implementation of most used web controls.
  (1 votes) by Anton Angelov (updated 6 days ago)
Build a Hybrid Test Automation Framework. Learn how to create an abstract Testing Framework Implementation of it following SOLID principles. The post Create Hybrid Test Framework – Testing Framework Driver Implementation appeared first on Automate The Planet.

Uncategorised Technical Blogs

  (5 votes) by Rob Kraft (updated 6 days ago)
Separate User Interface Logic From Business Logic

Blogs updated

.NET Framework

  (17 votes) by Ehsan Sajjad (updated 6 days ago)
The purpose of this post is to outline and explore some of the issues that makes performing the equality much more complex than you might expect.



© 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