MangoPoptart

Stories kicked by MangoPoptart

IronPython Studio(codeplex.com)

submitted by omar.qadanomar.qadan(275) 4 years, 3 months ago

IronPython Studio is a free full IDE (Integrated Development Environment) for the Python programming language. It is based on the existing IronPython example that is included in the VS SDK. IronPython Studio is based on the Visual Studio 2008 Shell runtime (royalty free) and can be installed without requiring any version of Visual Studio. read more...

1 comment |category: |Views: 119

tags: another

Hundreds of design patterns, antipatterns and refactorings listed(sourcemaking.com)

submitted by JemmJemm(9604) 4 years, 3 months ago

Good source of common patterns (GoF etc), antipatterns and refactoring types. The examples are good and clear, but the code samples are only in Java/C++. However, the articles and samples are platform neutral enough to be useful even for .NET-purists like us ;) read more...

1 comment |category: |Views: 19

tags: another

CLR Fun Stuff: How is my C# code converted into machine instructions?(shafqatahmed.com)

submitted by raasielraasiel(865) 4 years, 4 months ago

This post describes how a function's MSIL instructions are compiled into native code and when. Anyone writing .NET code should know this basic thing. read more...

add a comment |category: |Views: 8

tags: another

Quake 3 Arena Ported to .NET Managed C++ VS 2008!(gregs-blog.com)

submitted by gregdolleygregdolley(300) 4 years, 4 months ago

Quake III Arena has been ported to Managed C++ .NET under Visual Studio 2008. Check out article for source code download. read more...

add a comment |category: |Views: 38

tags: another

Minority Report-like interaction with WPF(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 4 years, 4 months ago

The guys at Cynergy built a very cool prototype of a no-touch interface using WPF and Wii controller. Here is a video and some insight of how they developed it. read more...

1 comment |category: |Views: 25

tags: another

InteliShade Beta 1.2(intelishade.net)

submitted by jsedlakjsedlak(195) 4 years, 4 months ago

HLSL Syntax Highlighting and Intelisense (Ctrl-Space) add-in for Visual Studio 2005 Standard (and above) has been released. New features include better support for syntax highlighting as well as auto-completion and faster operation. read more...

add a comment |category: |Views: 43

tags: another

XNA 2.0 has been Released(virtualrealm.com.au)

submitted by MykreMykre(830) 4 years, 5 months ago

Well it has been a late night, early Morning, or a nice evening for some... but the XNA Game Studio 2.0 has finally been released. read more...

add a comment |category: |Views: 2

tags: another