During the //build/ Day 2 keynote, Scott Guthrie announced a new release of MVC. MVC 4 is a developer preview meaning "danger, Will Robinson, danger". However it is definitely worth a look as it makes building mobile web applications easier.
It is also what I have been waiting for to get moving on Web LOB Accelerator. Read on for how to build a multi-device site using MVC 4.
Continue reading "MVC 4 - Game Changer" »
The WURFL team has introduced a new .NET API. The first pass does not have a Nuget package but they are working on it. So it should eventually show up on Nuget.
Continue reading "WURFL .NET API" »
One of the things I have always wanted to do was write the Mobile LOB Accelerator as multi-device application. One of the things that has held me back is the lack of ADO.NET in Silverlight. Yes I know I can use a lot of database implementations for Silverlight. The problem is that I have yet to find a way to spoof in ADO.NET. I would like a class library that device specific UI then consumes. Ah but how about a web site with device specific UI. This is very doable.
Continue reading "Creating a Multi-Device Web Site" »
WebMatrix Beta 3is now available. WebMatrix is a lightweight development environment to enable Razor development, a new syntax for .NET web pages. Lightweight does not mean less features. It is very full featured and cool.
Continue reading "The WebMatrix is Here" »
People who have read my blog probably knew this was coming. I assisted Rob Tiffany in writing the second version of his Windows Mobile Line of Business Solution Accelerator. So it is only natural that I try and port it to MonoTouch.
Continue reading "Porting LOB Accelerator to iPhone using MonoTouch" »
Yes you read that right. This entry will show you the basics of building a Mac application in .NET. How can this be .NET is a Microsoft Windows technology? Enter Mono. And no I don't mean the disease. I mean the Mono Project a Novell project that has ported .NET to Linux and other platforms including Mac OS X. What follows is a step by step guide to using .NET and no PCs were killed in the writing of this blog entry.
Continue reading ".NET Development for OS X" »
.NET Framework 4 was released on 4/12. One thing developers noticed is that it looks like the x86 and ia64 installs are missing. Not true the links are there but buried in the instructions. Why?
Continue reading ".NET Framework 4 fwlinks and Media Links" »
One of the new features in C# and VB.NET is covariance and contravariance. What the heck is it?
Continue reading "Covariance and Contravariance, huh?" »
.NET Framework is considered part of the operating system. What will happen with .NET 4 once it is officially released and how can you help?
Continue reading ".NET Framework 4 Beta 2 on WU" »
How do you go about migrating from an older .NET Framework to .NET Framework 4? With .NET Framework 4 migration is actually pretty easy.
Continue reading ".NET 4 Migration" »