Windows - dotNET
Using the MultiView and Wizard Controls in ASP.NET 2.0
Saturday, February 9th, 2008One task that is common in web applications is data collection. For example, you may need to create a survey page for collecting user inputs. On that page, you may want to collect a fair bit of information such as username, profile, and answers to survey questions (often used to collect subscriber information for controlled-circulation [...]
Multithreading with C#
Saturday, February 9th, 2008So far we have talked about, compared, and contrasted C#’s andJava’s syntax and input/output functionalities — this timearound we are going to talk about threading.
GNOME’s Miguel de Icaza on .NET
Saturday, February 9th, 2008Open Source developer Miguel de Icaza, leader of the GNOME project and founder of Ximian, has been exploring Microsoft’s .NET platform with an open mind. When I interviewed him over a month ago, he told me that he was impressed with .NET. Then he was only beginning to think about the implications of [...]
Multiple ResultSets in ADO.NET
Saturday, February 9th, 2008Most Web Forms applications need to load multiple pieces of data, usually to load up comboboxes or listboxes. Many times we end up querying the database again and again for different lookup table data, and this [...]
Implementing Real-Time Language Translation Using .NET Control Adapters
Saturday, February 9th, 2008The Case for Control AdaptersA fundamental tenet of programming is that you separate behavior that
Building Palm Conduits, Part 2
Friday, February 8th, 2008In this excerpt from Programming Visual Basic for the Palm OS, learn how to design conduits using VB for the Palm OS.Conduit DesignThere are several major design principles for a conduit. The first, and most important, is that the conduit runs as quickly as possible. No one wants to wait while synchronization grinds on and [...]
An Introduction to the .NET FCL, Part 1
Friday, February 8th, 2008In part one of a five-part series of book excerpts from VB.NET Core Classes in a Nutshell, learn what it’s like to develop without the .NET FCL library and its core classes.Chapter 1 IntroductionThe .NET Framework is Microsoft’s new computing platform that simplifiesthe design, development, and deployment of computer applications. Developedparticularly to facilitate the creation [...]
A First Look at IE 7
Friday, February 8th, 2008Microsoft has recently released Beta 1 of Internet Explorer 7 together with Windows Vista Beta 1. Note that Beta 1 of IE 7 comes in two flavors:
Cooking with ASP.NET, Part 2
Friday, February 8th, 2008Editor’s note: Last week, in part one of this two-part excerpt from the ASP.NET Cookbook , authors Michael Kittel and Geoffrey LeBlond cooked up three recipes to make ASP.NET work for you. This week, they’re back in the kitchen with two more recipes: one to create a reusable handler that reads [...]