Tuesday, June 26, 2007

The Weekly Newsletter from ASPWire

ASPWire Newsletter #230
The Weekly Newsletter from ASPWire
ASP News and Information Source
http://aspwire.com/ ISSN: 1527-120X
Copyright 1999-2007 Jupitermedia Corporation
Tuesday, June 26, 2007

___________________________ Sponsors ________________________________

Jupiterimages
_____________________________________________________________________

==================
LAST WEEK'S SURVEY
==================
Do you think "Quantum Computing" will ever live up to
it's potential? (1022 Votes)

Never come to fruition: 40%
Maybe down the road: 32%
We're not too far off: 15%
What's Quantum Computing?: 13%

Visit our home page at http://aspwire.com/ to vote on
this week's question:

Do you use more than one Internet browser?

1. Yeah about 3
2. Just 2
3. Sorry only one

Vote Now! http://aspwire.com/

Do you have a burning question you would like to ask?
Just submit a question with up to five answers by using
our feedback form:
http://aspwire.com/feedback.asp

/-------------------------------------------------------------------

Jupiterimages - your search ends here
Jupiterimages offers online subscriptions and single image
downloads for clipart, Web graphics, photos, footage and music
(including flash versions) via a comprehensive network of
design-oriented Web sites for industry professionals and
individual consumers.
See what you're missing.
Go to:
http://nl.internet.com/ct.html?rtr=on&s=1,39tx,1,dh1n,3138,3c5t,lcx7

--------------------------------------------------------------adv.-/

===============
THE LATEST NEWS
===============
Extending the ImageMap HTML Control with AJAX 1.0 Extensions
(6/18/2007)
http://aspwire.com/nl?15074
[article] In this article, Bilal Haidar will show you how to
extend the HTML ImageMap control by adding clickable hot
spots so that when hovered over will pop-up a tiny window
informing the user with more information on the spot
selected using the AJAX Services.

Configure ASP.NET AJAX Extensions (6/18/2007)
http://aspwire.com/nl?15094
[article] Explore ASP.NET AJAX configuration sections in
Web.config, and learn how handlers and modules fit into the
overall picture.

.NET Gets Dynamic (6/18/2007)
http://aspwire.com/nl?15092
[article] Microsoft's announcements at the MIX07 conference
in late April included a Dynamic Language Runtime (DLR) as
part of the next iteration of Silverlight, its cross-
platform browser plug-in. But the DLR's reach goes far
beyond Silverlight.

Developing a picture album in ASP.NET (6/18/2007)
http://aspwire.com/nl?15093
[article] Explains how to implement a picture album in ASP.NET.
Includes sample Picture Album Visual Studio project.

Extending the ImageMap HTML Control with AJAX 1.0 Extensions
(6/18/2007)
http://aspwire.com/nl?15095
[article] In this article, Bilal Haidar will show you how to
extend the HTML ImageMap control by adding clickable hot
spots so that when hovered over will pop-up a tiny window
informing the user with more information on the spot
selected using the AJAX Services.

.NET Dashboard Suite is a pure .NET 2.0 component (6/19/2007)
http://aspwire.com/nl?15097
[update] Perpetuum Software LLC releases a final version of
the .NET Dashboard Suite 3.0. The delivery package contains
only pure .NET 2.0 versions of the graphical components,
instrumentation ModelKit and Chart ModelKit intended for the
creation of feature-rich graphs, charts and gauges. Now you
can use high-performance functionality of .NET 2.0 for the
creation of effective reliable applications. $950.00

Layered Architecture, Dependency Injection, and Dependency
Inversion (6/19/2007)
http://aspwire.com/nl?15108
[article] Building loosely coupled application architectures
requires more than just separating your application into
different layers.

Microsoft's .NET Evangelist Spells Out Future Role for
Dynamic Languages (6/19/2007)
http://aspwire.com/nl?15107
[article] In a very real sense, Microsoft may have had more
to do with the creation of the so-called "dynamic language"
than most any other company. Back when the BASIC language
interpreter shipped as part of the ROM of machines like
Radio Shack's breakthrough TRS-80, I and many other novice
developers first experimented with the prospects of code
that changes itself to suit the specific needs of users. It
involved statements with terms like "POKE," which was
exactly as dangerous as it sounds.

Support Your Customers with an Online Help Desk: Part II
(6/19/2007)
http://aspwire.com/nl?15112
[article] Bipin Joshi takes us through the development of a
simple help desk application using ASP.NET, AJAX, and SQL
Server 2005.

Custom Client Side Drag and Drop Behavior in ASP.NET AJAX
(6/19/2007)
http://aspwire.com/nl?15111
[article] This article explains the step-by-step procedure
of how to create a custom Drag and Drop behavior by
implementing IDragSource and IDropTarget interfaces provided
by ASP.NET AJAX client side framework, which will lead to a
very attractive and user friendly User eXperience (UX).

Create Client Controls in ASP.NET 2.0 AJAX 1.0 Extensions
(6/19/2007)
http://aspwire.com/nl?15110
[article] In this article Bilal Haidar demonstrates how to
create a basic client control Grid with Edit/Delete/Create
functionalities with ASP.NET 2.0 AJAX 1.0 Extensions.

Getting Started With AJAX (6/19/2007)
http://aspwire.com/nl?15109
[article] Discover the concepts behind AJAX and why
using it in your ASP.NET development is advantageous.

