Chủ Nhật, 30 tháng 8, 2015

Weekly Newsletter (31 Aug 2015)

Weekly Newsletter (31 Aug 2015)
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

Reminder: We Now Welcome Live JavaScript Articles

We recently launched a new article section that will allow you to contribute articles containing live JavaScript and we would love to see the section get some lovin'. We are still restricting it to just online tools, but if all goes well we'd look at extending this to all article sections.

We'd love to see your tools published. To contribute simply check the submission guidelines and email your submissions to submit@codeproject.com and we'll take care of the rest.

cheers,
Chris Maunder

Click here Need Excel Controls for Windows Forms, WPF or Silverlight?
Use SpreadsheetGear to add powerful, Excel-compatible viewing, editing, formatting, calculating, filtering, sorting, charting, printing and more to your applications with the easy-to-use WorkbookView controls. Try it now!

Weekly Poll Results

Do you use full variable names in trivial lambda expressions?

Survey period: 24 Aug 2015 to 31 Aug 2015

eg "Items.Select(x => x.Id)" vs "Items.Select(product => product.ID)". Are you brief or expressive?

OptionVotes% 
I tend to use short (eg single letter) variable names in throw-away lambda expressions.53739.11537 votes, 39.11%
It depends on the context or complexity of the lambda40329.35403 votes, 29.35%
I tend to use full variable names for lambda expressions21115.37211 votes, 15.37%
I don't use lambda expressions22216.17222 votes, 16.17%

This week's survey: How much do you pay attention to hardware infrastructure/capabilities when choosing a cloud service provider?

Latest Additions

New articles added

Algorithms & Recipes

  (1 votes) by InvisibleMedia (updated 2 days ago)
Defining innovation beyond the limits of Chomsky

ASP.NET

  (6 votes) by thangchung (updated 5 days ago)
This article will let you know how can we use JSPM in ASP.NET MVC 6 and Material Design Lite.

Boards / Embedded devices

  (3 votes) by Intel Corporation (updated 5 days ago)
A Fast, Flexible, And Scalable Path To Commercial IoT Solutions
  (2 votes) by Christophe Duparquet (updated 4 days ago)
This article introduces a hardware abstraction tool for microcontroller programming.

C#

  (9 votes) by K. Naveen. Bhat (updated 5 days ago)
The article shows how we can solve various technical problems easily with the help of delegates.
  (4 votes) by Dmitriy Gakh (updated 2 days ago)
Development on C# without care of resource consumption can lead to overloading the system. This article describes a case with large waste of memory and CPU time and how to avoid it.

Design and Architecture

  (2 votes) by Sheikh Jubair (updated 5 days ago)
This article is about how to implement domain driven design and take care of the complexity of complex software in the domain of the software with DDD.

Exception Handling

  (31 votes) by markmnl (updated 3 days ago)
Error handling often brings down an otherwise good design, this article offers an approach to standardize and simplify your error handling particularly in SOLID applications.

Java

  (1 votes) by Dr. Song Li (updated 6 hours ago)
This is a study note on Angular. I realized that Angular is a larger topic than I initially thought of. I hope I can be concise enough to cover a few interesting aspects in as few sentences as possible.

Miscellaneous

  (1 votes) by Sacha Barber (updated 2 days ago)
An introductory article on Apache Spark, with a demo app

SharePoint Server

  (2 votes) by JimShelley (updated 6 days ago)
A simple example of a SharePoint Add-In using the REST API and the Cross Domain library

Web Security

  (2 votes) by Mahsa Hassankashi (updated 6 hours ago)
Best approach for have more secure channel to transfer user information throughout the web

Windows Runtime

  (6 votes) by Afzaal Ahmad Zeeshan (updated 4 days ago)
In this article I will explain Windows.Media.Capture namespace's MediaCapture element and how it can be used in Windows Runtime to create applications that make use of camera, for capturing photos and videos. Plus, the article shows how to capture the list of photos or videos that are recorded for p

Articles updated

Algorithms & Recipes

  (12 votes) by Qwertie (updated 6 days ago)
Concerned about regular expressions being unintelligible, repetitive, hard to get right and non-recursive? Read part 5, possibly the most useful part yet!

ASP.NET

  (13 votes) by syed shanu (updated 2 days ago)
This article shows how to create a word puzzle game using MVC, AngularJS and Web API 2.

C#

  (37 votes) by Nick Polyak (updated 4 days ago)
Navigation and event propagation on generic trees
  (16 votes) by Qwertie (updated 6 days ago)
The Lexical Macro Processor transforms your C# code with a LISP-inspired macro system. Complete with Visual Studio integration and a Linux-compatible editor.

Client side scripting

  (19 votes) by Shenwei Liu (updated 6 days ago)
Presenting an AngularJS modal dialog service having advanced features and options but called with simplified syntax.

Database

  (10 votes) by yuvalsol (updated 4 days ago)
Helper class to mitigate working with Dapper against SQL Server database

Game Development

  (89 votes) by Palavos (updated 2 days ago)
An article about Huo Chess, a chess program in C++ and C# that attempts to be smaller in size than the Commodore-era Microchess

Hardware & System

  (24 votes) by DaveAuld (updated 2 days ago)
Building for and consuming the Blitzortung Lightning Detection Network

Windows Runtime

  (10 votes) by Afzaal Ahmad Zeeshan (updated 4 days ago)
In this article I will explain the steps to create a full featured standalone ASP.NET 5's Web API that can be used by Windows 10's native Universal Windows Runtime application.

New Tips and Tricks added

.NET Framework

  (4 votes) by Andreoli Carlo (updated 4 days ago)
