For comments or enquiries please contact webmaster@codeproject.com | View online | Monday, September 6, 2010 |
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
It's Labour Day in Canada, and Labor Day in the US which, from my time spent in this northern region, seems to suggest it's time to pack away the Summer gear and break out the snow shovels and get the skates sharpened. Mostly it means a day off.
Can someone pass me a cold one? Thanks.
The Code Project Offers
Get a Windows Azure One Month Trial Pass to create an application on Azure! You could win an Xbox 360 with Kinect or $1000 cash. Learn more now. | |
Killer Apps Made Easy in .NET INFRAGISTICS empowers you to create Killer Apps rich in features users demand: Win7 Scenic Ribbon, MS Project-style Gantt View, new controls for AJAX & XAML, ZIP and more. Download NetAdvantage® for .NET 2010 Vol 2 now! | |
Do you have SQL Fingers? Some developers write SQL amazingly fast. Do they have magical SQL fingers? No. They use Red Gate's SQL Prompt. "This is a must-have tool for all T-SQL developers." Brian Brewder, Brian Online. Download a trial now. | |
High Performance Custom Fields for Multi-Tenant SaaS Architectures Here's a simple way to give applications with multi-tenant architectures the ability to add custom fields while keeping the performance, type safety and reporting capabilities of the relational model and SQL language. Click here to read. | |
SpreadsheetGear: Over 100 Times Faster... "We just wanted you to know how thrilled we are by the performance we are seeing with SpreadsheetGear for .NET... over 100 times faster than other controls we've tested." Download fully functional SpreadsheetGear trial Today! | |
Learn Visual Studio, SharePoint, SQL and more – Just $99.99 Become an expert in Microsoft technologies with our library of 2,800+ practical training videos featuring Microsoft MVPs and experts. Just $99.99 for a limited time. | |
Dundas Dashboard v2.0 now available – Dundas Dashboard, a turnkey dashboard solution for the easy creation of interactive dashboards is here. Leveraging Silverlight technology, it provides an easy drag-and-drop design and all you need for rapid dashboard development. Get started now. |
Weekly Poll Results
For which consumer gadgets do you currently (or plan to) develop?
Survey period: 30 Aug 2010 to 6 Sep 2010
Half the fun of owning a gadget is bending it to your will.
Option | Votes | % | ||
Automotive computers (entertainment, navigation, management etc) | 76 | 16.89 | ||
Home theatre PCs | 67 | 14.89 | ||
Roku | 4 | 0.89 | ||
Smartphone (iPhone, Blackberry, Android, Symbian etc) | 264 | 58.67 | ||
Sony PS3 | 24 | 5.33 | ||
TiVo | 2 | 0.44 | ||
Vudo | 1 | 0.22 | ||
Wii | 24 | 5.33 | ||
Xbox | 41 | 9.11 | ||
Yahoo! Connected TV Widgets | 8 | 1.78 | ||
Other | 87 | 19.33 | ||
Responses | 413 | |||
Respondents were allowed to choose more than one answer; totals may not add up to 100% |
View optional text answers (106 answers)
This week's survey: What's the best way to make money through programming?
Most popular new articles 30 Aug 2010 - 6 Sep 2010
- The Super Pool Framework - Deyan Timnev
- .NET 4.0 MEF FAQ (Socket, Plug and extension) - Shivprasad koirala
- Single Sign On (SSO) for cross-domain Asp.net applications, Part-I - The design blue print - Al-Farooque Shubho
- The Bricks Game - Tetris for Silverlight - Marcelo Ricardo de Oliveira
- A Silverlight Expense Report Module using View Model (MVVM) - defwebserver
Latest Additions
200 articles overall 165 new, 81 updated, 0 moved. 10 were edited, 190 unedited
Article topics listed: C++
Too many articles? Visit your profile page to change your newsletter article filters.
New articles added Last week
C / C++ Language
- Change WINVER - Roger65
How to change #define WINVER 0x0502 to 0x0601
C++, Win7, MFC, VS2010, Dev
Algorithms & Recipes
- RLE compression for bitmaps - Jan Mojzis
RLE compression for bitmaps (Unedited)
C++
Articles updated added Last week
C / C++ Language
- Best Square Root Method - Algorithm - Function (Precision VS Speed) - Mahmoud Hesham El-Magdoub
Square Root Methods Fast Algorithm Speed Precision computational Quake3 Fast Square Root Function Fast Gaming (Unedited)
C++ - Concurrency Runtime in Visual C++ 2010 - Ajay Vijayvargiya
Learn about parallel algorithms, parallel containers, tasks, task groups, agents library, task scheduler etc in VC10 (Unedited)
C++, Windows, Win32, Win64, STL, VS2010, Architect, Dev
.NET Framework
- Benchmark start-up and system performance for .Net, Mono, Java, C++ and their respective UI - dmihailescu
What is the start-up and system performance overhead for .Net, Mono, Java versus C++ and Forms, WPF, Swing versus MFC (Unedited)
C++ (VC9.0, VC10.0), C# (C#1.0, C#2.0, C#3.0, C#4.0), Java, Windows (WinXP), .NET (.NET1.1, Mono, .NET3.5, .NET4.0), JavaSE6, Win32, Visual-Studio (VS.NET2003, VS2008, VS2010), MFC, WPF, WinForms, Architect, Dev, Design, Sales, C#3.5, Framework, UI, cross-platform, system, programming, GUI, performance, .NET4
Game Development
- OAG Library (OpenGL) Part 2.2 - Drawing 2D Texts using the mouse and Programatically - Eduardo Tucci
This tutorial shows Library Code for 2D Texts how to draw them programatically using the mouse in an application MFC. (Unedited)
C++ (VC9.0), C, Windows (WinXP, Vista, Win7), OpenGL - OAG Library (OpenGL) Part 2.3 - Drawing 2D Textures using the mouse and Programatically - Eduardo Tucci
This tutorial shows Library Code for 2D Textures how to draw them programatically using the mouse in an application MFC. (Unedited)
C++ (VC9.0), Windows (WinXP, Vista, Win7), OpenGL
Algorithms & Recipes
- Fast and simple huffman compressor - Jan Mojzis
Fast and simple huffman compressor (Unedited)
C++, C
Technical blogs added Last week
Content Management Server
- Active Directory Groups not Syncing with Team Foundation Server 2010 - Martin Hinshelwood
For a little while now I had been investigating an odd occurrence in Team Foundation Server. Users added to Active Directory groups have not been filtering back into the Team Foundation Server groups cache. The meant that we had to add users directly to Team Foundation Server in order to give them p (Unedited)
XML
- Serializing Java objects to XML and back - markFaction
XStream is a very simple and lightweight library that I came across when developing my final year project at University. It can be used for serializing objects into an XML string and vice-versa. XStream also supports JSON output as of … Continue reading → (Unedited)
C++, SQL, Windows, SQL-Server, DBA
MFC
- Visual C++ 2010: What's new for MFC library? - Issam Lahlali
Some years ago I thought that MFC will be obsolete, and no new features will be added, but I was wrong, VS2008 added many features and functionalities, and with VS 2010 I discovered new improvements. So what’s new in MFC 10? to answer to this question I tried to compare the two versions MFC 9 (Unedited)
cheers,
Chris Maunder
The Code Project
This email was sent to gang007@gmail.com. To stop receiving this newsletter click here.
The Code Project. 503-250 Ferrand Drive
Toronto Ontario, M3C 3G8 Canada +1 416-849-8900 x 100