_UE_

Stories kicked by _UE_

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

Creating a New Silverlight Project in Visual Studio 2008(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 3 years, 1 month ago

This post is part of a series of articles on Silverlight. The purpose of this post is describe how to start a new Silverlight project or how to add a new or existing Silverlight project to an existing ASP.NET Web Application. read more...

add a comment |category: |Views: 38

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

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

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

Using "using" with a method(blogs.microsoft.co.il)

submitted by shayfriedmanshayfriedman(1411) 3 years, 10 months ago

A nice coding technique I've just run into. It's one of those things that it's good to know about. Enjoy! read more...

add a comment |category: |Views: 28

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

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

Twitter much?(blogs.telerik.com)

submitted by mehfuzhmehfuzh(1906) 3 years, 11 months ago

Are you a Telerik fan? If so, rest assured that we are coming up with new ways for you to stay connected and up-to-date on the latest and greatest news from the Telerik team. And if social networking sites, community forums, and blogs aren't enough, we've got a new treat for you today. I'm proud to announce our presence on Twitter! read more...

add a comment |category: |Views: 8

tags: another

Importance of communication in a team(nablasoft.com)

submitted by alkampferalkampfer(1873) 3 years, 11 months ago

This little article discuss the importance of using the right term in a project. Using poor terminology leads to confusion between members. read more...

add a comment |category: |Views: 240

tags: another

How to get started with the AjaxDataControls with Visual Studio 2005?(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 3 years, 11 months ago

A small how to get started with the AjaxDataControls. read more...

add a comment |category: |Views: 8

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

What is Old is New Again: Functional Programming(explodingcoder.com)

submitted by spoulsonspoulson(327) 3 years, 11 months ago

One of the greatest ideals of high level programming is the idea of code reuse. In the old days, this was only ever done using functions or subroutines, depending on the language. In later days, this was performed as object oriented design. Every language seems to accomplish these ideals in various ways to accomplish a similar goal. read more...

1 comment |category: |Views: 286

tags: another