Home / ASP.NET Weblogs
All Tags » C# » Mono (RSS)

Browse by Tags

Related Posts

  • C# / .Net image filters working on linux (and other cross platforms) with Mono

    When I published Yael , which is basically a set of .Net open source image filters class library, I tried testing that on several linux platforms using Mono. back than Mono was somewhere around the 1.2 version and trying to run several gdi related core lib calls crashed down Mono. recently , with the...
    Posted to Roiy Zysman (Weblog) by zroiy on 07-11-2008, 12:00 AM
    Filed under: c#, mono, cross platform, .NET, YAEL, class libraries, image manipulation, Tutorial, gdi, image filters, open source
  • Running c# Winforms applications on linux

    For my first post here (moved from here ), I'm going to shamelessly repost one of my most popular posts. More new original content will follow... Roiy ======================================================================================= Well, We are just about to release monoppix V1.1.8. The main feature...
    Posted to Roiy Zysman (Weblog) by zroiy on 11-03-2007, 12:00 AM
    Filed under: monoppix, winforms, linux, runtime engine, compiler, c#, controls, mono, Windows Forms, cross platform, .NET
  • Method Tree Visualizer :: Fun with IronPython, Cecil and Netron Graph - Part III

    As I said in the last post, the output from Microsoft GLEE looked but not ideal and as the method tree gets bigger with more relationships, the diagram gets out of control. Disappointed with that, my further search takes me to the Netron Project, which is a diagramming and graph layout toolkit for Microsoft...
    Posted to Nauman Leghari's Blog (Weblog) by laghari78 on 04-03-2007, 12:00 AM
    Filed under: .NET, C#, IronPython, Cecil, Mono, CLR, GLEE
  • Fun with IronPython and Cecil (Part II)

    UPDATE: [ Part III with Netron Project ] By the end of first exercise , we can list through list of method calls in a particular method body. Now, my target will be to take a assemblyname::typename::method as input then recursively iterate through the method lists and generate a nice looking visualization...
    Posted to Nauman Leghari's Blog (Weblog) by laghari78 on 04-02-2007, 12:00 AM
    Filed under: C#, IronPython, Cecil, Mono, CLR
  • Fun with IronPython and Cecil

    Don't miss Part II of this tutorial What is Cecil: "Cecil is a library written by Jb Evain ( http://evain.net/blog/ ) to generate and inspect programs and libraries in the ECMA CIL format. It has full support for generics, and support some debugging symbol format. In simple English, with Cecil...
    Posted to Nauman Leghari's Blog (Weblog) by laghari78 on 04-01-2007, 12:00 AM
    Filed under: .NET, C#, Community News, IronPython, Cecil, Mono
  • Mono 1.1.16: Python, Windows Forms, ASP.NET 2.0

    This is actually Beta 3 of Mono 1.2, some highlights (according to the official announcement ): IronPython 1.0 Beta 8 works with this release out of the box. Majorly improved Windows.Forms and System.Drawing as our beta program for Windows.Forms continues. New default optimizations boost performance...
    Posted to .NET at 9.400 ft above sea level (Weblog) by Edgar Sánchez on 07-07-2006, 12:00 AM
    Filed under: WindowsForms, C#, Windows Forms, .NET, Linux, Mono, Python
  • .NET in Linux (and something about numerical analysis)

    Every few months news emerge about the Mono project : spearheaded by Miguel de Icaza in order to have a Linux .NET implementation that would allow to more easily create Windows like applications in Linux, Mono has managed to implement a good C# compiler, most of the BCL (ADO.NET included) and a pretty...
    Posted to .NET at 9.400 ft above sea level (Weblog) by Edgar Sánchez on 06-22-2006, 12:00 AM
    Filed under: ASP.NET, C#, .NET, Numerical Analysis, Linux, Mono
  • DoneDone Monotouch iPhone App Screencast

    A little background for the iPhone application... DoneDone is a web app that manages issue tracking for projects. It's currently our choice bug tracking solution at work . Until a few months ago, the API they expose only allowed for the ability to add a new issue to a project. I went with this a decided...
    Posted to Chris Hardy (Weblog) by Chris Hardy (ChrisNTR) on 11-02-2009, 12:00 AM
    Filed under: C#, .NET, Monotouch, iPhone, Mono
  • Converting a UIImage to a ByteArray in Monotouch

    Monotouch Tips Part 1 Today I'm doing a post on a common problem I see a lot of people run into whilst developing with Monotouch. Having the ability to consume web services within Monotouch is a great feature of Monotouch however - normally sending data files over web services happens using byte arrays...
    Posted to Chris Hardy (Weblog) by Chris Hardy (ChrisNTR) on 11-03-2009, 12:00 AM
    Filed under: C#, .NET, Monotouch, iPhone, Mono
  • Creating a FlipView with Monotouch

    It seems that the default project templates that Monotouch provides doesn't include a FlipView template. This template normally provides a way of flipping a view to another view which displays different information. I created a demo project (which includes Jon Skeet's picture - aren't you lucky?) to...
    Posted to Chris Hardy (Weblog) by Chris Hardy (ChrisNTR) on 11-04-2009, 12:00 AM
    Filed under: C#, .NET, Monotouch, iPhone, Mono
Page 1 of 4 (34 items) 1 2 3 4 Next >