FreshDotNet

Stories kicked by FreshDotNet

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

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

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

Make a positive number a negative number in 1 line of C# code - A Quiz(j-dee.com)

submitted by jdeejdee(270) 3 years, 10 months ago

Any other cool ways of making a positive number a negative? read more...

1 comment |category: |Views: 295

tags: another

JavaScript ShowModalDialog Aspx page_load event not fires(isolutionteam.co.uk)

submitted by naveedkambohnaveedkamboh(254) 3 years, 10 months ago

I was using javascript to show Popup window. In popup window I was loading .aspx page....... read more...

add a comment |category: |Views: 78

tags: another

How To Grab Frames From A Flash Movie(f-in-box.com)

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

A small article with code sample of how to grab frames of a flash movie in realtime. read more...

add a comment |category: |Views: 129

tags: another

Use ActiveX components without registration(boxedapp.com)

submitted by FlasherFlasher(205) 3 years, 10 months ago

The article describes how to use ActiveXs without registration. The method is also usable for .net applications, many of them still use many Activexs ;) The concept is interesting: all changes made by ActiveX's registration saves in virtual registry only. read more...

add a comment |category: |Views: 343

tags: another

VisualSVN Server 1.5 Released(visualsvn.com)

submitted by rimsystemsrimsystems(6119) 3 years, 11 months ago

We are glad to announce the new and improved version of the popular all-in-one Subversion server package for Windows platform - VisualSVN Server 1.5. This release brings new Subversion 1.5 with a bunch of great features and several important improvements in VisualSVN Server itself: Windows Authorization and UI for hooks. read more...

1 comment |category: |Views: 268

tags: another

VisualSVN 1.5 Released(visualsvn.com)

submitted by rimsystemsrimsystems(6119) 3 years, 11 months ago

We are glad to announce new version of the professional Subversion integration for Microsoft Visual Studio - VisualSVN 1.5. This release brings to you the new release of Subversion 1.5 with a bunch of great fetures and bug fixes. read more...

add a comment |category: |Views: 233

tags: another

MVC CAPTCHA for Preview Release 3(coderjournal.com)

submitted by zigamorphzigamorph(3319) 3 years, 11 months ago

Since my last release of the MVC toolkit some major changes have taken place in the MVC Framework. I am going to do a quick run through of how they changed the MVC CAPTCHA for the better. And what ActionParameters are and how they can benefit you. read more...

add a comment |category: |Views: 175

tags: another

Flash Component for .NET(f-in-box.com)

submitted by FlasherFlasher(205) 3 years, 11 months ago

Sometime ago I had a task: to create a flash projector (something like Zinc or mProjector) with C#. This program should convert input SWF files and other resources into single EXE file that should work in semitransparent or window mode. Optionally, flash.ocx / flash9.ocx can be included into final exe file. After surfing over Internet, I've found this interesting product. I hope we will create a good flash projector with it :) read more...

add a comment |category: |Views: 245

tags: another

.NET Runtime Embedding(boxedapp.com)

submitted by FlasherFlasher(205) 3 years, 11 months ago

Hi all, One interesting product, BoxedApp, can be used to pack .NET runtime with .NET application into a single exe. Instead of other solutions (Salamander), you will see which files are embbeded and how does it work at all, you will see the whole picture. BTW, I've tested it under my Win2k3 machine and it really works well... read more...

add a comment |category: |Views: 349

tags: another