DCSIMG
C# - Alex Golesh's Blog About Silverlight Development

Browse by Tags

All Tags » C# (RSS)

Silverlight 5–What’s New #2

This is a second post in series of posts about new features in Silverlight 5. This post focuses at simple, yet much desired feature of multiple windows support. First – some clarification: multiple windows will work in elevated out-of-browser mode only. To demonstrate this feature I’ve built simplest application which spans 5 additional windows on button click. The “child” window presents a UserControl. Child window content: < UserControl x : Class ="MultipleWindows_OOB.ChildWindowContent"...

Silverlight 4 Open House and Microsoft Israel and Sela HQ

Yesterday I had 2 great open houses – first at Microsoft Israel and second at Sela HQ. Thanks for all participants! I really enjoyed to present Silverlight 4 before such nice audience! I really enjoyed the Q&A session ah the end of the meeting. If you have more questions – keep them coming!   As promised, I’m posting the link to demo for your convince. Localized and Styled LOB sample application here .   See you next time! Alex

Thoughts about application packaging, Resources, MVVM and others

I thought a lot before decided to write this post… First - I’d like to thanks Ariel Ben Horesh for “inspiring” me to write this post and for dedicating so much time to write his post! After reading his post I thought a lot and my thoughts about the post are the follows: 1. First, I thought about the applications and the way to provide user with best experience while loading those applications… The users shouldn’t wait minutes for application to download… While authoring large Silverlight applications...

Windows Phone 7 Quick Tip: How to use Bing Maps in XNA games

A few days ago, a colleague of mine pointed out to this site which shows a Bing Maps usage within XNA game. I was intrigued how to achieve it… I know that Silverlight applications for Windows Phone 7 could use Bing Maps control (see great usage tutorial here ), but XNA games cannot render Silverlight controls… To solve it, I decided to use a different approach for XNA – download image tiles and present them in XNA game. Let’s get started. First, in order to use Bing Maps API you need a Bing Maps...

Teaser: Multi-Screen

Something big is coming… Imagine PC, imagine phone, imagine game console… Image all of them playing same game… Imagine player with phone playing versus player on console or player on PC… Imagine player starting the game in public transport at the way home and resuming it after arriving home on the console… Imagine that everything is possible…   Just imagine… and enjoy the photo meanwhile :) Stay tuned for more to come!   Enjoy, Alex

Silverlight for Windows Phone 7: “Tombstoning”

This post will talk about tombstoning (what a name!) – the part of application lifecycle on Windows Phone 7. The Windows Phone execution model governs the life cycle of applications running on a Windows Phone, from when the application is launched until it is terminated. The execution model is designed to provide end users with a fast, responsive experience at all times. To achieve this, Windows Phone allows only one application to run at a time. This eliminates the possibility of users getting their...

Silverlight for Windows Phone 7: Launchers and Choosers

This post will talk about launchers and choosers mechanism in Windows Phone 7 applications. The Windows Phone application model isolates every application in its own sandbox, both for execution and file storage. Applications are not able to directly access common stores of information, such as the contacts list to directly invoke other applications such as the phone or messaging applications. To enable scenarios that require common tasks such as these, Windows Phone exposes a set of APIs referred...

Silverlight for Windows Phone 7: Push Notifications (Part 2 of 2)

In previous post I described how to build server part of push notification mechanism for Windows Phone 7. This time I’ll show how to handle push notifications on the phone. To demonstrate it I created pretty simple Silverlight application for Windows Phone. The UI of this application looks like the follows: Lets see how the push mechanism is implemented. Phone API defines a class, which responsible for push notifications: HttoNotificationChannel . This class is responsible for subscribing to events...

Silverlight for Windows Phone 7: Push Notifications (Part 1 of 2)

Now, after Beta tools released it is a time to start talking about new features and changes since Apirl CTP. This is the first part of two parts blog post about push notification mechanism in Windows Phone 7. The API described in this article according to recently released Beta version of Windows Phone Development Tools (WPDT). Windows Phone 7 application can’t run in the background (performance, battery life, usage of radio) and therefore there is a need to have a mechanism that facilitates a communication...

Silverlight 4 @WDC

Thanks for all participants at WDC monthly meeting! I really enjoyed to present Silverlight 4 before such nice audience! I really enjoyed the Q&A session ah the end of the meeting. If you have more questions – keep them coming! As promised, I’m posting the links for demos and presentation for your convince. Presentation slides are here . You could see them online (guess what – pure Silverlight presentation) at my home page: http://www.devcorner.info/   Demo #1 – Webcam, Printing, Install...

Windows Phone Developer Tools CTP Refresh Available

Windows Phone Developer Tools CTP refresh available! This build is compatible with Visual Studio 2010 RTM! For those who are in Silverlight development – from now it is possible to develop Silverlight 4 applications with Silverlight 4 RTW and Windows Phone 7 applications with this CTP refresh.   The download location here . Make sure you are reading what’s new document here and Release Notes (from download location). Additional information about changes could be found here .   Enjoy! Alex

Silverlight 4 Available

Silverlight 4 finally here!!! It works with Visual Studio 2010 RTM ! All downloads you need to start developing great line of business applications: Silverlight 4 Tools for Visual Studio 2010 Blend 4 RC here Silverlight 4 Toolkit (April 2010)   For those who are in Windows Phone 7 development : Do not install this build ! If you need to develop for Windows Phone 7 stay with Silverlight 4 RC build and Visual Studio 2010 RC. The update for Windows Phone 7 tools is not ready yet and will be available...

Silverlight 4 Quick Tip: Out-Of-Browser Improvements

This post will focus on improvements (well some of them) in Silverlight’s 4 RC Out-Of-Browser features. I’ll show how to change shape of your Out-Of-browser (OOB) application. Note : the application has to be elevated application . All needed to take application out of browser is to check this small checkbox in Silverlight’s project settings: This is not new. But the combo in OOB Setting dialog is new: This allows to change the Windows shape in Elevated OOB applications. Small tip here: when you...

Silverlight at Windows Phone 7

Microsoft announced today, that new Windows Phone 7 Series will support Silverlight as one of 2 development frameworks. Second development framework will be XNA (will blog about it later). So, what’s new for Silverlight developers there? First, we have familiar tools: Windows Phone applications with Silverlight will be developed either with Visual Studio 2010, either with new “express” version called Visual Studio 2010 Express for Windows Phone. This “express” version will enable development with...

DevAcademy 4

DevAcademy 4 is coming at March 22, at Airport City near Lod (local event). Come and see me presenting new features of Silverlight 4! At this session I’ll new line of business (LOB) related features of Silverlight 4, improved out of browser model, native automation and much more. Great time and many cool samples involved.   My session is: What’s new in Silverlight 4   Other sessions list (draft) is here . Registration is open! Register here . Hope to see you there! Alex
More Posts Next page »