CodeGuru eNewsletter – November 30th, 2004

CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.

==========================================================
CodeGuru Newsletter 
November 30,
2004
http://www.CodeGuru.com


This newsletter is part of the Developer.com, EarthWeb, and
internet.com networks.
Jupitermedia
Corporation

___________________________ Sponsors
________________________________

Wi-Fi Planet Conference & Expo
2004
TheCounter.com
_____________________________________________________________________
==========================================================
All
newsletters are sent from the domain “internet.com.”
If configuring e-mail
or Spam filter rules, please use this
domain name (not the entire “from”
address, which varies).

==========================================================



TOPICS:



–> Editorial –


–> New Articles on CodeGuru:


       ==>
Database
             
– ADO.NET Generates SQL for You Via the
SqlCommandBuilder
       ==>
Database
             
– Want to Execute Multiple Queries on a Single Connection? Go to
MARS
       ==>
Graphics
             
– A 2D Lite Graph Control with Multiple Plot
Support
       ==>
Images
             
– Managed C++: Loading and Displaying
Images
       ==>
Intefaces
             
– ‘Using’ the IDisposable Interface
      
==> Web
Services
             
– Sending and Receiving Large Files Using WSE 2.0 (DIME)


–> Discussion Groups


–> Highlighted new articles on Developer.com



        1. Documenting PHP Code with
PHPDocumentor
        2. Want to Execute
Multiple Queries on a Single Connection? Go to
MARS
        3. Nominations for
Developer.com Product of the Year to Start in Early December


/——————————————————————-
Wi-Fi
Planet Conference & Expo 2004/2005 – The World’s Largest
Wi-Fi Business
Event – coming to a city near you! These are the
definitive events of the
Wi-Fi industry, where business users
gain the knowledge they need to make
strategic buying decisions
and where the industry charts it future
direction. Don’t miss these
must attend events that are held in San Jose,
Tokyo, and Baltimore.
Register today! www.jupiterevents.com
————————————————————–adv.-/


==========================================================
Comments
from the
Editor
==========================================================


I hope you enjoy this week’s newsletter. A number of new articles have
arrived, so look for even more to be posted over the coming days! I’m off to
work on an article myself! The online form for submitting an article can be
accessed at:


http://nl.internet.com/ct.html?rtr=on&s=1,197k,1,jxyl,kze6,jorm,i5r0


Until next week!


Brad!
—————————
Brad Jones
www.CodeGuru.com
—————————


… Recently Published Books


For those of you keeping up by reading books. The following are just a few of
the new books that have been recently released. If you’ve read any of these,
feel free to write a review to be posted on CodeGuru. See the submission
guidelines at:
https://www.codeguru.com/review-guidelines.php


–> Imperfect C++ : Practical Solutions for Real-Life
Programming
       By Matthew Wilson
for Pearson
       624 pages with CD $44.99

       http://books.internet.com/books/0321228774



=========================================================
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 located at


http://nl.internet.com/ct.html?rtr=on&s=1,197k,1,fka1,909i,jorm,i5r0


This week’s posted CodeGuru articles:


==> Database

– ADO.NET Generates SQL for You Via the
SqlCommandBuilder
   By Paul Kimmel
ADO.NET’s SQL
command builder reads a schema and generates SQL for you; this can be an
excellent timesaver in the appropriate circumstances. When applied with sound
judgment, this technique is a nice shortcut.
http://nl.internet.com/ct.html?rtr=on&s=1,197k,1,c0ph,fkhk,jorm,i5r0


==> Database


– Want to Execute Multiple Queries on a Single Connection? Go to
MARS
   By arasu_tt@yahoo.com
ADO.NET 2.0
introduces Multiple Active Result Sets (MARS), a feature that enables you to
execute multiple queries against the database using a single connection. Learn
how to return multiple forward-only, read-only result sets using MARS.
http://nl.internet.com/ct.html?rtr=on&s=1,197k,1,itxg,3y1h,jorm,i5r0


==> Graphics


– A 2D Lite Graph Control with Multiple Plot
Support
   By MycroftH
Discover a simple, lightweight
2D graph control that supports multiple plots as well as printing.
http://nl.internet.com/ct.html?rtr=on&s=1,197k,1,lt63,lmm2,jorm,i5r0


==> Images


– Managed C++: Loading and Displaying Images
  
By Tom Archer
For years, one of the biggest complaints about MFC was its lack
of imaging support. Tom Archer shows how Managed C++, the .NET Image class, and
the PictureBox control make loading, displaying, and dynamically sizing an image
a snap.
http://nl.internet.com/ct.html?rtr=on&s=1,197k,1,ggzy,eiu6,jorm,i5r0


==> Intefaces


– ‘Using’ the IDisposable Interface
   By
darwen
The IDisposable interface can be used for far more than just the
releasing of memory and resources. Learn how to use the interface to ensure that
post conditions of code blocks are always met.
http://nl.internet.com/ct.html?rtr=on&s=1,197k,1,izt3,hm3w,jorm,i5r0


==> Web Services


– Sending and Receiving Large Files Using WSE 2.0
(DIME)
   By SeenivasaRagavan Ramadurai 
Learn to
use WSE in Web Services.
http://nl.internet.com/ct.html?rtr=on&s=1,197k,1,4xy2,ey7k,jorm,i5r0


/——————————————————————-
TheCounter.com
– The Affordable Web Site Analysis Tool
TheCounter.com provides accurate,
up-to-the-minute Web site
statistics and reports on how your Web pages are
being used by
visitors to your site. Info on browser usage, screen
resolution,
operating systems, and site referrers all for only $21.95/year.

Register now at
http://nl.internet.com/ct.html?rtr=on&s=1,197k,1,11ea,9fb1,jorm,i5r0
————————————————————–adv.-/


==========================================================
Discussion
Groups
==========================================================


Check out the CodeGuru discussion forums at:


http://nl.internet.com/ct.html?rtr=on&s=1,197k,1,bcr8,cx5j,jorm,i5r0


Forums include Visual C++, General C++, Visual Basic, Java, General
Technology, C#, ASP.NET, XML, Help Wanted, and  much, much, more!


==========================================================
New
Articles on
Developer.com
==========================================================


Below are some of the new articles that have been posted to Developer.com
(http://www.developer.com).


1. Documenting PHP Code with PHPDocumentor
  
By W. Jason Gilmore –
Does writing documentation leave you frustrated or
bored? Discover a powerful yet little used code documentation tool known as
PHPDocumentor.
http://nl.internet.com/ct.html?rtr=on&s=1,197k,1,l84l,2goj,jorm,i5r0


2. Want to Execute Multiple Queries on a Single Connection? Go to
MARS
   By Thiru Thangarathinam –
ADO.NET 2.0
introduces Multiple Active Result Sets (MARS),  a feature that enables you
to execute multiple queries  against the database using a single
connection. Learn how  to return multiple forward-only, read-only result
sets  using MARS.
http://nl.internet.com/ct.html?rtr=on&s=1,197k,1,2umx,dd0g,jorm,i5r0


3. Nominations for Developer.com Product of the Year to Start in
Early December
   By Rosemarie Graham –
Here is your
chance to help us determine which products should be called Developer.com
Product of the Year 2005 in their respective category.
http://nl.internet.com/ct.html?rtr=on&s=1,197k,1,evsm,beta,jorm,i5r0


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Advertising:
If you are interested in advertising in our newsletters, call Claudia at
1-203-662-2863

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For
information about advertising opportunities, visit http://www.jupiterweb.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

For details on becoming a Commerce Partner, contact David Arganbright
on
1-203-662-2858 or go to www.jupitermedia.com/corporate/licensingform.html

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

To learn about other free newsletters offered by internet.com or to change
your subscription
visit http://e-newsletters.internet.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

internet.com’s network of more than 160 Web sites is
organized into 12 channels:


Developer http://internet.com/webdev/
Download
http://internet.com/downloads/
International
http://internet.com/international/
Internet
Lists http://internet.com/lists/
Internet
News http://internet.com/news/
Internet
Resources http://internet.com/resources/
IT
http://internet.com/it/
Small Business
http://internet.com/sb/
Linux/Open
Source http://internet.com/linux/
Windows
Technology http://internet.com/win/
Wireless
Internet http://internet.com/wireless/
xSP
Resources http://internet.com/xsp/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

To find an answer – http://search.internet.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Looking for a job? Filling an opening? – http://jobs.internet.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This
newsletter is published by Jupitermedia Corporation
Copyright (c) 2004
Jupitermedia Corporation. All rights
reserved.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For
information on reprinting or linking to Jupitermedia content:
http://www.jupitermedia.com/corporate/permissionform.html
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

More by Author

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Must Read