Tag: Development

Community

Programming Within the CSLA

(Mark Gendein and Bob Reselman) An architecture that can provide fully functional, data-aware objects that behave consistently regardless of network infrastructure and distributed environment is one of the ongoing dreams of programmers and application architects working in client/server settings. In

Community

Hooking in Microsoft .NET

(Sudeesh.P) The Win32 hook is a mechanism by which user-defined functions can be intercepted before an event reaches the target application. Hooks decreases system performance due to the additional processing required for each message. So, they should be installed only when necessary and uninstalled