| .NET Matters: Const in C#, Exception Filters, IWin32Window, and More |
| MSDN |
| Const in C#, Exception Filters, IWin32Window, and More |
|
| A C# component to encode and decode yEnc data |
| The Code Project |
| A fully tested component capable of encoding and decoding yEnc data. |
|
| A C# Grep Application |
| The Code Project |
| Presenting a small C# Application which is providing a Grep like functionality under .NET. |
|
| A C# Web Spider written as a Web Service |
| C#Today |
| A Web Spider is a program that is used to navigate sites, follow links and collect various information. It is sometimes called a Web Robot. In this article. ST Tan & Aldy Karna discuss the subject, and show how a Web Spider can be written in C#. |
|
| A Meal Reminder in C# |
| C# Help |
|
|
| A POP3 Client and C# |
| C#Today |
| In this article, Levent Camlibel looks at how to create a POP3 client that recieves e-mail from a POP3 server, showing how the .NET platform allows this project to be created in a very short space of time. Over the course of the article, he looks at POP3 standards, .NET network programming, and custom POP3 objects. |
|
| A Resource Server Handler Class For Custom Controls |
| The Code Project |
| A class implementing IHttpHandler for use in custom controls, to send embedded resources such as scripts, images, and style sheets to the client. |
|
| A Suite of Cryptographic Objects Part 2: Implementing Key Exchange Over a Network |
| C#Today |
| Throughout the whole history of Cryptography one element has continually created the most difficulty: Key Exchange. In this article, Richard Conway looks at the idea and implementation of Key Exchange over a network, bringing together the elements that we have discussed so far in the previous article (with respect to symmetric key cryptography) and also introduces concepts of public key cryptography. We demonstrate the use of this by creating a secure chat application. |
|
| ADO .NET for the ADO Programmer |
| MSDN |
| ADO .NET is the latest in a long line of database access technologies that began with the Open Database Connectivity (ODBC) application programming interface (API) several years ago. Along the way, a number of interesting things happened. For example, COM landed at the database territory and started a colonization process that culminated with OLE DB. Next, ActiveX® Data Objects (ADO)—roughly an automation version of OLE DB—has been elected to govern the Visual Basic® and ASP community of Windows®-based database developers. |
|
| Blog Reader Add-In for Visual Studio .NET |
| The Code Project |
| A blog reader, integrated into Visual Studio. Shows a list of blogs, blog entries, and which entries you haven’t read yet |
|
| Building a Web Service to Provide Real-Time Stock Quotes |
| DotNetJunkies |
| There are many benefits to using a Web Service, including the versatility of the client that consumes the Web Service and the reusability of the code. This article provides an example of a useful Web Service that provides real-time stock quotes through information scraped from public Web sites. |
|
| 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. |
|
| C++ Write Faster Code with the Modern Language Features of Visual C++ 2005 |
| MSDN |
| What you need to knopw about the new syntax in Visual C++ 2005 |
|
| Choosing Among File I/O Options in Visual Basic .NET |
| MSDN |
| This article is aimed at the Visual Basic programmer who may be confused by the multiplicity of ways to approach file I/O in Visual Basic .NET. Available alternatives include the methods provided in the Visual Basic .NET runtime, the FileSystemObject, and the methods furnished in the common language runtime. Upon completion, the experienced developer will be familiar with all three and will be equipped to make choices among them. |
|
| 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. |
|
| Create String Variables from Embedded Resources Files |
| The Code Project |
| Use embedded text files as the source for populating large string variables |
|
| Creating a Multi-User TCP Chat Application |
| MSDN |
| The .NET support for socket-based programming within Visual Basic is dramatically improved over what we had in Visual Basic 6. So even though we approach the programming issue somewhat differently, it is worth it due to all the new capabilities at our disposal. |
|
| Creating an ASPWire News Business Object Part 1 |
| DotNetJunkies |
| This article is part 1 of 2. In this article I will be illustrating how to use members of the System.Net namespace to create a business object that "Gets" all news headlines that ASPWire has available, parses through the return, constructs a DataSet object that holds a DataTable of all news items, and finally returns a DataView that you can bind to. We also make use of Page Caching to limit our request for the data to 3 times per day. We cannot give all the code necessary for you to run this example on you |
|
| Creating an ASPWire News Object Part 2 |
| DotNetJunkies |
| Upon further thought creating a web service based on the ASPWire example in Part 1 of this article would not be that beneficial to sites like ours unless we were ASPWire. I do show the code in this article to create the web service, but it would be easier and more cost efficient to create the business object from part 1 and use that. Besides creating the web service in this article I am going to be demonstrating a better method of caching and reusing the DataSet returned by the business object from part 1. |
|
| Cryptography |
| Pune-C# |
| This article provides an overview of Cryptography Classes of the Microsoft.NET Framework. It will guide you step-by-step, on how to use Cryptography classes in your program. |
|
| Cryptography in C# |
| The Code Project |
| An article on cryptography in C# |
|
| Databinding and XML |
| DotNetJunkies |
| Data Binding is one of the best new features of ASP.NET. This article will demonstrate how easy it is to bind ASP.NET Server Controls to XML files. |
|
| Dialog Objects in .NET |
| C# Help |
| .NET environment has provided us with various
classes to use the Dialog objects. This paper explains how to create and use the
following dialog boxes in .NET environment: |
|
| Displaying a Directory Structure in a DataGrid |
| DotNetJunkies |
| Recently, I had a requirement to create a data-dump as a directory structure and display the same in a DataGrid. In this article, I'll cover the concept of obtaining the directory structure and displaying it in a DataGrid. |
|
| Documents Do Matter: Serve Them Nicely and Effectively with Avalon Document Services |
| MSDN |
| Provides an overview of document services available in Avalon. In particular, it focuses on the PageViewer control. The new managed API for compound files is also presented with practical code samples. |
|