Click here to Skip to main content
15,884,629 members

Our Mailouts

Newsletter - 01 Apr 2013

Most popular new articles
104 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

CodeProject.TV launches tomorrow! Evidently we're no longer allowed to crack bottles of champagne against the servers when we launch new stuff so we'll have to find a substitute. Prosecco?

CodeProject.TV is our technical training marketplace that enables training providers and individual educators to share their knowledge through short, high-quality videos. We built it for us because we are bad at commitments and have no spare time, so it's short 5-10 mins training videos for less than the price of a coffee. No subscriptions, no need to buy full courses. Just take what you need, when you need it.

At last check we're going to have nearly 1,000 videos on offer from some amazing partners who are covering ASP.NET, Java, HTML5, Ruby on Rails and tons more. For the past few weeks our patient and forgiving beta testers have been giving it a workout and on Tuesday it's your chance. It's a whole new way to grab training videos. We hope you love it, but most importantly we hope CodeProject.TV helps you.

cheers,
Chris Maunder

Click here SpreadsheetGear 2012 for .NET Now Available!
New WPF and Silverlight controls, multithreaded recalc, 64 new Excel compatible functions, save to XPS, improved efficiency and performance, Windows 8 support and more. Download your fully functional SpreadsheetGear trial Today!

Weekly Poll Results

As a software developer, what's the pinnacle of your profession?

Survey period: 25 Mar 2013 to 1 Apr 2013

Do you want to become the ultimate Polyglot Programmer, run your own software company, or be the resident genius, admired and feared in equal amounts in a company wealthy enough to afford your services?

OptionVotes% 
CEO of my own company29521.87295 votes, 21.87%
CTO of a company (mine or someone else's)1128.30112 votes, 8.30%
Resident Legend On All things Programming14010.38140 votes, 10.38%
Chief Architect, Lead Developer, Top Dog in the Developer Pit27720.53277 votes, 20.53%
Sales. I know where the real money is!272.0027 votes, 2.00%
Software developer. A really, really good one.31623.42316 votes, 23.42%
Not anything to do with programming352.5935 votes, 2.59%
No idea, or I've never really thought about it.836.1583 votes, 6.15%
Other554.0855 votes, 4.08%

View optional text answers (57 answers)

This week's survey: What Browsers do you support with your web applications

Most popular new articles

25 Mar 2013 - 31 Mar 2013

Latest Additions

104 articles overall. 37 new, 67 updated.

New articles added

Algorithms & Recipes

Applications & Tools

ASP.NET

Client side scripting

Database

Interviews

  • A Coder Interview With Chris Pardo - CodeProject
    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 Chris Pardo, a Senior Product Manager at Dun and Bradstreet.

Product Showcase

Selection Controls

Usability

Windows Communication Foundation

Windows Mobile

Windows Presentation Foundation

Articles updated

.NET Framework

Ajax

Algorithms & Recipes

  • Polynomial Equation Solver - Kenneth Haugland
    Solves 1st, 2nd, 3rd and 4th degree polynominal by explicid fomulas for real coefficients and any degree by the numerical Jenkins-Traub algorithm with real and complex coefficients.

Android

Applications & Tools

ASP.NET

Audio and Video

Button Controls

C#

Charts, Graphs and Images

  • HTML5 Bar Chart - Marcelo Ricardo de Oliveira
    A jQuery plugin for a 3D Bar Chart.

Client side scripting

CodeProject FAQs

  • Code Project Tags FAQ - Thiru Thirunavukarasu
    This is an FAQ about the use of tags. It can be modified by any Silver member.

Collections

Cross Platform

Database

Debug Tips

Design and Architecture

Files and Folders

General Graphics

Internet / Network

  • MailMergeLib - A .NET Mail Client Library - Norbert Bietsch
    MailMergeLib is a SMTP mail client library. It makes use of .NET System.Net.Mail and provides comfortable mail merge capabilities. MailMergeLib corrects a number of the most annoying bugs and RFC violations that .NET 2.0 to .NET 4.0 suffer from.

  • A full library for a Socket Client/Server system - Alessandro Lentini
    My article shows a library that everyone can use to create their socket communication. Also it explains how the library is developed.

  • Asyncsocket Part 3: The Server - bkelly13
    Use of Windows class CAsynSocket in TCP/IP application

Libraries

Localisation

Miscellaneous

PHP

Shell and IE programming

Silverlight

Threads, Processes & IPC

Validation

VB.NET

Windows Communication Foundation

Windows Mobile

Windows Presentation Foundation

Windows Runtime

New Tips and Tricks added

ASP.NET

COM / COM+

HTML / CSS

  • CSS3 is not working in IE7, IE8 - Alok Gupta From Bangalore
    This article is targeted to people who are involved in designing of web based applications and want to give rich look and feel of web based application in all browsers using CSS3.

Libraries

Programming Tips

Windows Workflow Foundation

Tips and Tricks updated

.NET Framework

Algorithms & Recipes

  • Math Parser .NET C# - kirnbas
    This is light, fast and simple to understand mathematical parser designed in one class, which receives as input a mathematical expression (System.String) and returns the output value (System.Double)

ASP.NET

Charts, Graphs and Images

Client side scripting

Files and Folders

General Graphics

Internet / Network

Localisation

Usability

New Technical Blogs added

Applications & Tools

C / C++ Language

  • lvalue & rvalue & && and && & - jsolutions_uk
    This post is an attempt to cement a few things in my mind as well as explain to those who are interested what on earth is going on with lvalues, rvalues and references.

  • An IOC Container using Variadic Template - jsolutions_uk
    As you will see from some of my previous posts, along with developing in C++, I have also had a fair amount of experience of WPF and C#. Whilst working with these technologies, I have generally employed a Dependency Injection model rather than a Service Locator pattern, as I believe this tends to ma

Client side scripting

  • PSC: Move share - Kristofer Kallsbo
    I have decided what the Power of scripting script should do! If you move a share by moving it in windows explorer the share will stop work. If you move the folder with File System Object from vbscript the share will still be there but will be pointing at the old path that no longer [...]

Date and Time

  • Cardinality Estimation in Linear Time using Sub-Linear Space - danielthesolver
    The cardinality of a collection A (which might be an ordered or unordered list, a set, or what not) is basically the number of unique values in A. For example, the collections [1,2,3,4] and [1,2,1,3,1,4,3] have the same cardinality of 4 (and also correspond to … Continue reading →

Java

PHP

Testing and QA

  • Unit Testing: Good Idea/Bad Idea? - Zac Gery
    Unit testing is not a "one size fits all" solution. It's important to have the necessary conversations to find a happy medium.

Third Party Products and Tools

  • Android, iOS and Windows Mobile…Oh My: An Introduction to PhoneGap - Keyhole Software
    With the growing adoption and reliance on smartphones and tablets in the competitive handheld industry, mobile applications need to be built across all major mobile operating platforms to reach the demanding customer base. These expectations leave mobile developers with the daunting task of building

Windows Presentation Foundation

  • Binding without WPF - Nick Polyak
    Here we are going to talk about the binding concept and how it can be re-implemented outside of WPF without being tied to the visual libraries or the UI threads.

Technical Blogs updated

C / C++ Language

Internet / Network

PHP




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