CrazySupporter

Stories kicked by CrazySupporter

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

Who Called Me? (blogs.microsoft.co.il)

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

Sometimes it is important to understand what method called other method. In ths post I will show you an easy way to do that. read more...

3 comments |category: |Views: 690

tags: another

Terrible Code Example - Methods From Hell (dev102.com)

submitted by talisharon10talisharon10(800) 3 years, 7 months ago

Learn how not to code your applications with this terrible code example that I have come accross. read more...

add a comment |category: |Views: 882

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

Anders Hejlsberg: The future of programming languages(blog.jaoo.dk)

submitted by locrainlocrain(400) 3 years, 7 months ago

In this video Anders Hejlsberg takes a look at the future of programming languages and sees the trends; declarative, dynamic and concurrent. As the chief designer of the C# programming language and a key participant in the development of the .NET Framework Anders Hejlsberg has a lot to say about this development - not just as a wish but also as something that can be realized. read more...

add a comment |category: |Views: 408

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

.NET Assemblies Tutorial Part 1 of 5(msdotnetsupport.blogspot.com)

submitted by duttavrhotmailduttavrhotmail(344) 3 years, 10 months ago

Despite the fact that .NET binaries take the same file extension as COM servers and unmanaged Windows binaries (*.dll or *.exe), they have absolutely no internal similarities. For example, Read Full Article from www.msdotnetsupport.blogspot.com http://msdotnetsupport.blogspot.com/2008/06/net-assemblies-tutorial-part-1-of-4.html read more...

add a comment |category: |Views: 203

tags: another

Visual Studio Power Toys Are Back! : Visual Studio Hacks(visualstudiohacks.com)

submitted by javeryjavery(5523) 3 years, 10 months ago

The missing power toys have been found and are now on MSDN Code Gallery. read more...

add a comment |category: |Views: 767

tags: another

Styling Separators in WPF (devlicio.us)

submitted by bennagebennage(1150) 3 years, 10 months ago

A brief outline on how to style separators for menus and toolbars in WPF. read more...

add a comment |category: |Views: 63

tags: another

NHIbernate 2.0 Goes Beta 1 after Microsoft ‘Linq to Entities’ receives(damon.agilefactor.com)

submitted by dcarrdcarr(790) 3 years, 10 months ago

The first official beta for NHibernate 2.0 was released today. This comes on the heels of the damaging ‘boycott’ of the Microsoft ‘Linq to Entities’ upcoming release, which was anticipated to be a serious competitor to NHibernate. LAST MINUTE UPDATE FROM THE NHIBERNATE TEAM There has been a change in how NHibernate is packaged as the core and contrib aspects now have dedicated locations. Since NHibernate 2.0 Alpha 1, ONLY THE CORE of the project is included at the link above. The Contrib Projects are now in a dedicated location: http://sourceforge.net/projects/nhcontrib There are a few new projects that are essential to investigate for your needs (for example the Burrow project). Also be sure to visit the wiki for these significant projects: http://nhcontrib.wiki.sourceforge.net See the end of this post for a partial list of these contrib efforts. The team at domain.dot.net has been working with 2.0.X since the first alpha, and following the progress of the trunk. In our opinion this beta has the high quality of prior betas and we recommend it for non-critical systems immediately as your risk policy allows. We’re working on a more detailed analysis coming soon on some of the key improvements. To download the code direct from the trunk use this SVN URL: https://nhibernate.svn.sourceforge.net/svnroot/nhibernate This is no minor update, as with this release they will align with the widely used and praised ‘Hibernate 3.2’ for Java. Here is a listing of the planned new features which are represented to varying degrees of complexness in this beta: read more...

4 comments |category: |Views: 245

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

OMeta#: Who? What? When? Where? Why?(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 11 months ago

Introducing a new open source project whose aim is to bring the OMeta language to .net. read more...

add a comment |category: |Views: 176

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