New Features in Silverlight Beta 4

No.of Views679
Bookmarked0 times
Downloads 
Votes6
By  usamawahabkhan   On  25 May 2010 09:05:30
Tag : Silver Light and XAML , General
Now Microsoft release Silverlight Beta 4 New and Very Useful Features. Silverlight 3.0 was have Some major problems Like Assessing Com Object Silverlight didn't Provide`s Printing Support Developer have to us Browser Print support
emailbookmarkadd commentsprint

Images in this article missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at info@codegain.com

 

Introduction

Now Microsoft release Silverlight Beta 4 New and Very Useful Features. Silverlight 3.0 was have Some major problems Like Assessing Com Object  Silverlight didn't Provide`s  Printing Support Developer have to us Browser Print support.

 

Image Loading

any other Services another Problem when u will trying local file access But beauty of  Mouse events but Mouse wheel and right click for right click menu were absent in Silverlight 3 these are some of Major Problem in Silverlight 3.0 .Now Silverlight come`s with all solution now in silverlight 4.0 can  access Local file , Make Print Feature enable in you Application or reporting Silverlight4.

PrintDocument class

PrintDocument pd = new PrintDocument(); pd.PrintPage += (s, args) =>   {       args.PageVisual = LayoutRoot;   }; pd.Print();

Silverlight 4.0 New Features

1 Network Authentication and Trusted Network Access

Now Use NetWork Authentication and trusted Network Access in you application use you  Network Authentication Model in you biz applicaitons

2 COM Object Access in Trusted Applications

Till Silverlight 3.0 didn't Support COM Object But Silverlight Provide Environment like Destop App but did use any COM Feature Now But in Silverlight 4.0 You Use COM Object or like Windows Sapi   Access in Trusted Applicatoins .

3.RIA Services support in Visual Studio 2010

Full Ria Services Support in vs2010.

4.Local File Access

access any Local file on Silverlgiht application

5.Asynchronous Data Validation

data Validation another Problem in sl.30 solve in Microsoft silverlight 4.0 Beta

6.Printing API Basics

In Silverlight 3.0 Printing Classes Were Absent so there Big Problem for developer to Create Business Application in SL Most of Practices Use Asp.net Support to Enable Printing Capability In Reporting ,or other Application but the beautifully Support of Victor Graphic and Rich Graphical Layout  they can not use it Now in Silverlight 4.0 Provides Printing Class  now you can Develop Fully Printable Rich media Application IN Sliverlight 4.

7.DataGrid Enhancements

8.Using Silveright Controls As Drop Targets

9.RichTextArea

RichText Area is one of Most use Full Feature or web base Portals for Rich Text Data now you can Create MsWord like Online Richtextbox in you application.

 

Image Loading

10.MouseWheel API

 There where lots of Solution were available on Silverlight.net Forums for accessing  Mouse Wheels Events Support in Silverlight but now its Easy available in SL.4.

11.Right Click Mouse Events 

Another Silverlight Problem in Right Events Silverlight provide Most of mouse Events mouse down,mouse up, mousemove but mouse right click was absent in Sl  went You  RightClick silverlight context menu Sl.04 Beta Provide RightClick Event "Element.MouseRightButtonUp"  Now you can Create custom context menu in SL.04 Application.

 

Image Loading

12.Notification API

You can use and make Noteifica withtion log Data Error and other Notification Come`s in Application SL.4 beta Provide NotificationWindow class When SL Application is Out of Browser Mode
to Show Notification  We Can Use NotificationWindow class.

12.BiDi and Right-to-Left Support

13.Accessing the Global Clipboard Programmatically

Programmatically access clipbard specially in Rich Media Application.

14.Using the ViewBox Control

15.Hosting HTML Content

Silverlight 4.0 Support HTML Content in Silverlight Applicatons Before SL4.0 it Was an Issue who To Create iframe , web Browser ,any other html now its Become Very Easy in 4.0 . 

string html = "Usama wahab kha Welcoem to Silverlight 4.0 Beta";
 HtmlContent.NavigateToString(html)

16.Accessing Web Camera and Microphone

Access Web Cams ,Microphones to Create Chat Room  Applicaton , like Yahoo ChatRoom,Skypy but Online on Web.

Use Full Links

So Enjoy Silverlight Beta 4 New Feature.

 
Sign Up to vote for this article
 
About Author
 
usamawahabkhan
Occupation-Not Provided
Company-Not Provided
Member Type-Senior
Location-Pakistan
Joined date-06 May 2010
Home Page-Not Provided
Blog Page-Not Provided
 
 
Other popularSectionarticles
    When you start learning Silverlight and create your first Silverlight application, one thing you will notice XAP file along with HTML and ASPX files. First time after running your Silverlight application you can see XAP file in client bin folder. Before running of Silverlight application, you will not find XAP file in client bin folder.
    Published Date : 19/Apr/2011
    In this article, i will explain how to download or read file asynchronously using WebClient class in Silverlight.The WebClient class is a has many methods,events and properties to support download files in different ways.
    Published Date : 16/Apr/2011
    This article will give a basic introduction of behavior feature in SILVERLIGHT3.0. I will also walkthrough to create a custom behavior.
    Published Date : 05/Apr/2010
    we will see how we can filter a Textbox on Keyboard inputs. We will see how we can block Numeric input from Keyboard.
    Published Date : 16/May/2010
    In this article we would see how we can use ADO.NET Entity Data Model as the ORM in Silverlight 3 Application, and ADO.NET Data Service to fetch the data.
    Published Date : 20/Apr/2010
Comments
There is no comments for this articles.
Leave a Reply
Title:
Display Name:
Email:
(not display in page for the security purphase)
Website:
Message:
Please refresh your screen using Ctrl+F5
If you can't read this number refresh your screen
Please input the anti-spam code that you can read in the image.
^ Scroll to Top