Thursday, July 29, 2004
Wednesday, July 28, 2004
Sunday, July 25, 2004
concepts i could not explain in the interview....!!!

COM+ (Component Services)
COM+ Programming Overview

COM+ and Windows 2000: Ten Tips and Tricks for Maximizing COM+ Performance

Garbage Collection: Automatic Memory Management in the Microsoft .NET Framework
Jeffrey Richter

.NET Interop: Get Ready for Microsoft .NET by Using Wrappers to Interact with COM-based Applications
David S. Platt

Chapter 6, which covers ADO.NET, wasn't printed in the first edition of the book. Instead, I made it available by download from this site. I've now updated it to contain Chapter 6 from the second edition.
Download ADO.NET Chapter, 3rd edition

.NET Framework: CLR - Under the Hood
Speaker: Jeff Richter
In this talk, software legend Jeffrey Richter will describe how the CLR works "Soup to Nuts." Learn about the CLR's execution model including intermediate language, verification, JIT compilation, metadata, and assembly loading. Explore the runtime relationship between code, types, objects. A thread's stack, and the heap. See how the CLR's garbage collector knows what objects are in use and what objects are not in use so that unused objects can have their memory reclaimed. After this talk, you'll have a great understanding of how the CLR does the things it does.

Support WebCast: Automation Servers with MFC and ATL
This presentation will show the possible ways of developing and using automation servers in Microsoft Foundation Classes (MFC) and Active Template Library (ATL).
Download presentation wc062700. This is a 748-KB Microsoft PowerPoint (.ppt) file.
Read the transcript from this Support WebCast
Friday, July 23, 2004
Thursday, July 22, 2004
Thursday, July 15, 2004
Monday, July 12, 2004
Sunday, July 11, 2004
Monday, July 05, 2004
cooooool collection of links on patterns ....

Da book on patterns
Lance's Whiteboard
C#, .NET CLR, .NET CF, EAI, Gaming, and other nonsense...
Design Pattern Links, Articles, eBooks, and other resources.

Here you will find information on these patterns together with downloadable source code in C#.
To give you a head start, the source code is provided in two forms: structural and real-world. Structural code uses type names as defined in the pattern definition and UML diagrams. Real-world code provides real-world programming situations where you may use the patterns.

Welcome to the patterns home page. It is a source for information about all aspects of software patterns and pattern languages.

Welcome to Java Patterns
Welcome to the Java Patterns Page! On these pages you will find a growing collection of patterns, open-source tools and technologies to make Java design and development easier and more productive.




This site is dedicated to making the design and implementation of integration solutions easier. Most solutions and approaches describe here are valid for most integration tools and standards such as IBM WebSphere MQ, TIBCO, Vitria, SeeBeyond, JMS, Microsoft Messaging, MSMQ, Web Services etc.

Design and Architecture sample code, articles .. an excellent source to learn patterns