jpobst

Stories kicked by friends of jpobst

Manos de Mono: A new web framework(jacksonh.tumblr.com)

submitted by be789be789(15) 1 year, 8 months ago

"Manos is a a lightweight web application framework that runs on Mono. The goal of Manos is to simplify the entire web application development process. It should be easy to prototype, design, develop, test, debug and deploy Manos applications. The focus isn’t just on getting you up and running quickly, the focus is on the entire process of creating, managing and updating a web application." read more...

add a comment |category: |Views: 204

tags: another

pleased precariously » minvoke - the p/invoke tool for linux(squeedlyspooch.com)

submitted by codegurucodeguru(80) 2 years, 10 months ago

this tool helps .net windows developers to map their native p/invoke calls to windows DLLs into linux ones. read more...

add a comment |category: |Views: 26

tags: another

Using MoMA to Port from .Net to Mono(eweek.com)

submitted by jpobstjpobst(155) 3 years, 1 month ago

Describes how you can use MoMA to test your .Net application's readiness to run on Mono. read more...

add a comment |category: |Views: 21

tags: another

OpenSuse vs. Ubuntu for .Net Developers(blog.runxc.com)

submitted by runxc1runxc1(220) 3 years, 1 month ago

Many .Net developers are playing with Linux on the side because it is free but which Linux should you choose to use if you are a .Net developer? read more...

add a comment |category: |Views: 569

tags: another

.Net Frameworks - how many distros are there?(vistadb.net)

submitted by vistadbvistadb(879) 3 years, 1 month ago

We got an email request from a potential user asking if VistaDB could run on Windows Server Core. I basically responded that if you can install .Net 2 then we should work. Well, that is where it gets interesting. A quick search through MSDN shows that you cannot install .Net 2 on Server Core. But then I found that you can get a customized hyrid ripped apart version of .Net 2 - somtimes... read more...

add a comment |category: |Views: 12

tags: another

Novell’s Mono brings SIMD support to C#(ddj.com)

submitted by mark_csharpcodermark_csharpcoder(135) 3 years, 1 month ago

Parallel programming is not just about multi-threading and multi-core. There’s also a lot of power in the SIMD (Single Instruction Multiple Data) extended instruction set available in most modern microprocessors from Intel and AMD. From Dr Dobb's Go Parallel blog. read more...

1 comment |category: |Views: 220

tags: another

Getting Mono and Visual Studio to play nice together(chriscyvas.wordpress.com)

submitted by ccyvasccyvas(635) 3 years, 3 months ago

The goal was to get some Mono project templates working with Mono assemblies and the Mono compiler in Visual Studio. The trick was to do it in a way that would be able to survive upgrades of Mono installations. read more...

add a comment |category: |Views: 300

tags: another

Moonlight 1.0 Release(weblogs.asp.net)

submitted by sharplifesharplife(4570) 3 years, 3 months ago

Now Linux lovers can enjoy Silverlight streaming media with Moonlight 1.0. Read what Scott Guthrie tells us about this open source implementation of Silverlight. read more...

add a comment |category: |Views: 149

tags: another

Moonlight 1.0 Release - Open Source Silverlight 1.0 Implementation on (hanselman.com)

submitted by mariotm82mariotm82(95) 3 years, 3 months ago

Scott Hanselman talks about Moonlight 1.0. read more...

add a comment |category: |Views: 14

tags: another

Develop .NET on MacOS X(nino-net.org)

submitted by ninomninom(95) 3 years, 3 months ago

A small information about .NET Development under Mac OS X with Mono read more...

1 comment |category: |Views: 425

tags: another

An Impressive Interview(chriscyvas.wordpress.com)

submitted by ccyvasccyvas(635) 3 years, 3 months ago

An impressive interview with Miguel de Icaza read more...

add a comment |category: |Views: 11

tags: another

Mono 2.0 Released(mono-project.com)

submitted by jpobstjpobst(155) 3 years, 7 months ago

The Mono Project has released version 2.0 of Mono, enabling developers to run their .Net 2.0 applications on Linux and OSX. read more...

4 comments |category: |Views: 303

tags: another

Embeddable C# Compiler(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 8 months ago

Manuel de Icaza created an embeddable C# compiler for Mono. read more...

3 comments |category: |Views: 305

tags: another

LINQ Expression Trees on the Compact Framework(evain.net)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 8 months ago

A week ago, I was writing about the ability to use Mono’s System.Core to run C# 3 and LINQ applications on .net 2. A few months ago, I was writing about the new LINQ provider that friends at db4o released. This LINQ provider uses LINQ expression trees to optimize LINQ queries, turning them into db4o’s native query language. Today I’m going to write about a cute new hack from our friends at db4o. If the 3.5 version of the Compact Framework comes with a System.Core, and a LINQ to objects implementation, it doesn’t contain the namespace System.Linq.Expressions, which is used by all optimized LINQ providers. What those fine folks did, was simply to take Mono’s implementation of this namespace. There was one issue with that approach. Expression Trees can be compiled at runtime, and that uses System.Reflection.Emit, that the Compact Framework doesn’t have. A nice thing is that folks at Mainsoft contributed to Mono’s System.Core an expression interpreter, which allows you to use the full LINQ expression trees without using System.Reflection.Emit. They sent me the patches they have for the expression interp read more...

add a comment |category: |Views: 42

tags: another

Standalone Silverlight Applications (Moonlight)(tirania.org)

submitted by LordLord(3737) 4 years, 1 month ago

"Last year we created a framework to run Silverlight applications as native applications. At the time we called those applications moonlight desklets. The desklets are Silverlight applications that run in standalone mode, with full access to the entire Mono API stack (as opposed to be limited to the .NET subset for the web) and that can optionally render without frames." read more...

1 comment |category: |Views: 105

tags: another

Pash - cross platform PowerShell(igorshare.wordpress.com)

submitted by jessejesse(100) 4 years, 1 month ago

Pash is a portable PowerShell implementation written using pure .Net 2.0. It compiles on VS 2008 as well as on Mono. Provide a rich shell environment for other OSes, as well as a hostable scripting engine for rich applications. The user experience should be seamless for people who are used to PowerShell on Windows. read more...

add a comment |category: |Views: 26

tags: another