Can any one explain me the features on Visual Lightswitch
|
feedback
|
|
My take would be that Lightswitch is meant for part time programmers who have specific business logic they need to use in an application. Microsoft themselves admit that you need some programming skills in certain circumstances.
| |||||||||||
feedback
|
|
Eric Nelson wrote a great article on what Lightswitch is - read it here | |||
|
feedback
|
|
I'd say is a RAD tool aimed at developing Line of Business Applications (LOBs). You have a few choices of UI patterns for designing the UI of you applications, and then you can customize it up to a point. Then you can write your business rules (coding involved). You can create prototypes with nearly no coding. To compare it with MS Access, while access targets the development of desktop DB applications (client-server), LightSwitch produces a three-tier architecture that handles all the plumbing code binding all these layers. You can also create LOBs, but LightSwitch is not for all types of LOBs. According to author István Novák (http://www.amazon.com/Beginning-Microsoft-LightSwitch-Development-Programmer/dp/1118021959), LightSwitch is ideal if your objective is:
For doing anything beyond drag-and-drop development, you'll need coding skills. At this point, LS supports C# and VB.Net | |||
|
feedback
|
|
Think "Forms Over Data", with all the latest technology, Silverlight, MEF, EF, RIA Services. Almost like a kind of Access.NET on steroids. Yann | |||
|
feedback
|