Flasher

Stories kicked by Flasher

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

What Gives? DEBUG, RELEASE & Inline (blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 5 months ago

What is the different between DEBUG and RELEASE? Why should you care about it? How to ignore JIT optimization? Read this post to find more... read more...

add a comment |category: |Views: 12

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

Microsoft Embracing the Cloud(simnova.com)

submitted by webscalewebscale(40) 3 years, 10 months ago

Microsoft has a number of solutions that appear to form a very strong offering for enterprise class web 2.0 applications: (including new projects : Red Dog / Velocity / Zermatt) read more...

add a comment |category: |Views: 11

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

Classes that show up in every project (codebetter.com)

submitted by PeterRitchiePeterRitchie(1505) 3 years, 10 months ago

Jeremy Miller lists classes that show up in also every project is works with. read more...

add a comment |category: |Views: 503

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

10 ways to keep employees happy (IT employees) (devlicio.us)

submitted by expressoexpresso(465) 3 years, 11 months ago

10 ways to keep employees happy read more...

add a comment |category: |Views: 39

tags: another

Clean your HTML inputs or the dog-eaters will get to you(gojko.net)

submitted by gojkogojko(1115) 3 years, 11 months ago

Google sent quite a few people looking for underground Korean adult movies to my blog. I guess that you can find anything on Internet these days, but why were they looking for it on my web site? The answer to that question turned out to be another great example of why inputs should be cleaned up no matter how unimportant. read more...

add a comment |category: |Views: 13

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

lessthandot - Regular Pentagon Puzzle(forum.lessthandot.com)

submitted by AlexCuseAlexCuse(325) 3 years, 11 months ago

We've decided to do a recurring feature at LessThanDot and have a "Programmer Puzzles" section with interesting puzzles published. This week the challenge is to identify the outer points in a regular pentagon (or n-sided polygon for extra credit), given the center point and the radius. You can use any programming language you like, just please let people know which one you have decided to use! read more...

1 comment |category: |Views: 8

tags: another

Keep your .config clean with external config files(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 11 months ago

The web.config (or app.config for non-web applications) file is the central place to configure your web application, starting from connection strings, over application settings to ASP.NET specific topics like caching, authentication & authorization, sessions as well as HTTP handlers and modules. Normally the web.config starts as a neat little pet you can easily manage. But as soon as your project grows mature, web.config turns out to be a huge beast. This article shows you a way to tame the beast. read more...

add a comment |category: |Views: 473

tags: another