Slashdot Mirror


User: JoeAudette

JoeAudette's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re: Azure on Windows Azure Offers Developers Iron-Clad Lock-in · · Score: 1

    As an ASP.NET developer, to me Azure just looks like another web hosting option for ASP.NET web apps. You can get hosting at lots of other places for ASP.NET apps so I don't see any lock in. The pricing will determine how much of a threat it is to traditional web hosts. It seems Azure may have some advantages in terms of sudden scale up ability.

  2. Wish they had tested open source .NET apps on OSS Web Stacks Outperformed by .Net? · · Score: 1

    I wish they had tested open source .NET apps against open source non .NET apps. You really can't run sharepoint on public sites very easily or cheaply. There are a number of open source .NET portals they could have tested including
    DotNetNuke http://www.dotnetnuke.com/ VB.NET
    Rainbow Portal http://www.rainbowportal.net/ C#
    or my favorite
    mojoPortal http://www.mojoportal.com/ C# and also can run on linux with Mono

  3. I'd much rather hear this one man band on Guitarists, your Days are Numbered · · Score: 1

    It looks similar to what Eric Royer has been doing for years in the subways of Boston http://www.guitarmachine.com/

  4. checkout mojoPortal on OSS Web-based File Management? · · Score: 1

    http://www.mojoportal.com/ is an open source CMS that runs on mono and has a Shared Files module that stores file securly so they can't be retrieved with simple http request but can easily be downloaded/uploaded by users with permission. It doesn't currently suport ldap authentication but that is a planned feature. It also supports file version history. Lots of other godd feature like blogs, forums etc.