Published on Sat, 02 Dec 2006 10:15:40 -0500 Read: 2322 times
This multi installment article will provide instructions and source code you can use to create a data access layer DAL for Microsoft Access databases Along the way the article will explain when a DAL may be appropriate and some of the roles ADO NET and Visual Studio data technologies can play in a DAL This first installment provides instructions... Read Article.
Published on Tue, 14 Nov 2006 13:22:30 -0500 Read: 4695 times
This article and source code at the link provided explain how to use the NET Cryptography MD5CryptoServiceProvider method to encrypt a string used as a password in a Windows Forms application... Read Article.
Published on Thu, 06 Oct 2005 07:34:19 -0400 Read: 1627 times
James Yip This article was based on Beta 2 of Microsoft SQL Server 2005 and all information contained herein is subject to change This article discusses Introduction to SQL Server 2005 and Reporting Services Architecture of Reporting Services renderer extensions Creating a customer report renderer Rendering a Reporting Services report into HTML This... Read Article.
Published on Thu, 06 Oct 2005 07:34:19 -0400 Read: 2524 times
By Ben Garcia Rating 5 out of 5 Rate this article email this article to a colleague suggest an article Introduction While writing the second SNMP article Creating an SNMP Component Part 2 an issue had been encountered with the SnmpCreateSession API function It forced the developer to pass a function pointer so that all responses could be routed... Read Article.
Published on Thu, 06 Oct 2005 07:34:19 -0400 Read: 1578 times
By Paul Kimmel Go to page 1 2 Next I love my work I get to travel all over and help other people in lots of companies design and build software and in the course of my travels I meet great people like Joe Shook Robert Golieb Mark Davis Lynn Kindler Sommai Stone Eric Cotter Jack Poorte Rob Howard Susan Warren Sondra Scott and on it goes... Read Article.
Published on Thu, 06 Oct 2005 07:34:19 -0400 Read: 1409 times
Jay Schmelzer This article assumes you re familiar with Visual Studio 6 0 ASP and IIS Level of Difficulty 1 2 3 SUMMARY When the Web site used to collect customer feedback about the Visual Studio NET beta needed an update the Visual Studio team saw a good opportunity to implement deploy and showcase a real world site using NET technologies This... Read Article.
Published on Thu, 06 Oct 2005 07:34:19 -0400 Read: 3696 times
By ComponentSource Team Published 12th Aug 2002 Type Tutorial Rating How would you rate this article Bad Good Go Introduction SOAP Simple Object Access Protocol is the hottest thing in XML development right now It has a major role to play in Microsoft s next generation of Visual Studio and it is the basis of their quot; NETquot; strategy... Read Article.
Published on Thu, 06 Oct 2005 07:34:19 -0400 Read: 3225 times
Can t find the information you re after Try searching our forums instead By Ahm Asaduzzaman Published 06th Feb 2003 Type Tutorial Rating How would you rate this article Bad Good Go Introduction In this article we will first try to define Web Services their advantages and very basic architecture Then we will walk through two examples showing... Read Article.
Published on Thu, 06 Oct 2005 07:34:19 -0400 Read: 1775 times
Can t find the information you re after Try searching our developer forums By Eugene Gilerson Published 18th Nov 2002 Type Tutorial Rating How would you rate this article Bad Good Go Introduction In the past couple of years the industry had seen a tremendous pick up in XML usage across multiple platforms applications companies and protocols... Read Article.
Published on Thu, 06 Oct 2005 07:34:19 -0400 Read: 1837 times
by Scott Guthrie transcribed by Steve Farncombe and David Long Scott Guthrie co founder of the ASP net team visited P2P this March to answer all those NET related questions you had The following is a transcript of the discussion that took place on our ASPx list rob marketwebsolutions asks I know NET has the feature that developers using different... Read Article.
Published on Thu, 06 Oct 2005 07:34:19 -0400 Read: 4211 times
Omar Al Zabir shows you a way to implement a Microsoft Word like object model for your own NET Framework application following the Model View Controller design pattern... Read Article.
Published on Thu, 06 Oct 2005 07:34:18 -0400 Read: 676 times
Rockford Lhotka Magenic Technologies December 16 2002 Summary Rocky Lhotka explores manual printing using Visual Basic NET and the NET Framework and shows you how to manipulate this powerful and flexible model to generate virtually any type of output imaginable including support for both printers and print preview displays 13 printed pages... Read Article.
Published on Thu, 06 Oct 2005 07:34:18 -0400 Read: 482 times
Rockford Lhotka Magenic Technologies March 17 2003 Summary Rocky Lhotka explores some of the new operators introduced with Microsoft Visual Basic NET including some that are coding shortcuts and others that allow for performance enhancements 11 printed pages Download the VBOperator exe sample file The Visual Basic Runtime Library Before I get... Read Article.
Published on Thu, 06 Oct 2005 07:34:18 -0400 Read: 582 times
by Jose Pablo Ramirez Vargas Download Source Code Read Comments Rate this resource Viewed 971 times Rating 5 users 4 out of 5 Next It is no secret VB is more often than not a language that produces relatively slow machine code This is the price we VB programmers pay for its extremely ease of use But there have always been people trying to... Read Article.
Published on Thu, 06 Oct 2005 07:34:18 -0400 Read: 561 times
Aaron Skonnard This article was previously published on MSDN Magazine Download the code for this article XMLFiles0304 exe 279KB Programmers using Visual BasicAcirc; 6 0 have long bowed to the altar of the ADO recordset It s probably the most commonly used data structure in WindowsAcirc; based applications today The ADO NET DataSet is poised... Read Article.
Published on Thu, 06 Oct 2005 07:34:18 -0400 Read: 660 times
by Bruce Johnson Read Comments Rate this resource Viewed 4161 times Rating 29 users 4 66 out of 5 Next Being able to post data to a web page from within a Visual Basic application can be quite handy Even better when you can see the response and process it automatically Fortunately there are at least two different techniques to achieve this... Read Article.
Published on Thu, 06 Oct 2005 07:34:18 -0400 Read: 546 times
By Peter A Bromberg Ph D Printer Friendly Version Like many NET platform developers who originally migrated from other tools and languages such as classic Visual Basic much of what I ve learned has been self taught And the interesting thing about being self taught of course is that often our learning process can be very quot; selectivequot;... Read Article.
Published on Thu, 06 Oct 2005 07:34:18 -0400 Read: 639 times
Christopher M Frenz This article discusses The use of neural networks to solve complex problems Pattern recognition and predictive systems Implementing neural networks with Visual Basic NET Training neural network connections This article uses the following technologies NET Visual Basic Code download available at NeuralNetworks exe 128KB attern... Read Article.
Published on Thu, 06 Oct 2005 07:34:18 -0400 Read: 454 times
By Karl Moore Go to page 1 2 Next For a long long time Microsoft has been touting this dream of information on any device anywhere anytime But at least when it comes to Visual Basic developers the company hasn t done much to prove it That is until now Coinciding with the first release of Visual Studio NET Microsoft unveiled the Mobile Internet... Read Article.
Published on Thu, 06 Oct 2005 07:34:18 -0400 Read: 588 times
Michael Stuart and J Sawyer This article discusses A handy cyptographic utility Background on cryptographic algorithms Protecting your keys Potential pitfalls This article uses the following technologies Visual Basic COM NET Code download available at CryptoUtility exe 1 491KB e ve all been warned not to store secret information on computers... Read Article.