Posts Tagged ‘Silverlight’

Microsoft Silverlight 3.0 comes out

Friday, July 10th, 2009

Today released the official version of Silverlight 3, the solution that Microsoft intends to steal the Adobe Flash site to offer to them a richer navigation experience with the greatest support to the new multimedia technologies.

Silverlight 3 introduces over 50 new features, including support 3D accelerated GPU, video H.264 and support outside of the browser which will allow developers to create applications, like Adobe AIR.

Is already available here for Windows, OS X and … oh … no, wait … that’s all.

Link: via Microsoft

Intro To Windows Presentation Foundation (WPF)

Wednesday, March 25th, 2009

Windows Presentation Foundation (WPF) is the user interface subsystem which is included in .NET Framework 3.0. WPF clearly distinguishes user interface and logic offers the programming model which is consistent. WPF application can arrange and execute on the web browser it executes not only in the desktop. With WPF, user interface, the drawing and vector graphics of 2D and 3D object can utilize the expression technique such as raster graphics, animation, sound and playback etc of animated picture uniformly.
a
.NET Framework 3.0 can be preinstalled in Windows, Vista even with Windows XP SP2 and Windows Server 2003 can utilize.

Features

The following are some of the features of WPF.

Graphics

The window is included, all graphics are drawn through Direct3D.

Because of this, it is possible to utilize high-level graphics with single method.

It becomes possible to leave drawing processing to GPU on the video card, by drawing through Direct3D. This CPU would be to reduce the load.

Vector graphics is supported. This allows scaling without loss.

Rendering and interaction of the 3D model are supported.

Arrangement

WPF can arrange not only usual stand alone application, XAML browser application (XBAP) as.

Stand alone application is the application which is arranged on the local computer ClickOnce and Microsoft Windows Installer (MSI) and like by the installer.

XAML browser application (XBAP) it is the application which the host is done with the web browser of Internet Explorer and the like. Function of access and WPF to the computer resource is restricted part.

Interoperability

WPF offers the interoperation function of Win32. To utilize WPF from inside the cord/code of Win321, it is possible to utilize the cord/code of Win32 from WPF.

Also the interoperation of Windows Forms is possible, (ElementHost and WindowsFormsHost class).

Multimedia

WPF offers basic 2D graphic function such as brush, pen, geometric figure and deformation.

The 3D function which is offered with WPF is the subset of Direct3D. But, user interface (UI) and the like is possible with WPF from to utilize closely to the element. UI of 3D, the document and the media etc become possible with this.

The general picture format is supported.

The animated picture of WMV, MPEG and the AVI format is supported.

Time based animation is supported. This does not depend on the performance of the system and maintains the speed of animation uniformly.

The text rendering which utilizes ClearType is supported. In addition, it supports also the function of the OpenType font.

Data Binding

WPF supports the data binding of 3 types which are shown next.

one time: The client ignores the update on the server.

one way: The client has the authority of write inhibit vis-a-vis the data.

two way: The client has reading and entry both authority.

User Interface

The basic installation control such as the button, the menu and the list box etc is offered.

As the powerful point of WPF, it is possible to separate logic and interface completely.

Related Item

Microsoft Silverlight
Adobe Integrated Runtime

External link

Free eBooks For Beginner Programmers

Wednesday, March 11th, 2009

1) ASP.NET MVC

A strong 195 pages with chapters of Wiley Publishing published book “Professional ASP.NET 1.0 MVC” is a preliminary version in PDF format. The book was written by renowned authors Rob Conery, Scott Hanselman, Phil Haack and Scott Guthrie.

The free chapter gives a detailed example of the project NerdDinner, a website to plan and arrange joint dinner. It is shown how this small but complete application built with ASP.NET MVC. The source code can be found on Codeplex (http://nerddinner.codeplex.com) .

Click here to download.

2) Microsoft Visual Studio 2008 EBooks (LINQ, Silverlight 2 and ASP NET 3.5)

Microsoft hass published interesting three books. Great!

  1. Introducing Microsoft LINQ
  2. Introducing Microsoft ASP.NET AJAX
  3. Introducing Microsoft Silverlight 1.0

Click here to download.

3) Understanding Microsoft Virtualization Solutions

Microsoft Press has published “Understanding Microsoft Virtualization Solutions – From the Desktop to the Datacenter” now available as free downloads. Great! ! Microsoft seems to have missed the virtualization pattern gradually came to really try.

Click here to download.

4) 7 Development Projects for Microsoft Office Sharepoint Server 2007 and Windows Sharepoint Services Version 3.0

Click here to download.