Mainsoft Updates .NET-Java Tool with 2.0 Release (6/20/2007)
http://aspwire.com/nl?15128
[press] Application software development tool maker Mainsoft
has updated its Mainsoft for Java EE product with a 2.0
release. This tool, formerly known as Visual MainWin for
J2EE, allows programmers using the Microsoft development
stack to deploy their applications, written in C# 2.0 or
Visual Basic, on Java Virtual machines running on a variety
of platforms.

Layered Architecture, Dependency Injection, and Dependency
Inversion (6/20/2007)
http://aspwire.com/nl?15130
[article] Building loosely coupled application architectures
requires more than just separating your application into
different layers.

Using Page Methods in ASP.NET AJAX (6/20/2007)
http://aspwire.com/nl?15131
[article] If you are looking to enhance your web application
using AJAX to provide a more fluid user experience, but you
don't know where to start, you might want to start here...
using code-behind page methods right in your client script.

Using the PayPal Payment System in ASP.NET (6/20/2007)
http://aspwire.com/nl?15137
[updated] Learn how to use the PayPal payment system
in ASP.NET.

Drag and Drop Programming in Microsoft ASP.NET AJAX
(6/20/2007)
http://aspwire.com/nl?15132
[article] Nowadays AJAX has attracted more and more
developers. Microsoft ASP.NET AJAX 1.0 (MS AJAX), a young
yet excellent open source AJAX framework provided mainly by
Microsoft, certainly attracts developers with its whole
solution on both the server side and client side. In this
article, we'll first summarize the multiple solutions
suggested by MS AJAX, and then explore a general yet rather
complex sample which in fact reflects the under-the-hood
workings of all the client side drag and drop solutions
within the MS AJAX framework.

Progress Bar Sample Code (6/20/2007)
http://aspwire.com/nl?15134
[article] Unfortunately, we all know what progress bars are.
As annoying as it is to sit and stare at one, it's better
then sitting there waiting for a program to do something
without knowing if it's frozen or not. While HTTP doesn't
offer the same level of interactivity as a desktop
application, there are still instances where a progress bar
type of display can be useful.

Accessing and Updating Data in ASP.NET 2.0: Deleting Data
(6/20/2007)
http://aspwire.com/nl?15133
[article] ASP.NET 2.0 introduced a number of new Web
controls designed for accessing and modifying data. These
controls allow page developers to declaratively access and
modify data without writing any code to perform the data
access. This article is one in a series of articles on
ASP.NET 2.0's new data source controls.

ASP.NET AJAX Under the Hood (6/21/2007)
http://aspwire.com/nl?15146
[article] Scott Cate illustrates how to implement key
features of ASP.NET AJAX to a packed crowd at VSLive!
San Francisco 2007.

Understanding Isolation Levels in Transaction (6/21/2007)
http://aspwire.com/nl?15147
[article] This article describes Isolation Levels in
Transactions.

Sandboxing Gotcha in a Partially Trusted App (6/21/2007)
http://aspwire.com/nl?15148
[article] Don Kiely demonstrates sandboxing so you can
gain without pain.

ReSharper 3.0: new C# productivity features, VB.NE (6/22/2007)
http://aspwire.com/nl?15149
[update] Version 3.0 features unrivalled code analysis for
C#, multiple productivity enhancers, VB.NET support, cross-
language functionality between C# and VB.NET, support for
ASP.NET, XML and XAML, and more. $349

No, No, We Won't Go: Canonical (6/22/2007)
http://aspwire.com/nl?15166
[article] Canonical's billionaire CEO Mark Shuttleworth took
to his blog over the weekend to squelch speculation that
Canonical and Ubuntu would be next to follow in the steps of
Novell, Xandros and Linspire and cut a patent deal with
Microsoft, deals he calls "trinkets in exchange for air
kisses."

Getting Started: Creating a WSE 3.0 Enabled Web Service to
Transfer Large Amount of Data using WSE 3 (6/22/2007)
http://aspwire.com/nl?15168
[article] In this article we will see how to create a WSE
3.0 enabled web service to transfer large amount of data
using SOAP Message Transmission Optimization Mechanism a.k.a
MTOM.

Understanding Transaction in ADO.NET (6/22/2007)
http://aspwire.com/nl?15169
[article] In this article Sanjit describes how to use
transactions in ADO.NET using C#, as well as within a stored
procedure.

==========
CONTACT US
==========
If you have a news story, please submit it via this form:
http://aspwire.com/addnews.asp

If you have any feedback regarding our newsletter or our
website, just send email to feedback@aspwire.com

============
SUBSCRIPTION
============
You received this newsletter as a result of your voluntary
subscription at the ASPWire website. You may unsubscribe
from or subscribe to this newsletter by going to:
http://aspwire.com/newsletter.asp

===============
IMPORTANT LINKS
===============
Interested in becoming an ASPWire Affiliate? To find out
how to carry ASPWire news at your own web site, go to:
http://aspwire.com/affiliates.asp

Richard Hein rhein@jupitermedia.com
Managing Editor
VBWire........................ http://vbwire.com/
ASPWire...................... http://aspwire.com/
PocketPCWire.............. http://pocketpcwire.com/
WinDrivers.................... http://www.windrivers.com

Copyright 2007 Jupitermedia Corporation
All Rights Reserved.

You are subscribed to the ASPWire newsletter as pusik12.kols@blogger.com. To unsubscribe from ASPWire please send an email to: u-25485-26051f34ab-1742@nl.internet.com

To unsubscribe via postal mail, please contact us at:

Jupitermedia Corp.
Attn: Newsletter Subscription Dept.
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.

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

This email is powered by EmailLabs (http://www.emaillabs.com)
Contact us for a FREE demo

0 comments: