Browse by Tags

Resizing Images Stored in SQL-Server
28 August 07 11:35 AM
In SQL-Server we can store images inside database tables directly using the Image column type. And with .NET 2.0 data binding it can automatically convert these images (stored as byte arrays) into System.Drawing.Image classes for you. For instance, say Read More...
Postedby Beth Massi | 21 Comments    
Attachment(s):PictureResizing.zip
Building a Secure Login Form (Parameterized Queries Part 2)
06 June 07 10:48 PM
In my first post on parameterized queries I built a simple login form that really was a contrived example meant to showcase how to use the TableAdapter Configuration Wizard to configure a parameterized query. However, since I opened myself up here, I Read More...
Postedby Beth Massi | 22 Comments    
Attachment(s):LoginClient.zip
Page view tracker