(X) Hide this Join our next live webcast on December 15th, 10 am PDT - Building a Silverlight 4 application end-to-end. Presenter: Gill Cleeren
Check the webinar agenda | Register for the webinar
Skip Navigation LinksHome / News / View News

Search

 
Results Per Page

Found 6 results for kunal chowdhury.
Date between: <not defined> and <not defined>
Search in: Articles , Shows

Order by Publish Date   Ascending Title   Rating  

  • 2 comments  /  posted by  Svetla Stoycheva  on  Nov 15, 2010 (1 week ago)

     

    Kunal Chowdhury, recently awarded a Silverlight MVP title, is a SilverlightShow article author who just recently joined our team of authors. Kunal has already received quite a lot of recognition from SilverlightShow community and his recent articles got one of the highest amount of hits, and many positive comments.

    We are happy to introduce you to Kunal, understand more about his experience with Silverlight, and peek at projects he is working on. Meet Kunal!

    Q. Kunal - please introduce yourself.

    A. Well, I am from India and presently working as a Software Engineer at Varian Medical System. I started my professional career at August 2007 in non-Microsoft platform but later within 2-3 months I decided to jump into .Net permanently as I love Microsoft Technologies.



  • 1 comments  /  posted by  Kunal Chowdhury  on  Nov 09, 2010 (2 weeks ago)

    This article is Part 3 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
        3. Beginners Guide to Visual Studio LightSwitch (Part – 3) – Working with Editable DataGrid 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.

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

    This article is Part 2 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

     

    Introduction

    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.

  • 5 comments  /  posted by  Kunal Chowdhury  on  Oct 25, 2010 (4 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.
  • 8 comments  /  posted by  Kunal Chowdhury  on  Oct 11, 2010 (1 month ago)

    Table of Contents

    • Introduction
    • Background
    • Step1 : Creating a Silverlight OOB Application
      • Creating a Project
      • Configuring OOB Settings
      • Publishing Application as .XAP
    • Step2 : Configuring CD-ROM Installation
      • Basic to Silverlight OOB Installation
      • Basic to Silverlight OOB Silent Installation
      • Basic to HTA File
      • Creating the Folder Structure
      • Configuring Silverlight Runtime Detection
      • Configuring OOB Application Installation
      • Configuring CD-ROM Installation Launch
    • Step3 : Demo
    • Summary

     

    Introduction

    One of the new features introduced in Silverlight 4 is the silent installation of Silverlight Out-of-Browser application.

  • 1 comments  /  posted by  Kunal Chowdhury  on  Sep 30, 2010 (1 month ago)

    In my previous post “Introduction to Shapes in Silverlight 4” I introduced you with various types of Shapes available in Silverlight 4 and informed you that, I will post an article describing each one of them and here it is.

    In this article, I am going to describe you about each shapes and the process to add them in our application (whenever you need). This article is for the Beginners, who don’t know much about the shape controls. If you have any suggestions/concerns please use the feedback section to let me know.