News 8INETA
Home Up News 15 News 14 News 13 News 12 News 11 News 10 News 9 News 8 News 7 News 6 News 5 News 4 News 3 News 2 News 1

 

Here is a list of some more cool links and articles targeting VB6 and VB.NET

I've copied some cool links to articles and samples for the developers of the Visual Basic Learners Group.

OPTIMIZING WEB SERVICE CALLS FROM WEB FORMS 

In a previous tip, Bob Tabor demonstrated how to call Web Services
asynchronously from a Win Form application using callbacks. While
this approach works well, it is not a good technique to use for Web
Forms. In this tip, Bob explains how to optimize Web service calls
from Web forms.

>> CLICK for the Full Tip...
http://searchvb.techtarget.com/tip/1,289483,sid8_gci800343,00.html 


HOW DOES SOAP COMPARE TO DCOM?

A member asks, "How does SOAP compare to DCOM?" Find our how guru
Anne Thomas Manes responds.

>> CLICK for the Full Answer...
http://searchwebservices.techtarget.com/ateQuestionNResponse/0,289625,sid26_cid446777_tax289201,00.html 

FORM TRANSPARENCY 

Member Big Al submits this week's code. Al's code snippet sets the
transparency of a form and then back to normal again.

>> CLICK for the Code Download...
http://www.vbcode.com/Asp/showsn.asp?theID=6146 

HOW TO GET THE CD SERIAL NUMBER?

Member luis_roig posts: "I need to know how can I get the serial
number of a CD, and what is the device letter of this drive." Find
our how your peers responded.

>> CLICK for the Full Discussion...
http://forums.vb-web-directory.com/ubb/Forum1/HTML/002253.html 

MICROSOFT EASES JAVA-TO-C# TRANSITION | News: Wininformant
Microsoft probably would love for you to jump from Java and land
safely in .NET. Now the company is giving you a springboard for
jumping platforms. The Java Language Conversion Assistant (JLCA) Beta
1 is ready to port Java to C#. Microsoft says it will give Java
developers another way to target XML Web services through the .NET
Framework. JLCA Beta 1 is a free download on MSDN.

WHAT IS SOAP? 

What is SOAP and how does it work? Find out in our exclusive video
authored by developer and Visual Studio expert Bob Tabor. This easy
to understand overview provides you with the information you need to
know.

>> CLICK to watch the SOAP Video...
http://www.searchwebservices.com/searchWebServices/downloads/what_is_soap.swf 

MICROSOFT SQL SERVER TIPS

SearchVB now offers Microsoft SQL Server Tips. Visit for a variety of
helpful tips and shortcuts designed to save you time and increase
your SQL Server knowledge.

>> CLICK to read our SQL Server Tips...
http://searchvb.techtarget.com/tipsIndex/0,289482,sid8_tax289208,00.html 

EXPLORER STYLE TEMPLATE

Member Thomas Anderson submits this Explorer Style template for new
projects. It includes documentation on how to add nodes to treeviews
and how to add list items and columnheaders to listviews. It also
includes email support so you can add a 'Send' feature to your
applications.

>> CLICK for the Code Download...
http://www.vbcode.com/asp/showzip.asp?ZipFile=http://www.geocities.com/dante45/explorer_style.zip&theID=6175 

CRYSTAL DECISIONS PROVIDES VS.NET WITH A FAMILIAR FEEL

Today Microsoft officially launches Visual Studio.NET, and it has
once again bundled Crystal Decisions' graphical report-building
environment, Crystal Reports, with its flagship development suite.
Crystal Decisions says with its VS.NET add-on, developers can turn
business intelligence into Web services faster.
http://searchwebservices.techtarget.com/originalContent/0,289142,sid26_gci802028,00.html 

Allowing Users to Upload Multiple Files at Once
By Donny Mack - 2/6/2002
http://www.dotnetjunkies.com/tutorials.aspx?tutorialid=257 
This article demonstrates how to allow users to upload multiple files
from thier computer (the client) to your server.

Maintaining State With User Controls
By Kurt Mang - 2/3/2002
http://www.dotnetjunkies.com/tutorials.aspx?tutorialid=251 

