
C# Extension Methods by JavaJeff
C# 3.0's extension methods (static methods that can be invoked using instance method syntax) language feature lets you add methods to existing types without having […]
C# 3.0's extension methods (static methods that can be invoked using instance method syntax) language feature lets you add methods to existing types without having […]
C# is a statically-typed language (type checking is performed by the compiler, as opposed to being performed at run-time), which implies that variables must be […]
This article discusses the process involved in the boot process of the DOS Operating System. Booting may be defined as the process of loading the […]
During any discussions in forums, there are many people who want to write COM/ATL DLL but have problems creating Properties, Methods or raise Events from […]
As any body know how to create a dialog box in Win32, but lot of them are struggling how to place controls on that dialog. […]
Active Directory Programming has become necessary now a days because Active Directory is now been considered as a standard across all organizations. In an active […]
Named Pipes are useful in Inter Process communication. Pipes will always have two ends. One on the Server (usually to listen and reply) and the […]
Named Pipes are useful in Inter Process communication. Pipes will always have two ends. One on the Server (usually to listen and reply) and the […]
Extracting the e-mail addresses and the associated NT accounts from the global address list is easier to program and difficult to execute. Organizations have huge […]
A windows computer will in most probability be installed with some profiles for connecting to the Microsoft Exchange Servers. This profile will contain details of […]
Copyright © 2025 | WordPress Theme by MH Themes