[CodeProject] Newsletter (18 Oct 2010)

For comments or enquiries please contact webmaster@codeproject.com View online Monday, October 18, 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

Starting developing for Windows Phone 7 yet? If so then we'd love to read about the tips, tricks and pitfalls you've encountered as well as the cool new things now possible. Our Windows Phone 7 Competition invites you to create the best Windows Phone 7 tutorial or application template and offers the chance to win an HTC 7 Surround

If you have already posted a Windows Phone tutorial on your blog then share it! As long as the tutorial appears on Code Project before Dec. 18th, you're eligible to win.

The article voting forms for the top articles from last month are now up so please take a moment to give a nod to the authors that helped you last month.

The Code Project Offers

Click hereWebinar: Source control your database with SVN or TFS
Source control your SQL without change management overheads. Learn how with webinars on Red Gate's SQL Source Control, an SSMS add-in that integrates SVN and TFS with SQL Server. Details and registration.
Click HereWhitepaper: Building a Multi-Page Image Viewer with Silverlight and Azure
Develop a viewer, running completely on the client, via managed code, that's ready for deployment to the Windows Azure Cloud. Download the trial SDK, whitepaper and sample code. www.accusoft.com
Click hereTest drive the world's number one multi-resource and appointment Scheduling component software - Solutions Schedule and Studio Controls - and when you do, you'll be entered to win One of Four $100 Visa gift certificates. Winners announced October 15th, 2010. Take Advantage Today!
Click hereGet Reporting That's More Than Crystal Clear
See how beautiful your SQL Server or Oracle data can look. But our Reports, Dashboards, Gauges and Maps go way beyond beauty. They give you the view to succeed. Learn more.
Click hereAll-in-One Toolkit: Intel® Parallel Studio 2011
A complete performance toolset designed for Microsoft Visual Studio* C/C++ developers and addresses the entire development lifecycle. Prepare for parallelism with innovative features and capabilities to design, code, debug, verify, and tune for multicore platforms.
Click hereMicrosoft SharePoint Server 2010 - Connect & empower people through an integrated set of rich features. Whether deployed on-premise or as a hosted service, SharePoint Server 2010 helps cut costs with a unified infrastructure while allowing you to rapidly respond to your business needs. Download now!
Click hereWhat kind of cloud are you? Take our quiz to find out how Microsoft® cloud services can help you offload commodity workloads, manage security capabilities & "shadow" IT applications, & generally give your department the freedom, agility, and flexibility to grow your business. Let's get quizzical!
Click Here 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

Do you decorate your workspace?

Survey period: 11 Oct 2010 to 18 Oct 2010

We usually spend around 40 hrs at our desk, give or take, so do you personalise your space or just leave it as you found it?

OptionVotes% 
I decorate extensively344.4234 votes, 4.42%
I add minor decorations such as pictures, a plant, or "stuff"21227.57212 votes, 27.57%
I'll add only the smallest personal touches16821.85168 votes, 21.85%
I don't decorate because we're not allowed212.7321 votes, 2.73%
I don't decorate because I can't (nothing to decorate)182.3418 votes, 2.34%
I don't decorate because I don't bother28537.06285 votes, 37.06%
Other273.5127 votes, 3.51%

View optional text answers (36 answers)

This week's survey: Do you code using SOLID principles?

Most popular new articles 11 Oct 2010 - 18 Oct 2010

Latest Additions

200 articles overall 160 new, 95 updated, 3 moved. 18 were edited, 182 unedited
Article topics listed: C++

Too many articles? Visit your profile page to change your newsletter article filters.

New articles added

Files and Folders

Shell and IE programming

  • Windows 7 file-properties "Version" tab Shell Extension - "Fish" (David B. Trout)
    Simple parsing of VS_VERSIONINFO version information strings displayed in an XP-style file-properties "Version" tab (Unedited)
    C++ (VC8.0, VC9.0, VC10.0), Windows (Win2K, WinXP, Win2003, Vista, Win2008, Win7, Win2008-R2), Win32, Win64, Visual-Studio (VS2005, VS2008, VS2010), ATL, COM, COM+, Dev, SysAdmin, Shell, plugin, UI, dialog, DLL, string, tabs, 64-bit, Windows7, ListBox, Algorithms, Unicode, Extension, AddIn


C / C++ Language

MFC

Threads, Processes & IPC

Articles updated added

C / C++ Language

Libraries

  • Professional System Library: Introduction - Vitaly Tomilov
    A simplified and unified way for accessing most frequently used information about Process, System, and Environment.
    VB6, C++ (VC6, VC7, VC7.1, VC8.0, VC9.0), C++/CLI, C# (C#1.0, C#2.0, C#3.0), VB (VB7.x, VB8.0, VB9.0), VBScript, Windows (Win2K, WinXP, Win2003, Vista, TabletPC), .NET (.NET1.0, .NET1.1, .NET2.0, .NET3.0, .NET3.5), Office, Win32, Win64, ATL, COM, Dev, QA, SysAdmin


Threads, Processes & IPC

  • ProSysLib: Dissecting the Process - Vitaly Tomilov
    Access detailed information about the current process the easiest way.
    C++ (VC6, VC7, VC7.1, VC8.0, VC9.0), C++/CLI, C# (C#1.0, C#2.0, C#3.0), VBScript, Windows (Win2K, WinXP, Win2003, Vista), .NET (.NET1.0, .NET1.1, .NET2.0, .NET3.0, .NET3.5), Office, Win32, Win64, ATL, STL, COM, Dev, QA, SysAdmin


Tips and Tricks added

Programming Tips

  • 32-Bit or 64-bit OS ?? - Reinhard Ostermeier
    In .NET 4.0, you can also use the new System.Environment.Is64BitOperatingSystem and System.Environment.Is64BitProcess (Unedited)
    C++, C#, .NET


  • [C++/MFC] : Use a Thread Delegator for your threads - Ajay Vijayvargiya
    Wouldn't be easier if you just pass a simple function to your favourite thread creation function? Read on! (Unedited)
    C++


  • 32-Bit or 64-bit OS ?? - michael@merlot.com
    I use some silly method which, until now, seems to work at all deployed machines. I just check to see if the registry is redirected. This is typical for 64Bit OS.I have two functions, one checks if the OS itself is 64Bit. The other checks if my (or a) application is running in 64Bit.For OS... (Unedited)
    C++, C#, .NET


  • C++ .NET Command Line Calendar - InActive
    How to use the .NET DateTime class in C++ to generate a basic calendar via a console program (Unedited)
    C++ (VC10.0), C++/CLI, Windows, .NET (.NET4.0), Dev, DateTime


Technical blogs added

Win32/64 SDK & OS

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

Search This Blog

Blog Archive

Pages