DCSIMG
.NET - Amir Shevat's Blog

Amir Shevat's Blog

Some rules can be bend while other can be broken…

Browse by Tags

All Tags » .NET (RSS)
OpenUp - Non-Paged CLR Host
Sasha Goldshtein and Alon Fliess have released a very interesting project called Non-Paged CLR Host to OpenUp , Microsoft open source competition. This project is a custom CLR host that can provide significant performance improvements for applications that consume large amounts of memory. This is accomplished by locking all CLR-allocated pages into physical memory. Running an application under this host can guarantee that paging will not occur even if other applications on the system are allocating...
Silverlight String-To-PathGeometry Converter
Alex Golesh has release String-To-PathGeometry Converter to OpenUp . About the project: "Silverlight 2 is great technology. But for some developers who used to work with WPF there are some missed helper classes, which are very handy. One of them is “PathFigureCollectionConverter” object, which accepts string with figure path definition and convert it to Geometry object. This project provides similar functionality for Silverlight 2: it accepts string with path definition, and return PathGeometry...
OpenUp - Gmail desktop application.
Shai Raiten has released a really cool, and free, gmail desktop application to OpenUp called GSender . Gsender is a simple Gmail desktop application that you can now use to send emails with your Gmail account, moreover no configuration is needed to run the application. Gsender features include - Drag and Drop attachment, Schedule email, add and remove contacts and more… Thanks Shai!
OpenUp - .NET Assembly Information
Rotem Bloom has submitted to openup a nice, small and free .NET tool that display useful information on .NET DLL (Assembly). The tool shows information like: 1) Compilation mode Debug\Release. 2) .NET Assembly full name. 3) .NET Assembly references. Thanks Rotem,