DOTNET POWER PLAY
.NET stuffings and MICROSOFT (C) technologies
Saturday, May 29, 2004
Thursday, May 27, 2004
Sunday, May 23, 2004
Tuesday, May 18, 2004
Monday, May 17, 2004
Saturday, May 15, 2004
Article: Design Patterns Implementation in a Storage Explorer Application
Article: Design Patterns Implementation in a Storage Explorer Application Read a practical application of GOF patterns.
.NET Architecture Center Home - Need more time here
.NET Architecture Center Home Want to be architect?
PDF : .NET Architecture Center: Patterns: Enterprise Solution Patterns Using Microsoft .NET (Microsoft Patterns)
Friday, May 14, 2004
Sunday, May 09, 2004
Saturday, May 08, 2004
Components COM+ in .NET articles
DotNetBips.com - Applying .NET: "BinaryIntellect SMTP Component
It is a shareware component developed by Bipin Joshi that can send emails to individuals or mailing lists. Includes many features not available in System.Web.Mail classes.
Posted On : 12/22/2003 Rating : 3 of 5
Stored Procedure Wrapper Generator
It is a FREE tool to generate VB.NET source code to call your SQL Server stored procedures.
Posted On : 12/12/2003 Rating : 3 of 5
Using Remoting in 3-Tier Scenario
Under .NET your application will talk with some remote component via remoting. However, you can also build more complex applications where in the remote object in turn talks with some other objects over remoting.
Posted On : 7/20/2003 Rating : 3 of 5
Simple Remoting Example
In this sample application we will develop a remote component for validating credit card numbers using Luhn logic
Posted On : 9/14/2002 Rating : 5 of 5
Creating COM+ Aware Components in .NET
COM+ provides many middle ware services like increased scalability, Transactions, object pooling, Just-In-Time activation to your components. In this article we will see with an example how to use .NET components with COM+.
Posted On : 11/5/2001 Rating : 3 of 5
XML Serialization using C#
Serialization is a process of storing state of an object to some media like disk file or stream. .NET further provides a way to serialize objects in XML format. Thus objects can be converted into XML documents (serialization) and later on can be construct
Posted On : 8/5/2001 Rating : 4 of 5
Understanding .NET Assemblies
In the new .Net environment it will be the Assembly which provides the capability for bundled code reuse, associated in traditional Windows development with DLLs. Thi"
.NET Architecture - Integration Patterns (PAG Documentation)
.NET Architecture Center Home: Integration Patterns (PAG Documentation): "Integration Patterns introduces patterns in the context of the Global Bank integration scenario. This patterns catalog is organized to help you locate the right combination of patterns to apply when solving your integration problem. In addition, the guide introduces a visual model that describes a language of patterns and their relationships."
Northwind Unplugged: AN offline application demo
Northwind Unplugged: "Demonstrates how you can build a semi-connected application using Visual Basic .NET. This application automatically detects the connection state and seamlessly switches between online and offline. When offline, any changes to data are automatically cached, and when the connection is reestablished, the data is automatically synchronized with the server. "
Performance Considerations for Run-Time Technologies: Using VALUE TYPES
Performance Considerations for Run-Time Technologies in the .NET Framework: "Microsoft makes use of ValueTypes in a big way: all the primitives in the Frameworks are ValueTypes. My recommendation is that you use ValueTypes whenever you feel yourself itching for a struct. As long as you don't box/unbox, they can provide an enormous speed boost.
One extremely important thing to note is that ValueTypes require no marshalling in interop scenarios. Since marshalling is one of the biggest performance hits when interoperating with native code, using ValueTypes as arguments to native functions is perhaps the single biggest performance tweak you can do."
Friday, May 07, 2004
Thursday, May 06, 2004
Wednesday, May 05, 2004
Tuesday, May 04, 2004
Monday, May 03, 2004
Lutz Roeder's Programming.NET C# VB CLR WinFX
Great Utilities + source code. Digger, Datepicker, reflector
Lutz Roeder's Programming.NET C# VB CLR WinFX