Programming is about the language you enjoy developing with, so if .Net can run on Linux it is a good thing, according to one Microsoft development evangelist.
Senior program manager for Microsoft’s developer division Scott Hanselman spends most of his time doing community liaison, including “speaking and evangelizing”.
In Sydney to speak at this year’s Tech.Ed conference, Hanselman said the Mono team is full of exceptionally talented developers who have done a good job getting .Net on Linux.
“Mono has unit testing and continuous integration [and] they have an extensive unit testing framework,” Hanselman said. “It's about the language you enjoy writing, so if I can run .Net on Linux that’s great.”
Hanselman is no stranger to open source as he’s the lead developer for dasBlog, one of the first open source blogs to run on Mono.
He also wrote BabySmash! for his two-year-old and five-month-old children so they could bang on the keyboards of his Windows machines “without hurting anything”.
“I deliberately wrote BabySmash! the wrong way using 10-year-old thinking,” Hanselman said. “A buddy of mine converted BabySmash! from the desktop to Silverlight and it took him about four days as the XAML user interface was sufficiently similar.”
Hanselman also commended the open source Moonlight project that allows Silverlight applications to run on Linux.
The source code for BabySmash! is also freely available. It is being used as an educational tool and has been good for “stress testing video graphics cards”.
Prior to joining Microsoft about a year ago, Hansleman spent 15 years building banking systems and lived through the Web 1.0 bubble.
Hanselman said the .Net 3.5 Framework SP1 has a lot of new, cool features that have been overlooked.
“One of things people don't realize is underneath .Net 3.5 is the ASP.Net 2.0 stuff,” he said. “You won't break the old application and they can run side by side all under IIS7. I can even run my classic ASP applications that are 10 years old.”
Recently Hanselman, sporting his own iPhone, has been looking at how an ASP app can help detect an iPhone visit and give the right experience by automatically resizing the site.
“The goal is to show how flexible .Net is for serving that type of content,” he said.
Latest on ASP & .Net
- Microsoft won't stop .Net on Android
- Open source Ruby, Python hit rocky ground at Microsoft
- Microsoft simplifies Visual Studio
- Oracle data grid scales .NET to new heights
- Visual Studio 2010 release ups testing tools ante
- Visual Studio 2010 opens up to browser-like extensions
- Aussie Startup plugs in Mono to Active Directory
- Mozilla unblocks Microsoft add-on for Firefox
- MySpace to open source in-house data analysis technology
- Novell tool opens iPhone to .Net developers
Development Essentials
- Security experts name top 25 programming screw-ups
- Top 10 wicked cool algorithms
- Facebook app verification fee draws criticism
- Microsoft's openness stressed
- Yahoo's developer platform to launch this week
- Microsoft starts new developer portal
- Google API allows creating apps that can track laptops
- PHP, JavaScript, Ruby, Perl, Python, and Tcl Today: The State of the Scripting Universe
- Analyst: In-house app development fraught with waste
- Is unit testing doomed?
- WebSphere Solution Design (S20) - CBD, contract role3/09/2010
Other
I.T. & T
WebSphere Solution Design (S20) - CBD, contract role - Solution Architect - Web Application Architecture Project!3/09/2010
Other
I.T. & T
Solution Architect to provide strategic and operational consulting for the end-to-end Web Application System project! Experienced with J2EE or .NET?! - Principal Consultant - ITIL2/09/2010
Other
I.T. & T
Excellent opportunity for an experienced ITIL Principal Consultant to join an innovative leading IT Service management consultancy. Attractive packag - Mainframe Developer - COBOL - 12 Month Contract2/09/2010
Other
I.T. & T
Mainframe Developer - COBOL - 12 Month Contract - Business Systems Analyst2/09/2010
Other
I.T. & T
Perm CBD based role for an experienced Business Systems Analyst - Senior SAP Project Manager2/09/2010
Other
I.T. & T
Senior SAP Project Manager - SAP FICO Consultant - 6 week contract - West Sydney2/09/2010
Other
I.T. & T
SAP FICO Consultant - 6 week contract - West Sydney
TechWorld Blogs
Recent blog posts
- Windows Phone 7: how big can it get?
- NBN gets a turn at political football
- Internet filter gets caught up in politics
- TechWorld Forums goes live
- Selective sourcing the hybrid of cloud services
- Social networks catch more business attention
- RIP Kin
- Telstra’s copper and NBN’s fibre: will the two ends meet?
- RIP Windows 2000, XP lives on
- Does the world need another iPhone? Why not
Recent comments
- java development
12 hours 19 min ago - When mine called they
13 hours 2 min ago - 3D TV cannot fall - no way! Why?
16 hours 16 min ago - Thanks for taking the time to
1 day 4 hours ago - Windows scam
1 day 12 hours ago - My only anti fraud method is
2 days 6 hours ago - Private Cloud Taxonomies
2 days 7 hours ago - ...however...
2 days 16 hours ago - This Guy
2 days 16 hours ago - Glasses Free technology
2 days 17 hours ago - FOSS community
2 days 23 hours ago - i have dv6000 with nvidia
3 days 1 hour ago - i have dv6000 and suddenly
3 days 1 hour ago - This is an awesome comment.
3 days 5 hours ago - Real Estate
3 days 7 hours ago - Scam - eventvwr scammers
3 days 11 hours ago - Well I never...
5 days 1 hour ago - Too bad Microsoft was mentioned
5 days 4 hours ago - Phone card is a better option to make calls at a lower rate
5 days 8 hours ago - In other words: "Developers,
5 days 14 hours ago










Comments
classic asp running off mono is not compiling code
Hello Rodney,
How are you getting mono to compile your classic asp pages [default.asp]?
If I rename my file to default.aspx it is getting processed just fine, but defalt.asp is being returned as text.
I edited the file /etc/mono/2.0/web.config (ubuntu 9.04) file by adding this line:
<add verb="*" path="*.asp" type="System.Web.UI.PageHandlerFactory, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
but that did not help much - except that Firefox is now no longer wanting to download the file, but is now showing it.
Thanks in advance for your suggestions.
Post new comment