Codeguru Update eNewsletter – January 19, 2009





CodeGuru.com

Earthweb.com Network
Tuesday January 18, 2010




This Week’s Topics



  • Comments from the Editor
  • New & Updated Articles on CodeGuru


    • How to Make a Virtual Tree Control — Really Virtual
    • Soap Panda a Soap Client application for testing Web Services
    • SharePoint 2007: Integrating the Google Chart API
    • Using ASP.NET 3.5’s ListView and DataPager Controls: The Ultimate DataPager Interface
    • When Will Windows Mobile 7 Arrive?
    • Adding AJAX Support to Windows Mobile Web Applications

  • Hottest Discussions
  • New Articles on Internet.com


    • An Android Developer’s Top 10 Gripes
    • Use Spring Batch’s ‘Chunk’ Processing for Large Data Sets
    • Sun Updates Java SE 6 for Performance




Comments from the Editor
Check out this week’s articles and forum discussions! If you have a few extra minutes, check out my latest blog post, “Is Threading Going Away?” There has already been some interesting discussion on this post in the forums and from a few emails I’ve received. It is great to hear people disagree! After all, what would happen if all developers agreed….

Until next week…

Brad!
—————————
Bradley L. Jones
www.CodeGuru.com
— Blog —
—————————


New & Updated Articles on CodeGuru


Following are short descriptions of new articles on CodeGuru. If you are interested in submitting your own article for inclusion on the site, then you will find guidelines here.


How to Make a Virtual Tree Control — Really Virtual
By codesquirrel
A comprehensive look at how to make a CTreeCtrl really virtual — good for handling large data trees.


Soap Panda a Soap Client application for testing Web Services
By Anantjot Anand
Do you need to test soap based web services? Soap Panda takes WSDL as input and generates in memory .NET soap client proxy code for invoking web service methods. The code is compiled and stored in an executable file, which can be explored by Soap Panda using reflection to create instances of the classes that exist in the soap proxy client DLL.


SharePoint 2007: Integrating the Google Chart API
By Gatika Patel
Discover how to use Google Chart in SharePoint 2007.


Visual Studio 2010 Launch Back On
By Stuart Johnston
After delaying rollout plans for March, Microsoft reschedules.


Using ASP.NET 3.5’s ListView and DataPager Controls: The Ultimate DataPager Interface
By Scott Mitchell
Learn how to use ASP.NET Routing with the DataPager control to create the ultimate paging interface.


When Will Windows Mobile 7 Arrive?
By Stuart Johnston
All eyes are on Barcelona as Microsoft tries to regain its footing in mobile.


Adding AJAX Support to Windows Mobile Web Applications
By Jani Järvinen
In this article, you will learn how you can utilize AJAX scripts even in Web applications targeted for Windows Mobile applications.


Discussion Groups


Check out the CodeGuru discussion forums
Forums include Visual C++, General C++, Visual Basic, Java, General Technology, C#, ASP.NET, XML, Help Wanted, and much, much, more!

… HOT THREADS …


How to find problem in MFC program (C++)


Including the .NET Framework on the Applications CD (C#)


for/if/else dilemma (VB)


New Articles on Internet.com


An Android Developer’s Top 10 Gripes
By Chris Haseman
A veteran mobile application developer vents his frustration with a list of 10 things he loves to hate about Android.


Use Spring Batch’s ‘Chunk’ Processing for Large Data Sets
By Ceasar Otero
Sometimes data sets are too large to process in-memory. Learn how to implement a better approach in Java: Spring Batch’s “chunk” processing.


Sun Updates Java SE 6 for Performance
By Sean Michael Kerner
Java SE 6 Update 18 could be the last from Sun before the Oracle acquisition closes.


More by Author

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Must Read