小新的技术天地

Make It Works !

博客园 首页 新随笔 联系 订阅 管理

随笔分类 -  CodeProject翻译文章

摘要:原文连接:http://www.codeproject.com/cs/webservices/myservice.asp作者:Chris Maunder Introduction Creating your first web service is incredibly easy. In fact, by using the wizards in Visual Studio. NET you ca... 阅读全文
posted @ 2005-12-21 21:35 小新0574

摘要:Creating a Watermarked Photograph with GDI+ for .NETBy Joel Neubeck This article describes the process of overlaying a Watermark image on top of a photograph using GDI+ and C# for .NET 原文链接:http://ww... 阅读全文
posted @ 2005-07-28 19:42 小新0574

摘要:A useful UrlBuilder classBy lotuspro A simple way to generate and manipulate URLs. 翻译:小新0574原文地址:http://www.codeproject.com/aspnet/UrlBuilder.asp Introduction Building URLs is something one does all ... 阅读全文
posted @ 2005-07-24 15:16 小新0574

摘要:作者:Werdna 翻译:小新0574原文及代码链接:http://www.codeproject.com/cs/media/SystemPainter.asp Introduction System painter is a little utility for viewing .NET framework system defined hatches from Sy... 阅读全文
posted @ 2005-05-08 22:51 小新0574

摘要:作者:Diego Mijelshon 翻译:小新0574原文以代码链接:http://www.codeproject.com/csharp/objectcomparer.asp Introduction Sooner or later, you will have an array of objects you'd like to sort. Unlike s... 阅读全文
posted @ 2005-05-06 23:50 小新0574

摘要:作者:Mauricio Ritter 翻译:小新0574原文(代码)链接:http://www.codeproject.com/cs/database/relationaladonet.asp Creating the structure (SQL Server 2000) We'll start by creating the same structure that we used ... 阅读全文
posted @ 2005-04-05 15:03 小新0574

摘要:作者:Mauricio Ritter 翻译:小新0574原文(代码)链接:http://www.codeproject.com/cs/database/relationaladonet.asp Introduction Since the introduction of ADO.NET, we started to use a different concept in the dev... 阅读全文
posted @ 2005-03-31 18:53 小新0574

摘要:Obtaining (and managing) file and folder icons using SHGetFileInfo in C# 作者:Paul Ingles 翻译:小新0574 审校:Allen Lee 原文链接(及代码):http://www.codeproject.com/csharp/fileicon.asp Introduction This art... 阅读全文
posted @ 2005-01-03 12:02 小新0574

摘要:作者:Niels Penneman 翻译:小新0574 原文链接:http://www.codeproject.com/cs/combobox/ImageCombo_NET.asp Introduction When I started programming in .NET, I wondered where the ImageCombo control had gone (I used ... 阅读全文
posted @ 2004-12-15 20:52 小新0574

摘要:文章较长,请见: http://www.cnblogs.com/wdxinren/articles/74657.html 阅读全文
posted @ 2004-12-09 01:01 小新0574

摘要:原作者: Scott Bradley 原文连接:http://www.codeproject.com/dotnet/appsettings_fileattribute.asp 翻译:小新0574 Introduction 介绍 If you need to share configuration settings among multiple .NET assemblies, the pract... 阅读全文
posted @ 2004-12-01 22:36 小新0574

摘要:翻译:小新0574 审校:Allen Lee (非常感谢Allen细致地审校) Introduction 简介 The basic rule for a factory pattern is that the factory should create an instance of an object with a known ancestor, and an unknown... 阅读全文
posted @ 2004-11-25 19:14 小新0574

摘要:作者:Ahmed Abd ElGhany 译者:小新0574Generics are the most useful C# 2.0 language extensions, beside Anonymous methods, Iterators, Partial types And Nullable types. 比较匿名方法,迭代器,不完全类型,可空类型而言,泛型是C#2.0中最有用的... 阅读全文
posted @ 2004-11-07 14:51 小新0574

摘要:How to develop a screen saver in C# Writen By Rakesh Raja... 阅读全文
posted @ 2004-11-04 00:22 小新0574

摘要:原作者:Alex Farber 原文:http://www.codeproject.com/csharp/DrawTools.asp(源代码请参见原文) Introduction DrawTools sample shows how to create a Windows Forms application for drawing graphic objects in a Windows clie... 阅读全文
posted @ 2004-10-19 15:57 小新0574

摘要:原作者:Kevin Stewart 文章出处:http://www.codeproject.com/csharp/pwdgen.asp Introduction This article illustrates how to create a very simple password generator using C#. Password generators are useful in ma... 阅读全文
posted @ 2004-10-15 23:45 小新0574

摘要:原作者:Nishant S Introduction Just about everything is a heap object when you are using C#. Only elementary native types like int are treated as value types. But there are two value types in C# that are... 阅读全文
posted @ 2004-10-15 17:10 小新0574