The Graphing Calculator Story - 0 views
-
I used to be a contractor for Apple, working on a secret project. Unfortunately, the computer we were building never saw the light of day. The project was so plagued by politics and ego that when the engineers requested technical oversight, our manager hired a psychologist instead. In August 1993, the project was canceled. A year of my work evaporated, my contract ended, and I was unemployed.
Collaboa.org - 0 views
Using C++ Interop (Implicit PInvoke) - 0 views
-
C++ Interop is recommended over explicit PInvoke because it provides better type safety, is typically less tedious to implement, is more forgiving if the unmanaged API is modified, and makes performance enhancements possible that are not possible with explicit PInvoke.
-
C++ Interop allows COM components to be accessed at will and does not require separate interop assemblies
-
Because it is the language of the native APIs, Visual C++ has a special status on Windows which makes it the best language for interacting with the platform APIs -- whether those are pure C++ APIs or COM components. This is partly due to the fact that unlike other .NET languages, Visual C++ allows managed and unmanaged code to exist in the same application and even in the same file ... allowing integration with existing apps and platform APIs that is just not possible in other .NET languages.
IE7Pro - The Ultimate Add-On for Internet Explorer 7 - 0 views
-
A single addon that makes IE7 into the browser it could have been. A few tab-management features, including crash recovery and tab history ... moving the menu where "it belongs" ... enabling inline-search, mouse gestures, ad blocking, spell checking, greasemonkey scripts, as well as super drag-and-go, exporting a web page as an image, and quick proxy switching ... and plugins!
Is this Maxthon?
Idera - Tools for Data Management - FreeWare - 0 views
-
Idera’s SQLsafe Freeware Edition is free SQL Server database backup and recovery tool
Unity Application Block - 0 views
-
To raise awareness of the need to maximize testability when designing applications
-
implement attribute-driven injection for constructors, property setters, and methods
-
allows developers to specify dependencies at run time or in configuration and simplify management of crosscutting concerns
-
The second goal they cite is: To raise awareness of the need to maximize testability when designing applications.
-
Unity (or mor formally, the Unity Application Block) is a lightweight, extensible dependency injection container from Microsoft with simple support for the basics of Inversion of Control and Dependency Injection, including implementing attribute-driven injection on constructors, property setters, and methods...
360 Desktop (VWM) - 0 views
LiquidPlanner - 0 views
Nuvvo Learning Management System - 0 views
Memory Management in .NET - 0 views
« First
‹ Previous
241 - 260 of 338
Next ›
Last »
Showing 20▼ items per page