Chủ Nhật, 27 tháng 10, 2013

CodeProject | Newsletter (28 Oct 2013)

159 articles this week.
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

Would you like to post an article?

Are you thinking of posting an article but aren't sure how? You can either take a look at these two links

or send an email to Sean at submit@codeproject.com and he will connect you with a CodeProject Mentor who will help walk you through the process. It's easy, and we'll do everything we can to make your article look great.

Do you already blog?

We have a feature on CodeProject that allows you to share your technical blogs with other developers from the comfort of your very own blog. If you write technical blog posts and want to get those posts out to a wider audience, with an added bonus of getting more visitors to your own blog, then use our Blog feed aggregator.

cheers,
Chris Maunder

Click here See the world as a Database
Connect to applications, databases, & WebAPIs through standard database interfaces. RSSBus Drivers give a 'SQL-like' interface to data from Salesforce, QuickBooks, Dynamics CRM, SharePoint, SAP, & more. Available for ADO.NET, JDBC, ODBC, SSIS, & BizTalk. Download a Trial!
Click here Two Months with Intel Haswell Harris Beach SDS Ultrabook
The Haswell chipset provides the power and longevity Martin Hinshelwood needs. Check out his final review here.
Click here Give Boring Data a Facelift
Iron Speed Designer is the fastest way to deliver feature-rich applications for .NET, SharePoint and software-as-a-service cloud computing environments. Amaze users with visually stunning applications that look like they took months to build. Download a Trial!

Weekly Poll Results

Do dedicated testers reduce total debugging time?

Survey period: 21 Oct 2013 to 28 Oct 2013

The sooner you find a bug after writing the code, the easier it is to fix. Does this mean that dedicated testers get your bug count to zero faster?

OptionVotes% 
Yes, total debugging time decreases with dedicated testers71053.91710 votes, 53.91%
No, debugging time increases because the dedicated testers find many more bugs than your customers35927.26359 votes, 27.26%
I don't see a difference24718.75247 votes, 18.75%

This week's survey: Is it time to bid the traditional Desktop UI for PC operating systems goodbye?

Most popular new articles

21 Oct 2013 - 27 Oct 2013

Research

    Avoiding The Hidden Costs of the Cloud SMB Results

    Symantec commissioned ReRez Research to conduct the 2013 Avoiding the Hidden Costs of Cloud Survey in September and October of 2012. They contacted business and IT executives at 3,236 organizations in 29 countries. Respondents came from companies with a range of 5 to more than 5,000 employees. Of the responses, 1,358 came from SMBs and 1,878 came from Enterprises. This report specifically focuses on the 1,358 SMBs.

    Download Now

Latest Additions

159 articles overall. 57 new, 102 updated.

New articles added

Algorithms & Recipes

C / C++ Language

  • SRDF - Write your Own Debugger - AmrThabet
    In this article, I'm going to teach you how to write a full functional debugger using the Security Research and Development Framework (SRDF) … how to disassemble instructions, gather Process Information and work with PE Files … and how to set breakpoints and work with your debugger

Client side scripting

Code Generation

Combo & List Boxes

Cryptography & Security

  • Anti-Reflector .NET Code Protection - Igor Ladnik
    Article presents a technique allowing developers to protect their .NET code from reverse engineering by reflection of executable files

Database

Design and Architecture

Game Development

  • Open Audio Engine - Anis A. Hireche
    Open Audio Engine - advanced audio middleware for games and multimedia apps

GDI+

Site & Server Management

Tablets and All-in-Ones

  • Tell-And-Spell - simsam77
    Intel AIC Finalist Education/Tablet Category

Threads, Processes & IPC

Tree Controls

Ultrabooks

  • Final Verdict on Haswell Ultrabook - Steve Smith
    I've had a pre-release Intel Ultrabook with the new Haswell processor in it for about two months now, so it's time for one last review of the device.

Web Security

Articles updated

.NET Framework

Algorithms & Recipes

Applications & Tools

ASP.NET

Azure

  • What's On Global: Facebook events can be so much more - Patrick McCurley, Rachel Davey
    An Azure based software solution allowing users to discover events around them on a massive scale. Features ASP.net MVC4, Entity Framework and a large importing backend utilizing Azure virtual machines

C / C++ Language

C#

Client side scripting

Collections

Database

Date and Time

Design and Architecture

  • Specification pattern in C# - Govindaraj Rangaraj
    This article explains how to compose Linq queries in C# using Specification pattern.

  • Web Site Extreme Makeover, Part 1 of N - B. Clay Shannon
    This "Web Site Extreme Makeover" series of articles will provide kind of a "behind-the-scenes" step-by-step look at the process I will go through as I create a new web site for a friend, using his business' existing site as a starting point.

General Graphics

Internet / Network

