- Table of Contents
- .NET Book Recommendations
- What Is .NET?
- The Microsoft .NET Framework
- The Common Language Runtime (CLR), the Common Type System (CTS), and the Common Language Specification (CLS)
- .NET Framework Class Library
- Visual Studio .NET
- .NET Enterprise Servers and .NET My Services
- .NET Compliant Languages
- C#
- Visual Basic .NET (VB .NET)
- ASP.NET
- XML Web Services
- ADO.NET
- XML.NET
- Windows Forms
- Why .NET?
- Displaying Errors with the Error Provider
- COM Interoperability
- Comparing Java and .NET
- Calling Unmanaged Code
- .NET Application Security
- Code Access Security
- .NET Standards Support
- Numeric Types in the .NET Framework
- Working with Strings
- Formatting Strings
- Trimming Character Strings
- Comparing Strings in .NET 2.0
- Arrays and Collections
- Arrays as Class Members
- Sorting a Multi-Dimensional Array
- File I/O (System.IO)
- Working with File Names
- Using the File System
- Working with Files and Directories
- Monitoring the File System
- Working with Streams
- Working with Text Encodings
- Working with Date and Time
- Extending the DateTime Class
- Fun with Dates
- Exceptions
- Delegates
- Events
- Asynchronous Programming
- Asynchronous File I/O
- Timers
- Random Numbers
- Serialization
- MultiThreading (System.Threading)
- Multi-Threading Overview
- The Managed Thread Pool
- Managed Threading
- Thread Synchronization
- Synchronizing Data Access
- Trace Debugging
- Tracing in .NET 2.0
- ASP.NET Trace
- Validating User Input in ASP.NET Web Pages
- Event Logging
- Monitoring Application Performance
- Accessing the Registry
- Accessing Environment Information
- Environment Variables in .NET 2.0
- Managing Windows Forms Applications
- Working with Email
- Working with Graphics
- Animating a Background
- Working with Images
- Drawing Cycloid Curves
- Simulating the Spirograph
- Building International Web Applications
- .NET Compact Framework
- Mobile Web Development with ASP.NET
- Speech Technologies
- Microsoft MapPoint Web Service
- Working with Typed DataSets
- Using Relationships in DataSets
- DataColumn Expressions
- Playing Simple Sounds
- Playing Sounds with .NET 2.0
- Returning an Image in a Web Page
- RSS
- Best Practices Project Structure
- Best Practices Application Blocks
- The Data Access Application Block
- The Exception Management Application Block
- Best Practices — Performance
- Best Practices — Performance and Scalability
- Best Practices - Testing
- Reading the Tea Leaves, 2005
- Predictions: A Look Back at 2005, and a Look Ahead to 2006
- .NET Downloads
- Application Deployment Overview
- Application Deployment — Versioning
- Application Deployment — Version Policy
- Application Deployment — Packaging and Distribution
- .NET Remoting Overview
- A Remoting Demonstration
- Remoting Configuration
- Remoting: Lifetimes and Leases
- Remoting: Other Issues
- Attributes
- Writing Custom Attributes
- Accessing Attributes in Code
- Reflection
- Class Design: Inheritance, Interface, or Composition?
- The TriTryst Game
- Console Applications in .NET 2.0
- New File I/O Methods in .NET 2.0
- Building Projects with MSBuild
- Unmanaged Callbacks in .NET 2.0
- Timer Troubles
- Non-Rectangular Windows Forms
- Windows Forms Transparency
- 10 Things I Hate About Visual Basic
- 10 Things I Hate About C#
- Background Processing with Idle Time
- Scaling Windows Forms
- Reading and Writing Binary Data
- New Memory Management Functions in .NET 2.0
- Compatibility Between .NET 1.1 and .NET 2.0
- Managed Debugging Assistants in .NET 2.0
- XDir: A Program for Viewing Directory Sizes
- The Microsoft.VisualBasic Namespace
- Operator Overloading
- Working with GPS Data
- Hidden Visual Studio Tools
- .NET 3.0
- The .NET 2.0 Stopwatch Class
- Nullable Types
- Drawing Rotated Text
- Unsafe Code
- Other .NET Languages
- Compiler Directives
- Safe Handles
- Predictions, 2007 Edition
- New Features in C# 3.0
- Generics
- Network Client Programming
- On the Misuse of Exceptions
- Maximum Object Size in .NET
- More on Maximum Object Sizes
- Keyed Collection Memory Limitations
- Matching String Endings
- Allocating Small Data Structures
- Grumbling About Limitations
- Some Thoughts on the Nature of What We Do
- Working with Predicates in Collections
- Working with DataReaders
- Outputting XML with XmlWriter
- Writing XML Data
- Working with Compression
- Another Look at Compressed Streams
- Compressing a Very Large File
- Canonical URIs
- Constructing URIs
- Using OneWayAttribute for Remote Calls
- Selecting a Garbage Collector
- Linked List
- Linked List Application - The MRU List
- Auto-implemented Properties in C#
- The HashSet Collection
- Looking Ahead: 2018
- An Experiment in Optimization
- A Larger Integer
- Extension Methods
- Language Integrated Query (LINQ)
- Variable Length Parameter Lists
- The ReaderWriterLockSlim Synchronization Primitive
- Sorting a Text File
- Sorting a Large Text File
- Using ListView with Large Data Sets
- LINQ One-Liners
- Regular Expression Optimization
- Random File I/O
- Computing the Size of a Structure
- More on Computing Structure Sizes
- UnmanagedMemoryStream
- Dynamically Loading Code
- Building a String Table
- Delegates Versus Function Pointers
- Visual Studio Editor Features
- A Simple Profile Timer
- New Features in C# 4.0
- IEnumerator or IList?
- New Features in .NET 4.0
- Set Operations with IEnumerable and HashSet
- Using File Locks
- Extending Object Functionality
- Clearing a HashSet
- When Hash Codes Matter
- Parsing Command Line Options
- Creating a Single-Instance Program
- Asynchronous Windows Forms Events
- The BackgroundWorker Component
- Fixing a Dumb Mistake
- Thinking About Multi-Threaded Programs
- JavaScript Object Notation
- Useful .NET-related Sites
- Markov Models
- Building an Order 0 Markov Model
- Higher Order Markov Models
- Webmaster's Guide to robots.txt
- An Overview of the Parallel Extensions to .NET
- Parallel Extensions Synchronization Objects
- Thread Safe Collections
- A Bug and a Conundrum
- Another Bug and an Answer
- Task Parallel Library
- Good and Bad Ideas in C#
- Parallel LINQ
- Copying Large Files
- Replacing File.Copy
- Learning from Our Mistakes
- Symbolic Links
- There Is No Easy Fix
- Tracking Hurricanes
- Examining Hurricane Data
- Searching for Multiple Strings
- Simple JSON Processing
- Aho-Corasick String Searching
- Writing a Web Crawler New
- Web Crawler Politeness New
- Source Control Management New
- Informit Reference Library
Sample Code and Video Show Downloads
Created Mar 14, 2003.
Visual Studio .NET 2003 Evaluation Guide. Download this guide to evaluate Visual Studio .NET 2003.
Visual Basic .NET code samples:
Top-Level Forms demonstrates a multiple-forms application similar to Microsoft Word.
Implement Role-Based Security with Enterprise Services shows how to add role-based security to components running within the enterprise services environment. Such security controls who has access to the component (based on roles defined within the COM+ application to which the component belongs, and adding users to those roles).
Master-Details Web Form. The master-details interface is one of the most common types of data-access interfaces in use. Imagine data structured hierarchically, such as in the TreeView control used in Windows Explorer.
TCP Remoting is designed to show how to use the .NET Remoting architecture using three types of remote objects.
Use Crystal Reports demonstrates how to use the Crystal Reports print-preview report viewer.
Data Access - Data Entry Form demonstrates how to create a data entry form to add, update, and delete records from a single table using ADO.NET.
XP Theme Support demonstrates how to enable support for XP themes in your application.
Using the COM Port in VB.NET demonstrates how to control a communications port from .NET. Since the .NET Framework doesn't support direct control of the communications port, a separate class is used that provides direct Win32 API calls. (Note: "Com port" is synonymous with COM port, serial port, or RS232 port.)
Create a Screensaver with GDI+ shows how to create a screen saver using Visual Basic .NET.
Visual Basic .NET Voices Shadows download. Code for the MSDN Voices column - Visual Basic.
Deploying .NET Applications: Lifecycle Guide provides guidance for deploying .NET applications. It discusses the issues and processes that developers should adopt to deploy distributed .NET applications. It also includes discussions on using Visual Studio.
System.DirectoryService sample code. Sample code for an article on System.DirectoryServices.
.NET Compact Framework code samples:
Pocket TaskVision. Pocket TaskVision is an extension of the TaskVision solution and allows users to manage tasks using Pocket PC devices in a connected or a disconnected environment.
DateTimePicker Control. Download the sample code that goes with the MSDN white paper on the DateTimePicker control.
Deployment. Sample code associated with the Deployment white paper.
Code sample for the MSDN article "Creating a Visual Studio .NET Add-In To Provide Windows XP Theme Support," by Duncan Mackenzie.
ASP.NET Sample: Extending WebServices for SOAP Security. This sample code demonstrates how to extend Microsoft .NET Framework web services to include SOAP message-based security. It reveals how to authenticate messages based on digital signature technology and encrypt these messages for confidentiality.
The Visual Studio .NET hands-on labs were used at TechEd 2001. Download now and start learning about the programming features in Visual Studio .NET.
Coding4Fun Issue 2: Background Copy. This sample allows you to schedule and manage downloads using the Background Intelligent Transfer Service.
Weaning Developers from the CommandBuilder. This code sample supplements the above-named MSDN article on the ADO.NET Command Builder and describes how to create your own insert, update, and delete queries.
Comparing and Sorting Text for Arabic Cultures in Visual Studio .NET. Visual Studio .NET has a variety of classes to support string manipulation. Alphabetical order and conventions for comparing items vary from culture to culture. Arabic is a very rich language that contains several things to consider while comparing and searching strings.
The .NET Show articles:
ADO.NET. Michael Pizzo and Sean Draine explain how ADO.NET has evolved to become the primary database programming model for .NET.
The Developer Roadmap - 300k. Thomas O'Grady and Kerry Carnahan speak about the .NET Developer Roadmap.
The Compact Framework - 300k. David Rasmussen, Oshoma Momoh, and Ed Kaim discuss the features, benefits, implementation details, and programming methodologies that the Compact Framework enables.
Code Optimization - 300k. Patrick Dussud and Gregor Noriskin from the CLR team explain general concepts of code optimization.
Customizing the Windows Forms DataGrid Sample shows how to customize the Windows Forms DataGrid in Visual Basic .NET and C#.
The MSDN Show: The .NET Framework. Anders Hejlsberg and Brian Harry explain how the .NET Framework allows applications to easily take advantage of the overall .NET architecture.



Account Sign In
View your cart