| Compiling with CodeDom |
| The Code Project |
| This article explains how to compile code written in VB.Net or C# using the CodeDom |
|
| 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. |
|
| DebugWriter - A simple property value dumper |
| The Code Project |
| A simple class to help dump property values at design-time |
|
| FTP Windows Forms Client, using Managed Assembly |
| The Code Project |
| This is a FTP downloading Winform application utilizing Indy.Sockets.dll. |
|
| How to use the Stack, Queue, StringCollection, and StringDictionary |
| Edward's Web Developer Site |
| This code shows how to use the basic collections and lists. |
|
| 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. |
|
| New Features for Web Service Developers in Beta 1 of the .NET Framework 2.0 |
| MSDN |
| Check out the improvements in productivity, performance, extensibility, and standards support in Microsoft .NET Framework 2.0. |
|
| Retrieving CD Information from a remote Freedb database |
| The Code Project |
| Describes a library that can be used to retrieve Audio CD information from the CDDB compatible freedb database. |
|
| Setting Up Global Objects with the global.asax File |
| C# Help |
| ASP.NET uses a special file, called global.asax, to establish any global objects that your Web application uses. The .asax extension denotes an application file rather than .aspx for a page file. |
|
| Sort titles using a TitleComparer |
| The Code Project |
| An implementation of the IComparer interface that allows strings to be sorted as Titles |
|
| Sort titles using a TitleComparer |
| The Code Project |
| An implementation of the IComparer interface that allows strings to be sorted as Titles. |
|
| 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 |
|