| .NET Matters: Const in C#, Exception Filters, IWin32Window, and More |
| MSDN |
| Const in C#, Exception Filters, IWin32Window, and More |
|
| 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. |
|
| Basic Instincts - Deploying Assemblies |
| MSDN |
| Deploying Assemblies |
|
| BUG: "System.IO.FileIOException" error message when you run a project that indirectly references the Microsoft.VisualBasic.Compatibility library in Microsoft Visual Basic .NET |
| Microsoft Support |
| (834610) - When you run a Windows application project that indirectly references the Microsoft.VisualBasic.Compatibility library from Microsoft Visual Studio .NET 2002, the reference lookup fails, and you may receive the following error message: An unhandled... |
|
| BUG: "System.IO.FileIOException" error message when you run a project that indirectly references the Microsoft.VisualBasic.Compatibility library in Microsoft Visual Basic .NET |
| http://www.kbalertz.com/ |
| (834610) - When you run a Windows application project that indirectly references the Microsoft.VisualBasic.Compatibility library from Microsoft Visual Studio .NET 2002, the reference lookup fails, and you may receive the following error message: An unhandled... |
|
| Building a Custom Registration and Login Control |
| MSDN |
| Why wait for ASP.NET Whidbey to add Registration and Authentication controls? Build that functionality into ASP.NET 1.1 with this article. |
|
| 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. |
|
| Creating multilingual websites - Part 1 |
| The Code Project |
| Extend the existing globalization capabilities of .NET to create flexible and powerful multilgual web sites. First, create a custom ResourceManager, and then create custom localized-capable server controls to easily deploy multilingual functionality. |
|
| Designing an Extensible DAL |
| DotNetJunkies |
| Filip walks you through how to design an extensible DAL. |
|
| Enumerate and Host Control Panel Applets using C#. |
| The Code Project |
| Demonstrates how to enumerate and host Windows Control Panel Applets using C# and unmanaged C++. |
|
| Error Handling in Visual Basic .NET |
| MSDN |
| Discusses how error handling differs between Visual Basic .NET and Visual Basic 6.0. Main topics include Try/Catch blocks, Exception objects, procedure callers, and how to create your own Exception classes. |
|
| Exception Management in .NET |
| MSDN |
| This document discusses design and implementation guidelines for exception management systems that use .NET technologies. It focuses on the process of handling exceptions within .NET applications in a highly maintainable and supportable manner. |
|
| Generate Thumbnail Images from PDF Documents |
| The Code Project |
| This article presents VB.NET code to create thumbnail images from a directory of Adobe Acrobat PDF documents using the .NET Framework. |
|
| Handle errors and debug programs by using Microsoft Visual Studio Tools for the Microsoft Office System |
| http://www.kbalertz.com/ |
| (824011) - Because of how managed code interacts with unmanaged code, the Microsoft Visual Studio .NET debugger does not display errors that Microsoft Office 2003 applications throw by default. This article discusses how to use Microsoft Visual Studio Tools for... |
|
| Handle errors and debug programs by using Microsoft Visual Studio Tools for the Microsoft Office System |
| Microsoft Support |
|
(824011) - Because of how managed code interacts with unmanaged code, the Microsoft Visual Studio .NET debugger does not display errors that Microsoft Office 2003 applications throw by default. This article discusses how to use Microsoft Visual Studio Tools for...
|
|
| HOWTO: Open Multiple Image Files Without Using the OpenFileDialog Class in Microsoft Visual Basic .NET |
| http://www.kbalertz.com/ |
| (827046) - This step-by-step article describes how to open multiple image files without using the OpenFileDialog class. This article also includes a sample code listing that describes the concepts that are discussed in this article. Note The sample code listing... |
|
| Integrating Web Services and COM Components |
| MSDN |
| Eliminate your organization's dependence on the SOAP Toolkit in order to expose COM components as Web services. See how to consume Web services written on any platform from legacy environments such as COM components and classic ASP pages. |
|
| Memory Game |
| C# Corner |
| This is a memory game where you can use your favorite pictures (.bmp, jpg, gif). Therefore you specify the directory/ies where the desired images are contained in the settings (Settings/Customize../Add). You can also make some other customizations like how many cards are displayed on the screen, or how the pictures are rendered (clip off an area to fit into the cards or stretch/shrink them). |
|
| PRB: 'System.IO.FileNotFoundException' When You Use the Assembly.LoadFrom Method to Load a DLL |
| Microsoft Support |
|
(818434) - When you try to load a DLL in your Visual J# .NET application by using the Assembly.LoadFrom method, and the URL of the DLL contains encoded characters (such as %20 for the space character), you receive the following exception error message:...
|
|
| PRB: 'System.IO.FileNotFoundException' When You Use the Assembly.LoadFrom Method to Load a DLL |
| Microsoft Support |
| (818434) - When you try to load a DLL in your Visual J# .NET application by using the Assembly.LoadFrom method, and the URL of the DLL contains encoded characters (such as %20 for the space character), you receive the following exception error message:... |
|
| PRB: 'System.IO.FileNotFoundException' When You Use the Assembly.LoadFrom Method to Load a DLL |
| http://www.kbalertz.com/ |
| (818434) - When you try to load a DLL in your Visual J# .NET application by using the Assembly.LoadFrom method, and the URL of the DLL contains encoded characters (such as %20 for the space character), you receive the following exception error message:... |
|
| PRB: You Receive a "System.IO.FileNotFoundException" Error When the Client Application Calls a Web Service |
| http://www.kbalertz.com/ |
| (823196) - When you call a Web service in a Microsoft ASP.NET Web application, you may receive the following error: System.IO.FileNotFoundException |
|
| Processing A .aspx File From Console Window, Without Using IIS |
| C# Help |
| In this article you will learn how to execute an ASPX file from a console application. |
|
| System.Reflection.Assembly Class |
| C# Help |
| This article helps you to extract the details of all the types in any code from its .exe file.
We can accomplish this using Assembly class in .Net framework. |
|
| Troubleshooting Common Problem with the XML Serializer |
| MSDN |
| Christoph Schittko discusses various techniques for diagnosing common problems that occur when converting XML to objects and vice versa with XML Serialization technology in the .NET Framework. |
|