(X) Hide this Watch a recording of the live webcast '10 Silverlight Tips' by Gill Cleeren, delivered on October 27th.
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 1 result for Data Entry Screen.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 2 comments  /  posted by  Kunal Chowdhury  on  Oct 25, 2010 (3 weeks ago)

    This article is Part 1 of the series “Beginners Guide to Visual Studio LightSwitch”:

        1. Beginners Guide to Visual Studio LightSwitch (Part – 1) – Working with New Data Entry Screen
        2. Beginners Guide to Visual Studio LightSwitch (Part – 2) – Working with Search Screen
    Visual Studio LightSwitch is a new tool for building data-driven Silverlight Application using Visual Studio IDE. It automatically generates the User Interface for a DataSource without writing any code. You can write a small amount of code also to meet your requirement.

    Recently, I got some time to explore Visual Studio LightSwitch. I created a small DB application with proper data inserting UI within a small amount of time (without any XAML or C# code).

    Here in this article, I will guide you to understand it with the help of a small application.