This tutorial shows how a simple user control can provide
easy-to-maintain navigation, track users through your site (i.e.
"maintain state"), and provide security for various areas of a site


Converting a DataReader to a DataTable
By Donny Mack 1/29/2002
http://www.dotnetjunkies.com/tutorials.aspx?tutorialid=247 

In this article I'll demonstrate how to make a helper function that
takes DataReader object as a parameter and returns a fully populated
DataTable object with all the data from the DataReader in it.


NET Anatomy - Data Concurrency in ADO.NET, Part III
By Barton Friedland 1/16/2002
http://www.dotnetjunkies.com/tutorials.aspx?tutorialid=234 

In the two previous articles on this subject we have looked at how the
ADO.NET DataSet object contains built-in support for concurrency
operations. This functionality helps the developer to build
applications that keep users from overwriting each others data
accidentally. The implementation is open and flexible and so what I
will be showing you here can be tailored to your own requirements.

Developing Factory Class for ADO.NET
Submitted by Bipin Joshi - 2/2/2002
http://www.dotnetjunkies.com/news/default.aspx?newsid=255

In order to make your data access layer components independent of any
database you can code against certain System.Data interfaces rather
than actual classes. In this article we will develop a factory class
that returns objects from appropriate namespace...

Read More: http://www.bipinjoshi.com/dotnetpages/displayarticle.asp?id=61 


Performance Comparison: Data Access Techniques
Submitted by Donny Mack - 2/1/2002
http://www.dotnetjunkies.com/news/default.aspx?newsid=248 

Compares performance of data access techniques in common application
scenarios. Applies to Microsoft .NET Framework Beta 2 and Microsoft
SQL Server 2000. (23 printed pages) By: Priya Dhawan

Read More: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/Dnbda/html/Bdadotnetarch031.asp?frame=true 


Web Applications Technology Map
Submitted by Donny Mack - 2/1/2002
http://www.dotnetjunkies.com/news/default.aspx?newsid=249 


The Web Applications Technology Map is your guide to getting started
with the new Microsoft .NET technologies for Web application
development. Microsoft ASP.NET (part of the .NET Framework SDK) and
Microsoft Visual Studio .NET provide exciting new paradigms for
building secure, reliable, high-performance Web applications and XML
Web services. The information below will help you get started.

Read More: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/Dndotnet/html/Techmap_webapps.asp?frame=true 


The .NET Show: "Terrarium" and Peer-to-Peer
Submitted by Doug Seven - 2/1/2002
http://www.dotnetjunkies.com/news/default.aspx?newsid=253 

See what challenges Lance and Erik Olson came across when building
out the peer-to-peer infrastructure of "Terrarium," a multiplayer
ecosystem game, as well as how they took advantage of the .NET
Framework security model during development.

Read More: http://msdn.microsoft.com/theshow/ 


Adventures in Visual Basic .NET: Overriding My Shadows
Submitted by Doug Seven - 2/1/2002
http://www.dotnetjunkies.com/news/default.aspx?newsid=254 

Rockford Lhotka uncovers the mystery of the Shadow keyword in Visual
Basic .NET and discusses how it differs from traditional overriding
methods.

Read More: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnadvnet/html/vbnet12252001.asp 

Extreme Programming vs. Interaction Design
You've created software that's exactly what the customer asked for, but not what he wanted? Programming process gurus Kent Beck (father of XP) and Alan Cooper (prime proponent of interaction design) debate how to avoid this nightmare. [Read More]

Debug With Trace
With .NET comes a new way to debug your ASP.NET applications: built-in trace functionality. [Read More]
 
• ASP.NET Features That Matter…and Those That Don't
• Work Better and Faster With ASP.NET
• Wire Up Cache Expiration Callbacks



Visual Studio .NET
Organize Code With #region, #endregion
The #region and #endregion preprocessor directives define blocks of code you can expand or collapse in the Visual Studio .NET editor. [Read More]
 
• Check Out VS.NET Alternatives
• How .NET Changes Modeling
• Format a Number in a String



Web Services
Increase Performance
Speed up your Web Services by using an ASP.NET Application object as a data cache. [Read More]
 
• Create a Web Service With VS.NET
• Return Usable Custom Data Types
• Show Off Your Web Services Through UDDI

