Showing posts with label Silverlight. Show all posts
Showing posts with label Silverlight. Show all posts

Tuesday, November 09, 2010

forgatas Silverlight-ban

Az volt a feladat, hogy egy videot kellett 90 fokkal elforgatva megjeleniteni Silverlight-ban.

Erre van a PlaneProjection (msdn) ami 3D-ben tud forgatni, de nekunk eleg volt a RotationZ.

Tovabbi peldak:

Wednesday, June 09, 2010

readerQuotas

Itt kell beallitani, hogy mekkora tombok mehetnek fel-le.

maxArrayLength:
A positive integer that specifies the maximum allowed array length of data being received by Windows Communication Foundation (WCF) from a client. The default is 16384.

maxBytesPerRead:
A positive integer that specifies the maximum allowed bytes returned per read. The default is 4096.

Es a web.config-ban ide kell tenni:
configuration\system.ServiceModel\bindings\customBinding\binding\binaryMessageEncoding\readerQuotas

Friday, May 14, 2010

Thursday, May 13, 2010

Scott Guthrie: Silverlight 2 End to End Tutorial

Silverlight 2 End to End Tutorial: Building a Digg Search Client

To help people come up to speed with Silverlight 2, I've written a simple Silverlight application and put together a series of step by step tutorials that explain the different programming concepts behind it (controls, layout management, networking, data-binding, styles, user controls, templates, etc). I also added a tutorial post that demonstrates how to migrate the application outside of the browser and enable it to run as a desktop application using WPF and the full .NET Framework.

Below are the pointers to the 8 tutorials I've put together: