Click here to Skip to main content
15,891,253 members

Our Mailouts

Newsletter - 13 Aug 2012

Most popular new articles
129 articles this week.
Welcome to this week's newsletter from The Code Project.
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

We continue to update and improve CodeProject.com and RootAdmin.com daily, and while I keep saying that updating an extremely high-load site live in front of millions of highly intelligent developers is not for the faint of heart, I do have to tip my hat to the guys doing the updates on the Mars rover. And I thought I had problems when my internet connection died halfway through an update...

The big news is still our $25,000 Android Game App Contest. $1000 in pries per month and a final grand prize of $25,000 cash. Late entries can't be accepted so please get your entries in NOW.

Not as big, but just as fun: head to the Lounge and click the "Subscribe" button at the top right to get daily updates of the top threads on the Lounge. For those who just can't miss a beat.

cheers,
Chris Maunder

Click here Build an android game and win $25,000!
Are you working on an Android game app that you think people would love to play? Here's your chance to win $25,000 and other monthly cash prizes! Submit your app today!
Click here Share database changes fast
Share SQL code updates, roll back changes you don’t want, inspect line-level differences between object versions, and check a full log of changes, all in SQL Server Management Studio. Works with schemas and data. Start now with a complimentary 28-day trial.
Click here Download Cocktail: Get Your Drink On!
Build your business app-from the server to the screen-the easy way. Cocktail takes the pain out of building apps in Silverlight and WPF on a well architected, MVVM platform.
Click here Answers. Fast. 23,000+ technology books and videos
Get unlimited access to thousands of technology books & videos for 1 low monthly price. Get 15 days free access and 15% off Safari Books Online.
Click here Write 10,000 lines of code in 10 minutes
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Visually stunning, easy to customize and ready to deploy. Download Now!

Weekly Poll Results

On which OSs do you write code?

Survey period: 6 Aug 2012 to 13 Aug 2012

A quick straw poll to see what our dev environments look like

OptionVotes% 
Linux / Unix19319.05193 votes, 19.05%
Mac OS737.2173 votes, 7.21%
Windows96995.66969 votes, 95.66%
Other575.6357 votes, 5.63%
Respondents were allowed to choose more than one answer; totals may not add up to 100%

View optional text answers (53 answers)

This week's survey: Which hardware platforms are you targeting directly?

Most popular new articles

6 Aug 2012 - 12 Aug 2012

Latest Additions

129 articles overall. 59 new, 70 updated.

New articles added

.NET Framework

ASP.NET

  • Exploring ASP.NET Validation Controls - Shemeer NS
    Here I'm going to explore ASP.NET Validation controls in depth with samples. Validation as an Image , Icon, Sound, Multiple Validations, Conditional Validations, Validation Group, CausesValidation, Page.Validate, Validation Properties and Methods, Client Side Validation, ValidatorValidate Client Sid

  • Entity Framework - Second Level Caching with DbContext - Dylan Morley
    How to enable 2nd level caching in the Entity Framework when using DbContext.

  • CRUD operation using ASP.Net and MySQL - @amitgajjar
    Create, Read, Update and Delete operations in ASP.Net with MySQL database with N-Tier Architecture

Audio and Video

C#

Database

  • Understanding Table Joins using SQL - sirama2004
    Joins are useful for bringing data together from different tables based on their database relations. First we will see how the join operates between tables. Then we will explore the Order of Execution when Join and where condition both exists. Finally we will move our exploration to the Importance o

  • Variables And Expression in SSIS - Keshav Singh
    This is a very simple and brief video on variables, expression and casting of them in SSIS. It will also teach developers to pass result sets in SQL task.

  • Package Configuration In SSIS - Keshav Singh
    This video introduces Package Configurations to the SSIS developers, you will learn: XML Configuration a.) Direct b.) Indirect (Using Environment Variables), Environment Variables, and SQL Server Configuration

  • Performance of isolation levels and UPDLOCK - Alexandros Pappas
    This article provides a program to measure the performance of the different transaction isolation levels. It also examines the effect of using the UPDLOCK hint in SQL.

Design and Architecture

Hardware Reviews

Internet / Network

Interviews

  • A Coder Interview With Vanessa Hurst - The Code Project, DBNess
    Welcome to our continuing series of Code Project interviews in which we talk to developers about their backgrounds, projects, interests and pet peeves. In this installment we talk to Vanessa Hurst, founder of Developers for Good, co-founder of Girl Develop It!, and a consultant and advisor to startu