Data Access
Search Databases the .NET Way
Develop a database search tool using VB.NET that you can use to search tables and columns for values. [Read More]
 
• Avoid SQL Server's Per-Processor Charge
• MS Responds to Per-Processor Charge Article
• Yukon Destined as Microsoft's Common Data Store

Don't Get Sloppy With ASP.NET
ASP.NET makes development so easy you might forget about basic design rules. We'll show you how to avoid spaghetti code and enhance performance. Also, check out our tips on which features you need to know and how to work smarter with ASP.NET. [Read More]
 
• Don't Get Sloppy With ASP.NET
• What Matters, What Doesn't
• Work Better and Faster With ASP.NET

 

 

 

Build Flexible Database Tools
Use ADOX to develop tools for searching, sorting, and extracting database information. [Read More]
 
• Search Databases the .NET Way
• Avoid SQL Server's Per-Processor Charge
• MS Responds to Per-Processor Charge Article

Create Efficient Web Services
Discover how to utilize the .NET Framework to create Web services that return speedy results. [Read More]
 
• Increase Performance
• Create a Web Service With VS.NET
• Return Usable Custom Data Types

Top 5 Uses for XML
Are you still wondering what XML is actually good for? If so, you're not alone. Here are five great ways to use XML. [Read More]
 
• Who Will Dominate Web Services?
• Breaking Down the Parsers
• XML Delivers the Check

Manage State
Bill Wagner shows you how to create a Web Service that uses the two main classes that represent Web state information. [Read More]
 
• Create Efficient Web Services
• Increase Performance
• Create a Web Service With VS.NET

Build an XML Serialized Object
Caching ASP.NET settings as XML serialized objects lets you access your configuration settings quickly. [Read More]
 
• Top 5 Uses for XML
• Who Will Dominate Web Services?
• Breaking Down the Parsers

Use COM+ Services With .NET Components
Attributes and dynamic registration make it simple to create managed classes that use COM+ services. [Read More]
 
• Manage State
• Create Efficient Web Services
• Increase Performance

Code, Tips, Tricks From VSLive! SF
Can't make the Visual Studio .NET launch at VSLive! SF this week? We're giving you three special "Show Daily" editions of .NET Insight to share programming tips, techniques, and announcements to help you start developing with VS.NET. And you'll hear objective analysis of what the introductions mean for IT. [Read More]
• C# Black Belt: Speed Array Access
• ASP.NET & Mobile Computing
• Moving to ADO.NET

 

 
Autodeploy the Easy Way
With just a couple lines of code, you can autodeploy assemblies. From his "Putting .NET to Work" workshop, Rockford Lhotka shows you how. [Read More]
 
 

ADO and ADO.NET: Big Changes
Wondering if your investment in ADO will pay off when you apply these skills to ADO.NET? "Moving to ADO.NET" presenter Bill Vaughn lets you know what to expect. [Read More]

Speed Up SQL Server Tables
Creating the right data structures can boost SQL Server performance. Kimberly Tripp-Simonnet, presenting "Tune Up SQL Server Databases With Better Indexing," shows you how. [Read More]

Watch Out! Avoid a Web Services Gotcha
When you try writing Web Services, you might hit a common snag. Chris Kinsman, presenting on "Create Killer Apps With Microsoft Web Services and ASP.NET," shows you how to avoid it. [Read More]

RAD Add-Ins Lead the .NET Pack
"Visual programming! No code!" tops the charts at VSLive! SF. Here's a brief synopsis of four new .NET-integrated graphical code generation and analysis tools making their debut. [Read More]

Debug Better With Listeners
You can capture Trace messages outside VS.NET. Dave Bost, in his "Tracing and Debugging ASP.NET" session, gives you the tips and code you need. [Read More]

Parse XML With XMLReader
Parsing XML doesn't have to be hard. From his "Scalable Server-Side XML Processing" session, Jon Rauschenberger explains how to get the job done fast. [Read More]

Expanding the .NET Framework
If you think the Framework Class Library is going to put component and class library vendors out of business, think again. [Read More]

 

 

 
Send mail to vblg@xocomp.net with questions or comments about this web site.
Copyright © 1998-2003 XOCOMP, llc
Last modified: 04/05/2002