Click here to Skip to main content
15,892,737 members

Our Mailouts

Newsletter - 15 Apr 2013

Most popular new articles
120 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're hiring. Again!

Our jobs page outlines a couple of opportunities for talented C# and MySQL developers in or around Toronto, Canada to help us make a difference to several million developer's lives. Write code that helps your fellow software developers and get a chance to make the changes you've always wanted to make to your favourite site. The top developers in the world will use your work so this is not for the faint of heart. GTA developers: who's game?

cheers,
Chris Maunder

Click here The Star Wars intro in pure CSS3 thanks to 3D transform & animations
Learn about a demo that rebuilds the famous Star Wars intro using only some CSS3 3D transforms and animation, as well as the HTML5 audio and video tags. Read the article!
Click here Payments Made Easy APIs, Sample Code and More
Sign up for an Authorize.Net test account and build your first integration in 15 minutes or less. Simple APIs, troubleshooting tools, a popular developer community and more--plus earn commissions through referrals. Get started now!
Click here Manage your app and get a shirt!
New Relic, the leader in SaaS-based web app performance monitoring, is giving everyone who tries their software a Nerd Life shirt. Do you code in .NET, Ruby, PHP, Python, or Java? Then you can use New Relic at no cost!
Click here Fast and Accurate Crystal to SSRS Conversion
Crystal Migration Services provides best-in-breed conversion of Crystal Reports to SSRS to companies across the globe. Try a sample conversion or schedule a WebEx with us, and we’ll show you how quick, easy and accurate the conversion can be. Let us convert you.
Click here Learn critical new skills together.
Give your team access to thousands of technology books & videos. Starting at $299.
Click here Discover DevExpress ASP.NET controls!
Learn how to build real world web apps, create reports that can be exported straight to PDF and more. Space is limited - reserve your seat now.
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

Have you learned a new programming language in the last 12 months?

Survey period: 8 Apr 2013 to 15 Apr 2013

You don't need to have mastered it, just be able to say you're competent in it.

OptionVotes% 
Yes59839.03598 votes, 39.03%
Nearly23115.08231 votes, 15.08%
I wanted to but...24115.73241 votes, 15.73%
No46230.16462 votes, 30.16%

This week's survey: Do you build your own machine?

Most popular new articles

8 Apr 2013 - 14 Apr 2013

Latest Additions

120 articles overall. 44 new, 76 updated.

New articles added

.NET Framework

Algorithms & Recipes

Applications & Tools

ASP.NET

Azure

C#

  • C#.NET TCP Server - Craig Baird
    A ready to use .NET TCP server class that doesn't have the limitation found in most TCP server tutorials

General Graphics

Internet / Network

  • Using Network List Manager (C++) - Jithesh Chandrasekharan
    This article explains how to use Network List Manager service to identify and retrieve properties of each network that PC Connects to.

Interviews

  • A Coder Interview With Danny Severns - CodeProject, dseverns5
    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 Danny Severns, IT Director for Dunn Tire and knee-deep in COBOL business systems.

Product Showcase

Reviews on Third Party Products and Tools

Windows Communication Foundation

Articles updated

.NET Framework

Ajax

Algorithms & Recipes

Applications & Tools

ASP.NET

ASP.NET Controls

Audio and Video

C#

Charts, Graphs and Images

Database

  • ADO+.NET - Paulo Zemek
    This library is intended to "replace" ADO.NET by solving type mismatches and by creating typed readers that are faster and easier to use than DataTables.

Date and Time

Design and Architecture

E-commerce

Files and Folders

General Graphics

Installation

Internet / Network

Libraries

Microsoft BizTalk Server

OpenGL

Parallel Programming

  • CUDA Programming Model on AMD GPUs and Intel CPUs - Nick Kopp
    This article builds upon the earlier High Performance Queries: GPU vs. PLINQ vs. LINQ and ports this to also support OpenCL devices and adds benchmarking so you can easily compare performance.

PHP

Progress Controls

Shell and IE programming

Silverlight

User Controls

Web Services

Windows Presentation Foundation

New Tips and Tricks added

ASP.NET

C#

Client side scripting

Dialogs and Windows

  • UDL Helper for .NET - CognitiveFeedback
    Retrieve Connection String from user using Common Data Link dialog.

  • UDL Helper for .NET - CognitiveFeedback
    Retrieve Connection String from user with Data Link Dialog

Installation

SQL Reporting Services

Web Security

Web Services

Tips and Tricks updated

.NET Framework

C / C++ Language

CodeProject FAQs

Design and Architecture

Miscellaneous

Office Development

New Technical Blogs added

.NET Framework

ASP.NET

  • How to create high quality (resolution) pie chart using ASP.NET and C# - Manny Khasria
    Using ASP.NET’s Drawing namespace we can easily create high quality charts and graphs without using any 3rd party components. To demonstrate and for the purpose of this article we will be working with Bitmap and Graphics class. You can think of Bitmap as the drawing board and Graphics as the t

  • Localize your MVC app based on a subdomain - pollirrata
    Having an application in multiple languages is now a requirement in many projects. In ASP.net, you can tell your application that the language that should be using corresponds to the one the browser is specifying. While this is a really nice feature in the ideal scenarios (since the user gets the ap

Charts, Graphs and Images

Code Generation

  • How to add self hosted wordpress blog to Code Project - Manny Khasria
    Code Project is one of the leading online resource for developers. It’s an online space where developers from all around the world exchange ideas on the latest and greatest on the web and other existing and upcoming technologies. And one of the great guys running Code Project is one of our fellow Ca

Custom Controls

Design and Architecture

Game Development

Other .NET Languages

  • Uploading large files using ASP.NET and IIS6.0 - Amogh Natu
    Hi, We all must have obviously uploaded files somewhere or the other. Even in the websites that we create using ASP.NET, we might have to put the asp:fileupload control to facilitate file upload feature. While developing websites or web applications, … Continue reading →

PHP

Site & Server Management

  • What is ASP.NET Full trust hosting? And a few good Full trust hosting plans - Manny Khasria
    In my previous post titled Install dasBlog, you need Full trust hosting I have talked about installing ASP.NET blog (dasBlog) and why it requires FULL TRUST hosting. Today we will talk more about – What is full trust hosting and what is modified full trust hosting? A lot of web developers buil

Third Party Products and Tools

  • Creating CodeCollaborator reviews using command line - pollirrata
    Some months ago, I started using CodeCollaborator to create code reviews and ensure our developments have the desired quality.We are at the end of our development sprint, so I tried to create some code reviews using the CodeCollaborator GUI with no success. Aparently, one of the latest Java VM updat

Uncategorised Technical Blogs

  • Moving items between ListBoxes using JavaScript - Amogh Natu
    Hi Everyone, We all would have encountered the situation below where we are asked to select few items from a list of items. The selected items are transfered to another listbox by clicking a simple button. I have put a … Continue reading →

User Controls

  • Accessing impersonated user’s details from code behind in C# - Amogh Natu
    Many of us might know that in web development, config files play a very important role. Reading config file entries in a code-behind file is a very common thing in web development. Config entries are stored in web.config … Continue reading →

Windows API

Windows Communication Foundation

Windows Phone 7/8

XML

  • How to track outgoing links using javascript and XML - Manny Khasria
    The idea is simple, everytime an outgoing link is clicked, we will load an XML file at the backend and pass the URL of the outgoing link or an associated unique ID (e.g. web trends ID in case we are using a web analytics software such as Web Trends) This will leave a stamp of [...]How to track outgo

Technical Blogs updated

CodeProject FAQs




© 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