Sponsored Links
Google Sponsored Links
For Only $5 To Start. Pay Only If Your Advertising Works. Learn More!
www.google.com
Modernize Java Swing Apps
Reuse 95% of Swing components; Deploy business apps in the browser
www.nexaweb.com
system i innovators
AS400-iseries-system i consulting-development-programming
www.i5system.com
Directory Sites
XML and SOAP--Essential to .NET
To be a player in the .NET development world you must understand XML and SOAP. By Kenn Scribner.
www.dotnettoday.com
Microsoft .NET Framework Component Services, Part 1
Discusses the coding, compilation, and deployment process for writing managed classes that utilize COM+ services. By Jonathan Hawkins and Shannon Pahl, Microsoft Corporation.
msdn.microsoft.com
Introduction to .NET, Hello World, and a Quick Look Inside the .NET Runtime
The .NET Framework and Runtime-and why you might care. How to get and install Beta 1 of the .NET Framework SDK and/or Visual Studio.NET. Looks at the metadata and IL for sample programs, and tours the documentation. By Dr. GUI.NET, MSDN.
msdn.microsoft.com
The Code Project - Jeff Prosise on .NET - Interviews
Jeff Prosise from Wintellect has agreed to step up to the podium and give us his thoughts on Life, the Universe, and .NET. Jeff Prosise answers your questions on .NET. By Chris Maunder.
www.codeproject.com
Pioneers are testing Microsoft's new architecture, even as components are being released. By Don Kiely.
www.informationweek.com
Exploiting Microsoft's enterprise application strategy, .NET, should prove a dream for IT managers. The pre-beta version is inherently scalable and easy to build and deploy, saving valuable time and resources. By Tom Yager, InfoWorld Test Center.
www.javaworld.com
Microsoft's latest announcement, called Microsoft .NET, while touted by the likes of Fortune Magazine as a huge "revolution", is really nothing but vaporware. By Joel Spolsky.
www.joelonsoftware.com
The Advanced C#/.NET Tutorial by Gopalan Suresh Raj
Includes a tutorial on advanced C#/.NET topics like .NET Remoting and Channels, Reflection and Dynamic Method Invocation, Asynchronous Message Queuing using the .NET and COM+ Services, how to make HTTP GET and POST requests on Web Page using ASP+, C# & .NET.
my.execpc.com
Garbage Collection: Automatic Memory Management in the Microsoft .NET Framework
Explains how resources are allocated and managed, then gives a description of how the garbage collection algorithm works. Also discussed are the way resources can clean up properly when the garbage collector decides to free a resource's memory and how to force an object to clean up when it is freed. By Jeffrey Richter, MSDN Magazine.
msdn.microsoft.com
Discusses type fundamentals. Starts off by introducing primitive types and then quickly moves on to reference types and value types. By Jeffrey Richter, MSDN Magazine.
msdn.microsoft.com
Avoiding DLL Hell: Introducing Application Metadata in the Microsoft .NET Framework
Describes the use of metadata for easy linking and loading of assemblies, the relationship between metadata and concepts such as IDL and type libraries, and the metadata hierarchy. By Matt Pietrek, MSDN Magazine.
msdn.microsoft.com
Garbage Collection: Automatic Memory Management in the Microsoft .NET Framework, Part 2
Explains strong and weak object references that help to manage memory for large objects, as well as object generations and how they improve performance. In addition, the use of methods and properties for controlling garbage collection, resources for monitoring collection performance, and garbage collection for multithreaded applications are covered. By Jeffrey Richter, MSDN Magazine.
msdn.microsoft.com
Microsoft .NET introduces a new suite of XML APIs built on industry standards such as DOM, XPath, XSD, and XSLT. A discussion of the XMLDOM-Document is also included. By Aaron Skonnard, MSDN Magazine.
msdn.microsoft.com
Viewpoint - Microsoft's .NET Strategy
Overview and commentary on .NET and C# initiatives. By Gopalan Suresh Raj.
my.execpc.com
Using Resources in Visual Studio .NET
Visual Studio .NET has poor support for managing project resources such as bitmaps and icons. This is a short tutorial that explains the VS.NET resource management model, points you to a useful tool for editing resources, and provides example code for loading resources at run-time. By Dejan Jelovic.
www.jelovic.com