Recommended


Silverlight Hosting

Skip Navigation LinksHome / Articles / Tools

Tools

+
Page 
Items Resolution

  • 0 comments  /  posted by  Thanigainathan Siranjeevi  on  Jun 19, 2009 (2 weeks ago)

    I was working with one of the web application localization. I was searching with couple of translator's available with the web. The most popular of them are

    1. Google Translation Service

    2. Bing Translator Service

    I tried using the Google API for the web and it was pretty good. Then in recent times I came across Bing translator and tools link in them gave me the way to implement the Bing API. Bing is making a revolution in the search engines and so I liked to use that here.

    Following URL's are referred for this.

    Share


  • 6 comments  /  posted by  Alexey Zakharov  on  May 28, 2009 (1 month ago)

    1. Introduction

    Currently Silverlight supports two ways of duplex communication: sockets and WCF polling duplex services. I was really impressed by the simplicity of using WCF polling duplex in Silverlight 3, but its responsiveness and scalability leaves much to be desired. On the opposite site we have sockets, which are rather tricky to use, but their responsiveness and scalability satisfy real world application requirements.

    In this article I’m going to introduce my SocketsLight framework, which should simplify the working with sockets by providing high level API over .NET sockets library.

    Share
  • 3 comments  /  posted by  Thanigainathan Siranjeevi  on  May 22, 2009 (1 month ago)

    Authentication and authorization plays a key role in the web world. Going distributed makes information sharing healthier. But only if it's allowed for the know contact it will be healthy. We can very well see this in the existing web world. We have the memberships and roles for ASP.Net web applications. In addition we also have forms authentication and NTLM authentication.

    Going smart client is always best. But considering security it has to be more secure since smart clients attract all the people they can be easily prey to security vulnerabilities.

    Share
  • 0 comments  /  posted by  Thanigainathan Siranjeevi  on  Apr 27, 2009 (2 months ago)

    Silverligth 3 is the most awaited release of Microsoft. I found the download’s from the page Silverlight 3. The following are the utlities that can be found in this download page.

    1. Silverlight 3 Beta Tools for Visual Studio
    2. Microsoft Expression Blend 3 Preview
    3. Silverlight Toolkit
    4. .NET RIA Services
    5. Silverlight 3 Beta Documentation

    In this list the most attracting one is the RIA services which is making wonders with Silverlight now. I will be discussing about them in the later posts.

    Share
  • 3 comments  /  posted by  Boyan Mihaylov  on  Apr 05, 2009 (3 months ago)

    Introduction

    Silverlight 3 beta is out and it introduces a great variety of new functionality. Tim Heuer has already published a guide to the new features in Silverlight 3.

    Element effects in Silverlight 2 are missing. This means that if you want to make your elements more attractive, you have to write your own effects. Silverlight.FX introduced a great number of effects and animations, which you can use. Nikhil Kothari has written a number of posts to show you the capabilities of this small but powerful framework.

    Share
  • 3 comments  /  posted by  Alexey Zakharov  on  Feb 26, 2009 (4 months ago)

    1. Introduction

    This is the first article of my series about deep dive into  ADO.NET Data Services. In this article I'm going to show you how to implement your own ADO.NET Data Services proxy with T4 templates.

    Source code and database backup

    2. Content

    2.1 Problem

    ADO.NET Data  Services is a very powerful toy, but as many other cool Microsoft technologies it needs some workarounds to become usable in the real world applications.

    Most of the problems are connected with the auto generated proxy which is created after the addition of a service reference.

    Share
  • 6 comments  /  posted by  Umesh Patel  on  Feb 13, 2009 (4 months ago)

    Note: This article is submitted by Umesh Patel for Silverlight: Write and Win contest.Thanks a lot, Umesh! Hello All, Please drop a comment if you like it.

    1. Introduction

    Microsoft Silverlight uses the WebClient class to send HTTP requests to remote scripts, which allows the application to perform specific web server functions, such as retrieving files. Remote scripts, created with Active Server Pages (ASP) and Personal Hypertext Processor (PHP), add an additional layer of functionality with direct access to the remote server, such as the file system. In this article, I will demonstrate an application that utilizes the WebClient class to retrieve and display files from a remote server.

    Share
  • 6 comments  /  posted by  Pencho Popadiyn  on  Dec 17, 2008 (6 months ago)

    Note: This article is submitted by Pencho Popadiyn for Silverlight: Write and Win contest.Thanks a lot, Pencho! Hello All, Please drop a comment if you like it.

    1. Introduction

    In the previous article I showed you how Silverlight and the Model – View – Presenter pattern (MVP) can interact with each other. Today I decided to move on ahead in the world of Object Oriented Programming and to present you another big player on scene – the Model – View – Controller (MVC) pattern. Actually the MVC is a MVP’s ancestor, and I think it must be studied first, but that is another topic. Before I start, I want to mention that the purpose of that article is not to compare both of the “brothers”, but to present you the world through the MVC eyes.

    Share
  • 20 comments  /  posted by  Nikolay Raychev  on  Nov 05, 2008 (8 months ago)

    Introduction

    In this article my aim is to give a quick overview of the controls included in the Silverlight Toolkit - launched a week ago and to give an example for every control included in the toolkit. I've made a little research for each control and I will share my impressions with the community.

    Overview

    The following Silverlight controls are included in the toolkit:

    Components in the Stable Quality Band:

    • TreeView
    • DockPanel
    • WrapPanel
    • Label
    • HeaderedContentControl
    • HeaderedItemsControl

    Components in the Preview Quality Band

    • AutoCompleteBox
    • NumericUpDown
    • Viewbox
    • Expander
    • ImplicitStyleManager
    • Charting

    TreeView

    Let's start with the TreeView.

    Share
  • 1 comments  /  posted by  Martin Mihaylov  on  Jun 16, 2008 (more than a year ago)

    What’s new?

    Along with the Silverlight 2 Beta 2 a new version of the DeepZoom Composer was also released. After taking a look at it, I thought that it might be useful to make a list with the changes and the new features I found in it.

    • Output format changed to XML file
    • Image tags can now be added in the Compose section
    • Alignment to Grid and guidelines added to the Compose section
    • Export section enhancements (image formats, Silverlight project output)
    Share

Page