For comments or enquiries please contact webmaster@codeproject.com | View online | Monday, January 24, 2011 |
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
Want to work at CodeProject? If you're an experienced ASP.NET dev and live in or around Toronto, Canada, send me your resume at chris@codeproject.com. Please note: our dirigible is currently in the shop so we can't fly you to an interview. Please only apply if you are in or around Toronto.
The winners of December's article competition have been voted and awarded:
Best C# article of December 2010 | |
Kanasz Robert - Visualization and Comparison of sorting algorithms in C# | |
Prizes: | iGrid.NET; Shell MegaPack.Net 2010; The latest C# books from Apress; SmartOutline 2010; Report Sharp-Shooter for Silverlight; Crypto Obfuscator For .Net - Enterprise Edition; FPS Maps for WPF; Reuxables Ultimate Subscription for WPF + Silverlight + Windows Phone 7; |
Best ASP.NET article of December 2010 | |
Sacha Barber - OpenID With Forms Authentication | |
Prizes: | Nevron Chart for .NET (Lite edition); The latest ASP.NET books from Apress; SmartOutline 2010; Reuxables Ultimate Subscription for WPF + Silverlight + Windows Phone 7; |
Best C++/MFC article of December 2010 | |
Ajay Vijayvargiya - Writing Windows Debugger - Part 2 | |
Prizes: | iGrid.NET; The latest C++ books from Apress; SmartOutline 2010; CryptoLicensing For MFC - Enterprise Edition; CppDepend; |
Best VB.NET article of December 2010 | |
Meshack Musundi - WPF Speedster | |
Prizes: | iGrid.NET; Shell MegaPack.Net 2010; The latest VB books from Apress; SmartOutline 2010; FPS Maps for WPF; VBDepend; Reuxables Ultimate Subscription for WPF + Silverlight + Windows Phone 7; Crypto Logger For .Net; |
Best overall article of December 2010 | |
Kanasz Robert - Visualization and Comparison of sorting algorithms in C# | |
Prizes: | DevForce Silverlight; FPS Maps for WPF; Code Project Mug; |
Got an Azure app? Submit the link to your app for a chance to win an Intel i7 laptop or an Xbox 360 with Kinect. Use the Windows Azure trial pass so you can enter, get some exposure for your app, and win! See contest page for details
cheers,
Chris Maunder
The Code Project Offers
Whitepaper: Compress RAW Images Without Sacrificing Quality! Access step-by-step instructions and code samples and see how easy it is. See high compression rates, low quality loss, plus retain all image data! Download the whitepaper now to learn more. | |
Change management for your database Connect your existing SVN or TFS source control system to SQL Server within SSMS. "It's SQL Compare on steroids," Corrin Lakeland, DBA, Snapper. Download trial now. | |
Missed The Code Project's Virtual Tech Summit on Mobile Development? Not to worry! Access the event on demand at no cost. Navigate your way through our on demand version of the premiere event and view enlightening sessions at your leisure. You may have missed the live event but you can still explore the latest in Mobile Development with our on demand version. Register now! | |
Microsoft Chose SpreadsheetGear... "After carefully evaluating SpreadsheetGear, Excel Services, and other 3rd party options, we chose SpreadsheetGear for .NET because it is the best fit for MSN Money." said Chris Donohue, MSN Money Program Manager. Download a 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. | |
No matter your SQL Server environment size, you'll benefit from automation! This Quest white paper highlights SQL Server experts discussing best practices for automating database administration processes and activities. Download it today. |
Weekly Poll Results
How long have you been working as a developer?
Survey period: 17 Jan 2011 to 24 Jan 2011
Meaning: earning money from developing software, either full or part time. (Suggested by Ravi Bhavnani). See the results of this survey from nearly 7 years ago.
Option | Votes | % | |
Less than 1 year | 70 | 4.45 | |
1 - 2 years | 97 | 6.17 | |
2 - 5 years | 264 | 16.79 | |
5 - 10 years | 308 | 19.59 | |
10 - 15 years | 290 | 18.45 | |
15 - 20 years | 153 | 9.73 | |
Over 20 years | 306 | 19.47 | |
I don't program professionally. | 84 | 5.34 | |
Total | 1572 | 100% |
Most popular new articles
17 Jan 2011 - 24 Jan 2011
- Fast and Less Fast Loops in C# - Simeon Sheye
- Code Project GIT Meet 2010 - Abhijit Jana, Abhishek Sur, Ankur\m/, Kunal_Chowdhury, SChristmas
- Say Hello To Behavior Driven Development (BDD)- Part 1 - Mahmudul Haque Azad
- Debugging, Tracing and Instrumentation in .NET and ASP.NET (14 FAQ) - Shivprasad koirala
- Customizing Group Row Header of Silverlight DataGrid - Kunal_Chowdhury
Latest Additions
121 articles overall 88 new, 80 updated, 1 moved. 13 were edited, 108 unedited
Article topics listed: C++
Too many articles? Visit your profile page to change your newsletter article filters.
New articles added
Localisation
- Everything you need to know about Locales - David Thielen
All the basics about locales (Unedited)
C++, C#, VB, Java, .NET, Dev
Articles updated
Menus
- How to Support the Ribbon And a Menu in the Same Executable - Paul M. Parks
You can provide a Ribbon in Windows 7, but still support menu input, while only releasing one executable. (Unedited)
C++, Windows (WinXP, Win2003, Vista, Win2008, Win7, Win2008-R2), Win32, Visual-Studio (VS2010), COM, Dev, menu, UI, Windows7, software, VisualStudio
Applications & Tools
- ToDoList 6.1.6 Feature Release - A simple but effective way to keep on top of your tasks - .dan.g.
A hierarchical task manager with native XML support for custom reporting.
VC6, VC7, VC7.1, VC8.0, Win2K, WinXP, Win2003, Vista, MFC, CEO, Architect, DBA, Dev, QA
OpenGL
- PicZoom: A Photo Viewer created in OpenGL. - santhosh4gCode
PicZoom: A Photo Viewer created in OpenGL. (Unedited)
VC8.0, Windows, MFC, GDI+, OpenGL, tools, software
C / C++ Language
- Creating import library from a DLL with header file - Yiping Cheng
A tutorial to guide you through the process of creating a lib from a third-party dll (Unedited)
C++, Windows, Dev, DLL
Algorithms & Recipes
- Building a Programing Language: Part II (Adding Conditions, Loop and Blocks to BrainLess) - Shakti Misra
In this article, we will discuss implementing conditional statements, loops and blocks. (Unedited)
C, VC9.0, Dev - Building a Programing Language – Part I (Creating BrainLess) - Shakti Misra
This is the first of a series of articles where we will explore about writing compilers. (Unedited)
C++ - Minimalist Floating Point Type - _beauw_
A portable, lightweight floating point type.
C++, C, ASM, Windows, VS2010, Dev, IDE
Tips and Tricks added
Programming Tips
- Underappreciated articles - Espen Harlinn
Articles I feel, and hope, people will appreciate (Unedited)
C++, C# - Rectangle Tiling Algorithm - Mukit, Ataul
A useful algorithm to divide a rectangular area into rectangular subregions. Good for tiling windows in a given area (Unedited)
C++
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