The term "web service" has been used quite frequently lately: you hear people saying how good web services are and how they will dominate the future of software development, but what exactly are web services and how can we create them? This article shows us how to build two web services and also unravels all of the lingo surrounding web services.
Version: n/a Platform(s): n/a Updated: Wed Aug 27 2003
This article covers using the System.Drawing.Bitmap and drawBrush to draw text on a bitmap in memory. You could use this code as a base to create dynamic navigational buttons for your site.
Version: n/a Platform(s): n/a Updated: Mon Aug 11 2003
In this code snippet we're going to provide will enable you to add text to an image in memory. One use for this code may be to open a file on the file system and add some text to the image, then stream the image out to the user. This could come in handy if you want to create navigational buttons for your Web site dynamically based on a request or dynamically create banners via .Net code.
Version: n/a Platform(s): n/a Updated: Fri Aug 8 2003
In this article we cover using the System.Net class to make an HTTP request and return the status code. In addition, we'll cover handling the HTTP response and binding it to an XSL transformation.
Version: n/a Platform(s): n/a Updated: Fri Aug 8 2003
This article explains what are "Delegates"? And what is their role in .NET framework. The author uses VB.NET code to provide working examples of "Delegates".
This article discusses different options you as a developer have in ASP.NET to send data from one ASP.NET page to another. Since you cannot use ASP.NET Web Controls (System.Web.UI.WebControls) in such a scenario (which only allow posting back of data to the same page), this article discusses other ways like using HttpContext object.
Version: n/a Platform(s): n/a Updated: Tue Jun 24 2003
This article provides one solution for replicating content to multiple share locations using VB.Net. This could be useful where you have a Web application hosted on a Web farm and you wish to have files uploaded via the Web, and then replicate the uploaded files to other servers in the farm.
Version: n/a Platform(s): Windows 2000 / 2003 Updated: Tue Jun 24 2003
In this article we will take a quick look at two methods for creating SHA1 passwords for use on the web using .NET. It is dangerous to store passwords anywhere in plain text!! SHA1 gives a quick and easy way to encode a password into a non-human readable form. This means it is safer to store in a database, and should the database be viewed by anyone who shouldn't know the passwords, it will be much more difficult for them to work out what a user's password is.
Version: n/a Platform(s): n/a Updated: Mon Jun 23 2003
A comprehensive tutorial on viewing, adding, editing and removing records from MySQL database using ASP.NET DataGrid control. Provides thorough coverage of ADO.NET data access techniques and user data input validation using ASP.NET validation controls.
Version: n/a Platform(s): n/a Updated: Mon Jun 9 2003
This step-by-step tutorial makes use of over 20 images to describe every step in detail from obtaining, installing, configuring and running MySQL on Windows to insalling/uninstalling MySQL as a Windows service, creating a new table, populating it with some records and displaying those records in an ASP.NET page. Also explains the advantages of using MySQL on Windows with ASP.NET. All the code is available for download.
Version: n/a Platform(s): n/a Updated: Wed May 28 2003
This is a simple RD4 encryption stored procedure. It's nice because it uses the same procedure to encrypt and decrypt and it beats using a cast as varbinary.
Version: 1.0 Platform(s): MS SQL Updated: Thu May 1 2003
Comprehensive tutorial on uploading image files, determing size ( in bytes ), type ( bmp, jpg, gif ), width and height ( in pixels ) of these images, imposing restrictions to allow images of only certain size, width and height to get uploaded and to resize ( create thumbnails of ) these images.
The label "web services," as broadly applied, has two levels of meaning—one specific and one conceptual. Specifically, web services are a stack of emerging standards that describe a service-oriented, component-based application architecture. Conceptually, web services represent a model in which discrete tasks within e-business processes are distributed widely throughout a value net.
Version: n/a Platform(s): n/a Updated: Mon Mar 31 2003
An article which discusses the similarites between different technologies of J2EE and .NET and helps you to move from J2EE to .NET. Quick tips to get you started, in case you need to migrate a J2EE based application to a .NET based application.
Version: n/a Platform(s): n/a Updated: Mon Mar 31 2003
The second article from William Fawthrop (aka Informant) will discuss in detail what Fields and Properties are and how to properly implement them into your applications. We will start off Discussing common coding practices and how they differ in .NET. Specifically property syntax. Informant has been a developer for about 5 years now and developing in C# for about 1 year. He has created a number of freeware software solutions(SQL X-ecuter,Simple ASP.NET Web Server, etc) as well as working fulltime for PCSTop.com as Lead Developer. He specializes in .NET migration as well as creative solutions in the .NET framework.
Version: n/a Platform(s): n/a Updated: Mon Mar 31 2003
A comprehensive tutorial on uploading files to Microsoft Access database using built-in ASP.NET server controls. Describes how to upload one or more file to Access database? how to insert and retrieve binary data from an Access database? how to view and delete files uploaded on the Access database?
Version: n/a Platform(s): n/a Updated: Mon Mar 17 2003
A comprehensive tutorial on uploading files to server hard disk using built-in ASP.NET server controls. Describes how to upload more than one file? how to upload only image files? how to retrieve other form non-binary field values? how to view and delete files uploaded on the server? how to force user to download a file without viewing it? how to expose correct file name to the user browser instead of a generic file.aspx? how to retrieve correct content-type for the file from system registry? how to set/unset max file upload size limit per folder of your application?
Version: n/a Platform(s): n/a Updated: Thu Feb 27 2003
Explains how Dreamweaver MX can be used to consume web services in ASP.NET for the visual environment. In detail, the "Local Time" web service from XMethods will be utilized.
Version: MX Platform(s): n/a Updated: Mon Jan 27 2003
This is part II of a series of articles in which we'll learn how to send mass e-mails ( both text and HTML ) to a list of subscribers using ASP.NET. We'll also learn what are validation controls and how they can help us validate user input.
Version: n/a Platform(s): n/a Updated: Wed Dec 18 2002
Sample chapter from "Visual Basic .NET Developer's Guide to ASP.NET, XML and ADO.NET" on ASP.NET controls, code-behind, Page object, web controls, HTML controls and Page object reference.
Version: n/a Platform(s): n/a Updated: Wed Dec 18 2002