Windows - dotNET



.NET Localization, Part 2: Creating Satellite Assemblies

Sunday, February 10th, 2008

One time in .NET that you need to know about satellite assemblies is when you are dealing with localization. For localizing text, one doesn’t hard code text on a page, but uses a key for that text. The text equivalent for the key is retrieved from a file called a resource file. A resource file [...]

Hands-Free Disk Defragmenting

Sunday, February 10th, 2008

Creating an FTP Client in .NET

Sunday, February 10th, 2008

Customizing and Managing Your Site’s Appearance with ASP.NET 2.0 Tools

Sunday, February 10th, 2008

Changing the Appearance of Server ControlsThe previous chapters introduced many of the standard Web

Create Dynamic Banners Using ASP.NET

Sunday, February 10th, 2008

If your artistic skills are as bad as mine and have ever had the need to create a simple banner you know how frustrating and time consuming it can be to design a banner that gets your ideas across. Sometimes, however, the most effective banners tend to be the simplest looking banners. Fortunately, it’s easy [...]

The Three Faces of ASP.NET AJAX

Sunday, February 10th, 2008

The new Microsoft ASP.NET AJAX web development framework (which we’ll refer to simply as AJAX throughout the rest of this article) is like a mythological figure with three faces to its personality: one is friendly but rigid, one is playful, and the third is, to most ASP.NET developers, a bit frightening.

Getting and Displaying Images from SQL Server with C#

Sunday, February 10th, 2008

Inpart 1 of this series,I explained how to use C# scripts to get your web site's images into yo

.NET Framework Essentials, 2nd Ed.: Web Services, Part 2

Sunday, February 10th, 2008

Editor’s Note: This is the second of four excerpts from thesecond edition of O’Reilly’s .NET Framework Essentials, 2nd Ed. by Thuan L. Thaiand Hoang Lam. The complete series of excerpts covers Web services in the context of the .NET framework. This second part covers what a Web service provider is, and illustrates it with [...]

A Template for C# Windows Applications

Sunday, February 10th, 2008

A Windows application normally comes with some standard features: controls, menus, one or more toolbars, and a status bar with one or more panels. Every time you start to write a new Windows application, you often start with the same ritual: creating the above components and adding event handlers for them. You can save several [...]

Using Visual Web Developer to Build Pages in ASP.NET 2.0

Sunday, February 10th, 2008

In this hour, we will cover Creating new websites and web pages Opening existing web