In our company, we find ourselves in need of using the internal PC (buzzer) on Windows7 64bit. At the end, we figured out how to do it.

Android

  (1 votes) by Member 10752667 (updated 6 days ago)
step by step solution of Android Studion "No JVM Installation" error

ASP.NET

  (4 votes) by Mahesh Pachbhai (updated 5 days ago)
Model Binder Basics and Custom Model Binder
  (2 votes) by Arora Sumit (updated 2 days ago)
Defining Filters in AngularJS

C#

  (7 votes) by Philipp Paetzold (updated 5 days ago)
General thoughts and tips on throwing exceptions.
  (6 votes) by Miral Sarwar (updated yesterday)
It supports in C#.NET and Android platform for Encrypting and Decrypting data.
  (1 votes) by K Barakathulla Khan (updated 2 days ago)
Programmatically connecting AS400 and executing commands
  (1 votes) by Fiyaz Hasan (updated 8 hours ago)
C# 6.0. features walkthrough with easy to understand examples.

Client side scripting

  (10 votes) by Abhishek Kumar Goswami (updated 6 days ago)
Here you will learn about localDB.js library which maps the structure of databases in objects using localStorage API provided by HTML5.
  (8 votes) by Abhishek Kumar Goswami (updated 6 days ago)
This library provides a very easy way to manipulate dates and times.
  (6 votes) by Atanas N Atanasov (updated 2 days ago)
This article presents a simple examples on how to build responsive design with jQuery Grid
  (5 votes) by Chandan Kumar Chaurasia (updated 4 days ago)
This tip will help you to create Sitemap/Page Title on the fly using AngularJS in just few step!

Database

  (6 votes) by Muhammad Magdi (updated 5 days ago)
This tip contains how to Export SQL Data to CSV files using normal ways and mainly using SQLCM.
  (2 votes) by Yuriy Loginov (updated 4 days ago)
Force EF to include the navigation properties so they can be used after context is disposed

HTML / CSS

  (12 votes) by Xun Ding (updated 4 days ago)
Make some shapes, have some CSS fun
  (6 votes) by Member 10752667 (updated 5 days ago)
Turn horizontal d3 tree to vertical

OpenGL

  (3 votes) by Durga Prasad Dhulipudi (updated 6 days ago)
Rendering polygon shapefiles and filling them

Threads, Processes & IPC

  (11 votes) by Chandra Shekhar Joshi (updated 3 days ago)
How to implement the Queue of Background Worker

Web Security

  (3 votes) by Bert O Neill (updated 2 days ago)
AngularJS and Web API Active Directory Security (Authorisation)

Web Services

  (6 votes) by Chinh Vo Wili (updated 3 days ago)
Send HTTP GET requests, consume ASP.NET Web API server

Windows Presentation Foundation

  (2 votes) by ntg123 (updated 4 days ago)
A simple & elegant way to apply Bevel-effect in wpf
  (1 votes) by Clifford Nelson (updated 4 days ago)
If you are having issues with getting the WPF Focus() method working, then maybe all you need to do is add a delay on the Initialized event before setting the focus. This solution is a nice demonstration of the features of TPL, and how easy TPL can make doing asynchronous programming in the UI.

New Technical Blogs added

Algorithms & Recipes

  (1 votes) by Eric Z (Jing) (updated 19 hours ago)
The “traditional” way to solve the ZigZag Conversion problem is to either build a 2d table or find a pattern among the index of the letters on the same row. There is also a beautiful solution which builds on top of … Continue reading →

ASP.NET

  (4 votes) by Camilo Reyes (updated 5 days ago)
Web API Circular References with Many to Many Relationships

C#

  (52 votes) by Anton Angelov (updated 6 days ago)
List of my favourite hidden features of C# language. Contain full explanation what they are doing accompanied with C# code examples.The post Top 15 Hidden Features of C# appeared first on Automate The Planet.
  (13 votes) by DotNetForAll (updated 1 weeks ago)
Why do we use interfaces in C#
  (7 votes) by bconlon (updated 5 days ago)
Ambiguous Classes in C#
  (6 votes) by DotNetForAll (updated 4 days ago)
Value type and Reference type in C# explained

Database

  (6 votes) by Mika Wendelius (updated 5 days ago)
This post discusses about how to add checks into a SQL statement in order to prevent wrong results in case of possible future changes.

Design and Architecture

  (2 votes) by Bobby Lough (updated 2 days ago)
Big O Notation is a way of expressing the worst case complexity or order of growth of an algorithm. It is not as scary and something to only break out during interviews.

Reviews on Third Party Products and Tools

  (1 votes) by rahulsahay20 (updated yesterday)
 Getting Started With Angular JS Rahul Sahay All rights reserved. ISBN: 1515037681 ISBN-13: 978-1515037682Contents   Chapter 1: Getting started Introduction, 11 MVC (Model-View-Controller), 11 Angular Architecture, 12 Angular JS advantages, 15 Comparison with JQuery, 16 Modules, 16 Pre-requisites
  (1 votes) by EngineerSpock (updated 1 weeks ago)
UpdateableSpin Synchronization Primitive

Uncategorised Technical Blogs

  (3 votes) by Bobby Lough (updated 6 days ago)
A quick and dirty web crawler

Web Security

  (6 votes) by Member 11794279 (updated 5 days ago)
In this post, we'll focus on security.

Blogs updated

Testing and QA

  (10 votes) by Anton Angelov (updated 5 days ago)
A detailed overview with examples how to utilize the Strategy Design Pattern in automated tests to create an extendable and decoupled Validators.



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