Mobile Development

  • Pairs game - PavolSatala
    How to create a pairs game for about 90% of Smartphones?

Office Development

Product Showcase

  • Zero Footprint OCR with LEADTOOLS HTML5 - LEADTOOLS Support
    Performing Optical Character Recognition (OCR) on mobile devices has always been a challenge due to the minimal processing power and storage space. LEADTOOLS is changing the game with its HTML5 / JavaScript image viewer control and RESTful Web Services.

Solutions Center

Uncategorised Technical Blogs

Windows Presentation Foundation

  • MVVM - Demo - Ravi Teja Pidaparthi
    If you are new to MVVM this is the place to start. Explains MVVM through an example.

Articles updated

.NET Framework

Algorithms & Recipes

Android

ASP.NET

Audio and Video

Bugs & Workarounds

  • Zeta Long Paths - Uwe Keim
    A .NET library to access files and directories with more than 260 characters length

C / C++ Language

C#

  • ReflectionHelper - Paulo Zemek
    This class makes getting MemberInfos easy, without the use of magic strings (so it is refactoring friendly) and also allows you to create delegates to do fast accesses to those items, much faster than the normal Invoke, GetValue or SetValue methods.

  • Inline MSIL in C#/VB.NET and Generic Pointers - roylawliet
    Discusses inline-IL in C#, benefits and uses and how to achieve it.

Charts, Graphs and Images

  • ASP.NET Plotter Toolkit - HTML5 Charting for all - Akram El Assas
    ASP.NET Plotter Toolkit makes the process of creating ASP.NET charting controls much simpler and much easier. The toolkit comes with extendable HTML5 charting controls for plotting time series and dense data sets.

COM / COM+

Cryptography & Security

Custom Controls

Database

Design and Architecture

Dialogs and Windows

  • Win32 Window Minimal - Jani Mäkinen
    Getting started with Win32 programming through creating a window with minimum code and complexity

DirectX

Game Development

Grid & Data Controls

Hardware & System

HTML / CSS

Internet / Network

iPhone

Libraries

LINQ

  • Black Art – LINQ expressions reuse - Asher Barak
    When developing a complex line of business system queries, reuse is often required. This article provides some guidelines and tools for LINQ expressions reuse.

Miscellaneous

Mobile Development

  • Air hockey - PavolSatala
    How to create an air hockey game for one player against the artificial intelligence for three mobile platforms with only one code?

Office Development

Solutions Center

User Controls

Windows Phone 7

Windows Powershell

Windows Presentation Foundation

  • Autocompletion with RichTextBox in WPF as Behavior - korsarz33
    This article is describing behaviors ala Intellisense. I'll talk about how to extend the RichTextBox display behavior without interference in the control, without overwriting any of the members, fully configurable in the Xaml code, with the possibility of dynamic control.

WinHelp / HTMLHelp

  • Htmlhelp Forensics - Christian Ernst Rysgaard
    Cracking the htmlhelp .chm storage format to remove annoying file-lock bug and for the sheer fun of it!

New Tips and Tricks added

.NET Framework

ASP.NET

C / C++ Language

C#

Database

HTML / CSS

Mobile Development

Printing

SharePoint Server

Third Party Products and Tools

Tips and Tricks updated

.NET Framework

Charts, Graphs and Images

LINQ

Programming Tips

Windows Phone 7

New Technical Blogs added

Algorithms & Recipes

ASP.NET

Shell and IE programming

Testing and QA

Third Party Products and Tools

Uncategorised Technical Blogs

  • Your Crystal Reports Probably Suck - IndifferentDisdain
    I know mine do.  Since entering the grown-up job market in 2004, I've worked for three different companies, and I've been compelled to develop Crystal Reports for all three. In my current role, Crystal Reports development is a primary function for me.  Why do my reports suck?I hate the designer. It'

Windows Communication Foundation

  • Simple Steps to Enable Transactions in WCF - Imran Abdul Ghani
    Transaction is basically a logical unit of work comprising of activities that all needed to be succeeded or failed, and also it must be compliant with ACID principals.Movement of money from a bank account to another is a simple example of a transaction. In this single transaction, two operations wil

Technical Blogs updated

HTML / CSS

Java

Programming Tips

Uncategorised Technical Blogs




© 2012 The Code Project.  All rights reserved.


This email was sent to mailout@maillist.codeproject.com. To stop receiving The Code Project Insider News click here.
The Code Project 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