Microsoft LightSwitch Beta ships early - First Look
Written by Mike James   
Thursday, 19 August 2010

Although it wasn't supposed to be released yet, the LightSwitch beta has shipped early (Thursday 19th August) to MSDN subscribers and will go out to end users on Monday 23rd. It is not often a project, even a beta, ships early and this is probably a reflection of how long the project has been under wraps at Microsoft. We take a first look

Banner

 

Installation is easy - from a DVD or via the web. As an add-on to Visual Studio it offers two new project types which differ by language - C# or Visual Basic. How will the innocent cope with this early technical choice?

 

lightswitch2

From here the steps follow what you might expect from this sort of application generator - first define or import your database table. If you do opt to define a new table you are expected to understand technical terms such as Int32 and String. You also have access to more practical data types - telephone number, email and so on and these come with validation built in.

Once you have a data table you can move to define a screen, i.e. a form, using one of the standard templates. The Screen can be associated with a data table and you can then edit the layout using a tree diagram giving the relationship between components.

 

lightswitch1

You can add custom controls and write code to provide actions. You can also customise the screen in live mode, i.e. while the application is running.

 

lightswitch3

 

The problem is that as soon as you click the Write Code tab you are presented with full C# or VB - if you are trying to avoid such horror there isn't much you can do with LightSwitch. It isn't even particularly pretty code in the sense that the generated portions haven't been hidden of simplified.

Once you have your screen and custom code you can deploy it as  a local application, client server application (which needs IIS etc) or a web application.

After spending a few hours working with LightSwitch the effect is unimpressive to anyone who has used an application generator before. In fact there is little that can be thought of as revolutionary or even innovative. Even BizTalk managed to allow the user to build processes using a graphical editor and so does  Scratch, which may be aimed at children but is easy to use and forms a gentle introduction to programming. LightSwitch could do a lot more than it does to provide access to application creation for non-programmers.

lightswitch4

So is LightSwitch a flop?

No not really. As a RAD application generator it could save a lot of time. You can create a database and form complete with queries, computed fields and so on in no time at all. This means you can get to the interesting bits so much quicker and start coding the unique part of the application. Given that the entire project is in C# or VB you can even take your RAD prototype and extend it into the real application.

But "LightSwitch is for non-programmers" is just silly.

Further Reading

LightSwitch - the developer's take

 

Banner


AWS Introduces A New JavaScript Runtime For Lambda
19/03/2024

Amazon has announced the availability, albeit for experimental purposes, of a new JavaScript based runtime called Low Latency Runtime or LLRT for short, to bring JavaScript up to the performance throu [ ... ]



GitHub Introduces Code Scanning
26/03/2024

GitHub has announced a public beta of a code scanner that automatically fixes problems. The new feature was announced back in November, but has now moved to public beta status.  


More News

<ASIN:0470548657>

<ASIN:0672330814>

<ASIN:0071668950>

<ASIN:0071604081>

Last Updated ( Thursday, 17 March 2011 )