Tag archive for ‘C#’
Fading Images Together using C#
In this article, I show how to "fade" or "blend" together two images using C#. We use the System.Drawing package (mostly the Bitmap class) to extract the individual pixels of two images, and then perform a weighted average to construct a new image. The whole thing is wrapped up in a Windows Forms project. Source code and a Windows binary are provided.
Getting Started with ASP.NET (Part 3): Postbacks and Debugging
This three-part series is concluded with a lesson on advanced events. You'll construct a sample Employee Management application, and I'll throw a couple of tricks at you to teach you some lessons about real-life ASP.NET programming. We'll learn about postbacks and use the built-in Visual Studio debugger to solve the problems we run into. This article will complete your initial ASP.NET skillset and ready you to begin your own application development.
Getting Started with ASP.NET (Part 2): Code-behind and Events
Building upon the "Hello World" application created in the previous article, C# code is written into the backing code files to add functionality. The concept of events is explained and demonstrated through an example application that allows the user to interact with various controls on the page. This article is second in a three-part series aimed at helping new ASP.NET developers create real, live web applications with no perquisite knowledge.
Code Blocks Upgraded
I posted recently that I was finished making major changes to the site, and that I was calling it "finished" for the time being.
Apparantly, I spoke too soon. A good friend of mine commented that the copy-to-clipboard functionality was not working on the code block that I placed in the first article. I looked into the [...]

Entries (RSS)