| .NET Console Password Input By Masking Keyed-In Characters |
| The Code Project |
| Demonstrates how to intercept .NET console keyboard input and display a * in place of each actual typed-in character. |
|
| .NET Dot Net Guruers: Const in C#, Exception Filters, IWin32Window, and More |
| MSDN |
| Const in C#, Exception Filters, IWin32Window, and More |
|
| An Intro to Destructors in C# |
| The Code Project |
| This article gives an overview of the destructor in C#. It covers basics, behaviour of destructors in inheritance scenario, how .NET framework manages the destructor internally. It contains some sample codes, along with the genaral FAQs about the destructor. |
|
| An Introduction to Programming Using Microsoft Visual C# 2005 Express Edition |
| MSDN |
| Using various example projects, readers will be exposed to several aspects of the C# programming language and key concepts of the .NET technologies. |
|
| An unhandled exception of the 'System.ArgumentException' type occurs after you rename the columns of a DataSet object |
| http://www.kbalertz.com/ |
| (815545) - After you rename the columns of a DataTable object in the DataSet , if you try to refer to the columns in case-insensitive manner, you receive the following exception: An unhandled exception of type 'System.ArgumentException' occurred in... |
|
| An unhandled exception of the 'System.ArgumentException' type occurs after you rename the columns of a DataSet object |
| http://www.kbalertz.com/ |
| (815545) - After you rename the columns of a DataTable object in the DataSet , if you try to refer to the columns in case-insensitive manner, you receive the following exception: An unhandled exception of type 'System.ArgumentException' occurred in... |
|
| Assembly and Module - Part 2 |
| Master C# |
| ILDASM in short stands for IL (Microsoft Intermediate Language) Disassembler. This is a very powerful tool which makes use of Reflection internally to show the different classes and class members contained within a assembly or a module. |
|
| C# For Beginners |
| C# Help |
|
|
| 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# Intermediate Language Disassembler(ILDASM) |
| C# Help |
|
|
| Dr. GUI.NET #7 |
| MSDN |
| In this article Dr GUI discusses how file and console I/O is achieved in .NET. The article includes a detailed discussion on streams. |
|
| Exploring Delegates |
| C# Corner |
| Delegates are a kind of type safe function pointers which are actually declared as class derived from System.MulticastDelegate. |
|
| Getting Started with Visual Basic .NET |
| MSDN |
| Introduces several new features of the Visual Basic language in order to fully take advantage of the .NET platform. |
|
| Getting Started with Visual C# .NET |
| MSDN |
| The Visual C# .NET Getting Started guide walks you through how to build a Visual C# .NET project by implementing a simple QuickSort algorithm. |
|
| How Can You Migrate Your Existing Applications? |
| C# Corner |
| When a new technology emerges, companies and developers begin to wait anxiously for answers to their questions. Programmers need to learn about the new stuff because they want to use the new tools to develop their projects. Companies always want to move to new technology and build new products therefore; developers need to improve their knowledge and ability constantly to maintain their job against the new technology developers. Now, to learn and move to .NET environment is the answer to all these necessities. Our first objective is Visual C++ and migrating with .NET. |
|
| How to use the Microsoft Outlook Object Library to retrieve a contact by using Visual C# .NET |
| http://www.kbalertz.com/ |
| (310260) - Explains how to retrieve a contact in a Visual C# .NET project by using the Outlook 2002 Object Library or the Outlook 2003 Object Library. |
|
| How to use the Microsoft Outlook Object Library to retrieve a message from the Inbox by using Visual C# .NET |
| http://www.kbalertz.com/ |
| (310258) - Explains how to retrieve a message from the Inbox in a Visual C# .NET project by using the Outlook 2002 Object Library or the Outlook 2003 Object Library. |
|
| How to use the Microsoft Outlook Object Library to retrieve an appointment by using Visual C# .NET |
| http://www.kbalertz.com/ |
| (310259) - Explains how to retrieve an appointment in a Visual C# .NET project by using the Outlook 2002 Object Library or the Outlook 2003 Object Library. |
|
| How to use the Microsoft Outlook Object Library to send an HTML formatted message by using Visual C# .NET |
| http://www.kbalertz.com/ |
| (310262) - Explains how to send an HTML formatted message in a Visual C# .NET project by using the Outlook 2002 Object Library or Outlook 2003 Object Library. |
|
| HOW TO: Build and Use XML Web Services by Using Visual Studio .NET |
| Microsoft Support |
| (315935) - This article demonstrates how to create and use an XML Web service with Visual Studio .NET. Requirements The following list outlines the recommended hardware, software, network infrastructure, and service packs that you need: Microsoft Visual Studio... |
|
| HOW TO: Connect to a Database and Run a Command Using ADO.NET and Visual Basic .NET (Q301075) |
| Microsoft Support |
| This article describes how to use ActiveX Data Objects (ADO) .NET to connect to a database and run a command (such as UPDATE, INSERT and DELETE) by using a Visual Basic .NET console application. |
|
| HOW TO: Create a remote server by using Visual C++ .NET |
| http://www.kbalertz.com/ |
| (818780) - This step-by-step article describes how to create a simple, remote server that another application can access. The application that accesses the server can be located on the same computer, on a different computer, or on a different network. The remote... |
|
| HOW TO: Create a Remote Server Using Microsoft Visual C# .NET (Q307445) |
| Microsoft Support |
| This article illustrates how to create a simple, remote server that another application can access. The application that accesses this server can be located on the same computer, on a different computer, or on a different network. The remot |
|
| HOW TO: Create a Remote Server Using Microsoft Visual C# .NET (Q307445) |
| http://www.kbalertz.com/ |
| This article illustrates how to create a simple, remote server that another application can access. The application that accesses this server can be located on the same computer, on a different computer, or on a different network. The remot |
|
| HOW TO: Make a GET Request Using C# .NET (Q307023) |
| Microsoft Support |
| The Microsoft .NET Framework includes many useful classes for networking, including the ability to make Web requests. This article demonstrates how to make a simple GET request to retrieve a Web page from the Internet.
|
|