(X) Hide this Watch a recording of the recent webinar by Brian Noyes: Querying and Updating Data From Silverlight Clients with WCF RIA Services
See the recording | Read WCF RIA Services Article series by Brian Noyes | More SilverlightShow webinars
Become a member to receive all webinar news by email, or follow all webinar news on Twitter | Facebook | LinkedIn
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 19 results for Getting Started.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Page 
  • 1
  • 2
Next
Order by Publish Date   Ascending Title   Rating  

  • 2 comments  /  posted by  Andrea Boschin  on  Jan 19, 2011 (3 weeks ago)

    Last November Microsoft released its brand new Windows Phone 7 operating system, and many of you may have already bought one of the many models it can be found on the market. If you are, like me, passionate of tech-toys, probably you have already started to play with it, downloading tons of applications from the marketplace and you have permeated your life with the beautiful features of this phone. Now, since if you are reading this pages probably you are also passionate about programming with Silverlight, it is the right moment to get deeply in touch with your phone discovering how you can write your own applications, test them on your device and finally publish them to the marketplace to possibly start earn some money, I'm pretty sure you will use to buy your next toy.



  • 5 comments  /  posted by  Peter Kuhn  on  Jan 10, 2011 (1 month ago)

    Don't miss...

             Windows Phone 7 game development book 

                   Show more books

    This article is Part 0 of the series “XNA for Silverlight developers”:

    Introduction

    Around the time the first Windows Phone 7 devices were released to the market, one popular sentence you heard was "every Silverlight developer is a Windows Phone 7 developer" – and that's true. Silverlight is Microsoft's main platform to do Windows Phone 7 development, and every desktop Silverlight programmer will feel comfortable in the new mobile programming environment instantly. Sure there are differences and libraries specific to the devices, but you won't have to learn a new programming language or new ways to define your UI, and you can use the same development environment you've been using for normal Silverlight development all the time.

    • 16 comments  /  posted by  Kunal Chowdhury  on  Oct 25, 2010 (3 months 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
          3. Beginners Guide to Visual Studio LightSwitch (Part – 3) – Working with Editable DataGrid Screen
          4. Beginners Guide to Visual Studio LightSwitch (Part – 4) – Working with List and Details Screen 
          5. Beginners Guide to Visual Studio LightSwitch (Part – 5) – Working with Custom Validation 
      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.
    • 4 comments  /  posted by  Walter Ferrari  on  Oct 18, 2010 (3 months ago)
      Tags: SharePoint , SharePoint2010 , Web Part , Getting Started , Walter Ferrari
      Sharepoint 2010 is a powerful platform for organisations that want to manage their data in a more efficient way. Some of the key features include document management and collaboration tools, content management and social networking and so on. Since it is essentially a browser-based web platform, why not use Silverlight to offer the users a better experience? The same question probably came up to the Microsoft engineers’ mind when they deliberated the new features of Sharepoint 2010; in fact, with this release a new Client Object Model has been included to allow client applications like Silverlight to interact with Sharepoint data.
    • 2 comments  /  posted by  Kunal Chowdhury  on  Sep 30, 2010 (4 months 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.

    • 10 comments  /  posted by  Braulio Diez  on  Jul 30, 2010 (6 months ago)

      This article is Part 2 of the series Sketchflow from a developer point of view:

      1. SketchFlow from a developer point of view - Part I - Basics 
      2. SketchFlow from a developer point of view - Part II - Dev Stuff

      Introduction

      Sketchflow is a great tool for prototyping, that’s great for designers, but… for developers? of course !!!

      In this article we are going to step through Sketchflow functionality from the point of view of a developer.

      To check how Sketchflow works we will:

      • Simulate the startup of simple project: a  local community web site, that will hold news / events / members plus and admin area.
      • Insert video snippets in between the article to show how to perform certain operations using Sketchflow.
    • 0 comments  /  posted by  Silverlight Show  on  Jul 01, 2010 (7 months ago)
      If you haven’t developed Windows Phone applications yet, Brian has posted some resources for getting started.

      I’ve gotten the Windows Phone App fever. The past few days I’ve been creating my first Silverlight applications for Windows Phone and I have to say I’m impressed with the development environment and the emulator.  I’ve done a lot a work with Windows CE and Windows Mobile in the past, so I've seen my fair share of device emulators, and the Windows Phone emulator is very nice and easy to use.  

    • 0 comments  /  posted by  Silverlight Show  on  Jun 25, 2010 (7 months ago)
      SilverlightShow is happy to announce that the "Get Started" section has been finally updated. Please, excuse us for the delay, but you know what people say: "Better later, than never!". The updated section is intended to simplify your overall search for Silverlight resources as well as your learning process by sharing links to the extensive Silverlight content on SilverlightShow. If you have any comments or thoughts, please leave them here.
    • 3 comments  /  posted by  Pencho Popadiyn  on  Jun 22, 2010 (7 months ago)
      Tags: WCF RIA Services , Telerik , OpenAccess , Getting Started , ORM , Pencho Popadiyn

      1. Introduction

      In this short series of articles I’ll show you how to integrate Telerik OpenAccess ORM in Silverlight applications, how to solve issues when applying this pattern and how to take advantage from this great product. What will be covered?

      • WCF RIA Applications with Telerik OpenAccess ORM Part I: The Basics
      • WCF RIA Applications with Telerik OpenAccess ORM Part II: Create, Update, Delete and Validation 
      • Creating Silverlight Applications with Telerik OpenAccess Data Service Wizard
      • WCF Data Services with Telerik OpenAccess ORM
      • WCF End Points Services with Telerik OpenAccess ORM
      • Silverlight Applications for Windows Azure with Telerik OpenAccess ORM Part I: Connection to SQL Azure
      • Silverlight Applications for Windows Azure with Telerik OpenAccess ORM Part II: Developing the Silverlight Client and Deploying the Application
    • 5 comments  /  posted by  Zoltan Arvai  on  Jun 21, 2010 (7 months ago)

      To MEF or not to MEF?

      Did you ever wanted to build a modular application? You know when you program against interfaces rather than actual implementation, and the implementation is likely to change anytime? The implementation resides in building blocks and you can just replace these building blocks whenever you want. Or maybe you wanted to build an extensible application that can work nicely with plug-ins. I could go on and on with examples but in general, we can say that we have an application and a couple of modules, extensions, building blocks, whatever, and we just want to ”plug” them into our application, without writing any more plumbing code or applying any modification.


    Page 
    • 1
    • 2
    Next