TerraDotNet

Stories kicked by TerraDotNet

Launching .NET Applications From Memory(boxedapp.com)

submitted by _UE__UE_(230) 3 years, 1 month ago

An interesting idea of how to run a .net application from memory directly. read more...

4 comments |category: |Views: 544

tags: another

ReSharper 4.5 Released(web2asp.net)

submitted by sedgeysedgey(1728) 3 years, 1 month ago

I have been using the ReSharper 4.5 Beta release for the last couple of weeks and found it to be reasonably stable and much faster than version 4. read more...

add a comment |category: |Views: 10

tags: another

ReSharper 4.5 complains about my private fields.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 1 month ago

Learn how to change naming style rules in R#. read more...

add a comment |category: |Views: 352

tags: another

Shadowbox javascript in blogengine.net (& flash in Delphi)(development.tobiasopdenbrouw.nl)

submitted by tobiasopdenbrouwtobiasopdenbrouw(140) 3 years, 1 month ago

Showing a Jing flash movie (of a legacy delphi navigation method with xml-driven flash) in a shadowbox in blogengine.net read more...

add a comment |category: |Views: 13

tags: another

Efficient Paging In Silverlight 2 (dotnetcurry.com)

submitted by dripiotdripiot(125) 3 years, 1 month ago

The following article demonstrates how to create and consume a WCF service in Silverlight 2.0 and use efficient server side paging using LINQ to page through event log data. read more...

add a comment |category: |Views: 84

tags: another

Silverlight 2 : Playing Multiple Videos with One Media Element(pendsevikram.blogspot.com)

submitted by VikramPendseVikramPendse(275) 3 years, 5 months ago

Playing Multiple Videos with one media element making use of Media_Ended( ) event read more...

add a comment |category: |Views: 71

tags: another

Virtual file.... from IStream(boxedapp.com)

submitted by _UE__UE_(230) 3 years, 5 months ago

The blogpost shows how to create a virtual file if you have implementation of IStream. The article includes a C# implemenation of IStream and a few samples. So you can create a virtual file with any behavior! Hope it can be interesting for .net developers :) read more...

add a comment |category: |Views: 324

tags: another

Create Portable Applications With Ease(tc-europa.com)

submitted by romanbergromanberg(105) 3 years, 7 months ago

BoxedApp SDK 2.0, a DLL library from Softanics enables developers to take advantage of the next generation technology - application virtualization to create a portable application with zero installation that relies on the virtual environment to run. read more...

2 comments |category: |Views: 389

tags: another

Getting started with custom SharePoint Event Receivers(saftsack.fs.uni-bayreuth.de)

submitted by eXXLeXXL(120) 3 years, 10 months ago

In this post I describe how to create a custom SharePoint Event Receiver using the Visual Studio Extensions for SharePoint Services. read more...

add a comment |category: |Views: 147

tags: another

Managed C++: Embedding Microsoft Visual C++ Redistributable(boxedapp.com)

submitted by _UE__UE_(230) 3 years, 10 months ago

If you use a DLL written in Managed C++, you should a few DLLs from the Microsoft Visual C++ Redistributable package installed. There are no usual ways to link these libraries statically (due to C++ / CLI restrictions). But there a way to include these DLLs into your application, see how in this article. read more...

4 comments |category: |Views: 98

tags: another