| A Dictionary Collection Sorting By Value |
| The Code Project |
| An article on creating a custom collection like the SortedList that sort entries by value instead of by key |
|
| C# From a Java Developer's Perspective |
| http://www.25hoursaday.com/ |
| What follows is an overview of similarities and differences between the language features and libraries of the C# and Java programming languages based on my experience using both languages. All code snippets below were tested on Microsoft's .NET Framework Beta 2 for C# snippets and Java™ 2, Standard Edition (J2SE™) version 1.4 Beta 2 for the Java snippets. |
|
| Catalog Now! |
| The Code Project |
| Track all your files, locally, on CD-ROMs, and on removables. |
|
| Common .NET Libraries for Developers |
| MSDN |
| Identifies and defines many of common namespaces that you will use when developing .NET applications, and provides examples of the most common classes and methods in those namespaces. |
|
| Creating Custom Collections |
| FLWS.com.au |
| Even though the FCL offers many different collection types such as the SortedList, ArrayList, Hashtable etc., sometimes it makes sense to create your own. Creating your own, custom collection can help to make your code more self describing. |
|
| DataList vs. DataGrid in ASP.NET |
| MSDN |
| This month I want to look at two of the more specialized controls that come with the ASP.NET Framework: the DataList and the DataGrid. Both of these controls are full-featured data-managing tools. In addition to providing a simplified UI programming model for displaying data, ASP.NET includes facilities for binding data sources to these controls so you don't have to write all the code necessary to fish around a database and present your content. This month I'll compare and contrast the DataGrid and DataList controls, starting with DataGrid. |
|
| Designing Object-Oriented Programs In C# |
| C# Help |
| C# is a modern object-oriented programming language. As such it has many
new features to support object-oriented programming. The preceding chapter
covered the proper syntax of classes and their members. This chapter takes you a
step further. It builds upon what has already been presented to create
object-oriented programs. |
|
| Developing A C# Vector Drawing Application - Part 2 |
| C#Today |
| This is the second part of a series where we build a vector based drawing application. In Part 1, Budi Kurniawan outlined the specification for the application and discussed some techniques for working with forms with the .NET Framework Base Class Library. In this part, we will continue with our development, first by discussing the various shapes for our drawing application and then writing event handling for some of the controls. |
|
| GUnit, Generative Unit Test Framework |
| The Code Project |
| A new highly flexible unit test framework with new fixtures |
|
| Icon Extractor in VB.NET |
| The Code Project |
| An Icon Extractor coded in VB.NET |
|
| Ini Handler |
| The Code Project |
| Permits simple access to ini files |
|
| MbUnit : Generative Unit Test Framework |
| The Code Project |
| A new highly flexible unit test framework with new fixtures |
|
| Microsoft Visual C++ .NET 2003 Kick Start Chapter 3: The .NET Base Class Libraries |
| The Code Project |
| An introduction to the .NET base class libraries. |
|
| Modularizing Object Collections With The Collections API |
| C#Today |
| The Collections API in the .NET Framework merits close attention by all .NET developers because of the flexibility it offers for writing applications in .NET. We can use it to manage groups or collections of similar objects, standardizing the way in which groups of objects are handled by our programs. In this article, Thiru Thangarathinam takes us through a tour of all the important collection classes by showing us examples, and then goes on to show us how these collection classes can be very useful in the day-to-day work of a developer. |
|
| Sorting a DropDownList by Value |
| DotNetJunkies |
| Loading SortedLists backward gives you the ability to sort by Value rather than Key. In this how to, you'll learn how you can use this trick, along with binding your data backward, to achieve the desired result of having a DropDownList that is sorted by Value. |
|
| Sorting Algorithms In C# |
| The Code Project |
| A collection of sorting algorithms implementing customizable comparitor and swapper functions. |
|
| Static-Site Search Engine with ASP.NET/C# |
| The Code Project |
| Simple, free, easy to install Search page in C# |
|
| VS.NET CodeDOM-Based Custom Tool for String Resource Management |
| The Code Project |
| A VS.NET custom tool, created with the help of CodeDOM and EnvDTE, used to facilitate management of resource strings via IntelliSense and error checking in VS.NET environment |
|