iPhone

  • Collapsable Table View for iOS - Bernhard Häussermann
    A set of source files that extends the UITableView so that it has sections that can be collapsed and expanded.

Java

  • Java Thread Tutorial - Arash M. Dehghani
    This tutorial contains everything you need to know about basic threading (concurrency) in the Java language, simple and easy. Includes diagrams and code samples for better understanding.

LightSwitch

LINQ

Mobile Development

Office Development

  • VBA Extend - NewPast
    Format, add line numbers, error handling, expose a .NET library to VBA, and number to words in Office.

Other .NET Languages

Programming Tips

SharePoint Server

Tablets and All-in-Ones

  • ChronoZooms v2.1-Rise of the Big Bang Theory - Wilson P Shiruguppi
    How do you see time? Or better yet how do you visualize time when explaining to students about the concepts of the Big Bang theory from 13 Billion years ago? Now not only can help your students understand what 13B years ago looks like you can experience Big History in a fascinating new way.

  • GesturCubes - Meshack Musundi
    WPF 3D cubes puzzle game for the AIO(All-In-One) PC

  • Inflatimeter™ : Inflation Calculator - DrABELL
    Windows 8 application adapted for Tablet PC allows inflation calculation on individual products/service and basket aggregates

  • Tetris Push (working title) - Cappa Games
    A Tetris-style game that pits friends in a face to face battle with one another, on a single touch screen device.

  • Quality Manager - An IAC 2013 Contest Entry - Jason Gleim
    An application to help QA inspectors in the field

Third Party Products and Tools

Threads, Processes & IPC

  • Internals of Windows Thread - Mahesh Bailwal
    Basics about Windows thread which may help you in understanding how operating system implements threads.

User Controls

Wiki.ASP.NET articles

  • Recaptcha - ASP.NET Community
    Recaptcha:Captcha keeps the spammer away from our site. There is Lot of captcha conrols available for asp.net and few may not work on postback.

  • JQuery: A Quick Start Guide - ASP.NET Community
    This article is an introduction to JQuery. It is for those people who always heard JQuery but never used it or don't know where to start from.What is

  • Reflection in .NET - ASP.NET Community
    Reflection is one of the very nice features of .net, with Reflection one can take out lotsa information about the type. When I say type that means it

Windows Communication Foundation

Windows Presentation Foundation

New Tips and Tricks added

.NET Framework

  • ByteArrayBuilder - a StringBuilder for Bytes - OriginalGriff
    StringBuilder is a very useful and memory efficient way to concatenate strings, but there is no obvious similar class for byte arrays. This class adds that, and provides a flexible binary data storage medium at the same time

ASP.NET

ASP.NET Controls

Audio and Video

Azure

C / C++ Language

C#

Client side scripting

Database

Dialogs and Windows

Grid & Data Controls

HTML / CSS

iPhone

Printing

Web Security

Web Services

Tips and Tricks updated

Algorithms & Recipes

ASP.NET

C#

COM / COM+

Custom Controls

Database

Hardware & System

Installation

List Controls

Miscellaneous

Programming Tips

Shell and IE programming

Web Services

New Technical Blogs added

ASP

ASP.NET

  • Introducing Bootstrap Flat - Scott Dorman
    Bootstrap Flat is a custom theme on top of Bootstrap that provides a flat look to the user interface elements.

Book Reviews

  • Mastering Unity 4 Scripting (video series)–A Review - Simon Jackson
    By the end of this book you should be able to make scrolling backgrounds, clever AI for bad guys, and be able to save / load and change levels in the way Unity3D always wanted you to but forgot to mention.

Button Controls

Custom Controls

Database

Dialogs and Windows

NoSQL

  • Big Data Job - GanesanSenthilvel
    According to MarketsandMarkets the global Big Data market will reach $46.34 billion by 2018.The  broader IT market didn't change much in the past year, but there is significant growth in the Big Data related tools (Hadoop, R, MongoDB). Data Scientists post stands at 29 this year-- some are posted un

Other .NET Languages

SharePoint Server

Uncategorised Technical Blogs

Web Security

  • How to: passwordless ssh - ocoudert
    How do I set up a ssh connection between my local client and a remote machine? Which key should I use? How do I setup a passwordless ssh?

Web Services

  • Top 5 New Features in ASP.NET Web API 2 - Imran Abdul Ghani
    ASP.NET Web API 2 has been released with a number of new exciting features. In this web development post, I'll try to discuss new features of it which can be considered the top 5.1. Attribute RoutingAlong with convention-based routing, Web API 2 now supports attribute routing as well.In case of conv

Windows Phone 7/8

Technical Blogs updated

ASP.NET

Azure

SharePoint Server

Site & Server Management

Work Issues




© 2013 The Code Project.  All rights reserved.


This email was sent to vutunglampro@gmail.com. To stop receiving The Code Project Insider News 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