|
Visual Basic .NET Internals
|
Total Hit (1342) |
The Microsoft .NET Framework has opened a new world for Visual Basic developers. Visual Basic .NET combines the power of the .NET Framework and the common language runtime with the productivity benefits that are the hallmark of Visual Basic. Although the Visual Basic .NET language looks the same on
....Read More |
Rating
|
|
|
The Power of Print
|
Total Hit (1216) |
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.
....Read More |
Rating
|
|
|
|
|
|
An Extensive Examination of Web Services: Part 3
|
Total Hit (1761) |
Examines creating a client application that consumes a Web service. Discusses the purpose and structure of a WSDL document, along with creating and using proxy classes to consume a Web service.
|
Rating
|
|
|
|
An Extensive Examination of Web Services: Part 5
|
Total Hit (1834) |
Takes an in-depth look at XML serialization, which is the process of converting a data type, such as an integer, array, or custom class, into its XML representation, and back again. Every time a message is passed to or from a Web service, XML serialization transpires.
....Read More |
Rating
|
|
|
An Extensive Examination of Web Services: Part 6
|
Total Hit (1913) |
Looks at sending metadata to a Web method through the use of SOAP headers. Examines defining and accepting a SOAP header on the Web service end, and looks at sending a populated SOAP header from the client.
|
Rating
|
|
|
|
How ASP.NET Web Pages are Processed on the Web Server
|
Total Hit (585) |
Have you ever wondered, precisely, what happens on the Web server when a request for an ASP.NET Web page comes in? How does the Web server handle the incoming request? How is the HTML that is emitted to the client generated? What mechanisms are possible for us developers to work with an incoming req
....Read More |
Rating
|
|
|
Dynamic ORDER BY Statements in Stored Procedures
|
Total Hit (1690) |
When creating data-driven Web applications, it is ideal to place the actual SQL statements into stored procedures, and to have the Web pages, then, call the appropriate stored procedures rather than executing the SQL statements themselves. (If you are unfamiliar with what stored procedures are, or t
....Read More |
Rating
|
|
|
|
Creating a RollOver Button Server Control
|
Total Hit (1004) |
Recently an individual I am beginning to train in ASP.NET emailed me and asked if there was an easy way to provide roll-over buttons in an ASP.NET Web page. Roll-over buttons, which you'll find on a number of Web sites, are buttons that display a default image whenever the mouse is not hovered above
....Read More |
Rating
|
|
|
Paging In ASP.NET
|
Total Hit (605) |
When making the transition from ASP to ASP.NET, you will discover that paging through database records has become both remarkably simple and more difficult at the same time. The DataGrid control has made it a breeze to create a Web page that allows the user to page through the records of a database
....Read More |
Rating
|
|
|
|
|
|
|
|
|
|
|
|
|
Property Bag Changes in Visual Basic .NET
|
Total Hit (1158) |
In Visual Basic® 6.0, the PropertyBag object was used to persist an object's data between instances. This paper demonstrates how to duplicate the functionality of a Visual Basic 6.0 property bag in Visual Basic .NET using serialization.
|
Rating
|
|
|
|
Using Classes and Structures in Visual Basic .NET
|
Total Hit (1203) |
This article is intended to help developers choose between a class and a structure when writing an application. You can review the basic points of comparison between the two types in the "Structures and Classes" topic of the Visual Studio .NET product documentation. To find this topic, start Visual
....Read More |
Rating
|
|
|
Using Threads
|
Total Hit (2468) |
This article explains the different models of threading — single, apartment, and free — and the use of each model. It also introduces a code sample in C# that uses threading to help you write applications that will take advantage of threading. The article also discusses important issues involved in
....Read More |
Rating
|
|
|
Using Visual Basic .NET to Access Google's Web Service
|
Total Hit (1678) |
Learn how to access the Google Web APIs service from a Visual Basic .NET Windows front end. This article describes how to call a SOAP Web service, execute a Google search, access a page in Google's cache, and call the Google spell checker.
|
Rating
|
|