GeekArticles
Microsoft
Microsoft.NETPaint.NET: The .NET Framework in Action
Author: msdn.microsoft.com |
Published: 16th Aug 2005 |
Visited: 577 times |
Add CommentFiled in: Microsoft NETChris Sells interviews Rick Brewster, Tom Jackson, and Craig Taylor about their project, Paint.NET v2.1. Paint.NET is a full-featured, professional-grade graphics application built on the .NET Framework as a senior design project at Washington State Univ.
Read Article Sponsored Links
Related Articles
• SQL Agent: A Job Scheduler Framework An easy-to-use .NET solution for Job Scheduling with pluggable actions that runs on a Windows Service. Back up your SQL Server Express and much m ...
• Adding Filter Action to FileUpload Control of ASP.NET 2.0 In this article, Soyuj explains the logic to implement the ASP.NET 2.0 FileUpload Control for adding the ability to filter files. After a brief introduction, he discusses both the client and server side approaches with the help of source code. At the end of the article Soyuj also provides a few usef ...
• Taking Advantage of the Partial Class with the ADO.NET Entity Framework So you're building your data-driven application and you've got an ADO.NET Entity Model that represents an abstraction around your database. Maybe you're even pretty savvy and you've used inheritance and some filters to enhance the entity model so that it really is an entity model ...