rishitraykhanna

Stories kicked by rishitraykhanna

My First Silverlight Game(silverlight4dummies.com)

submitted by SL4DSL4D(135) 3 years, 11 months ago

I've been neglecting this blog but I have the perfect excuse: I was very busy creating my very first Silverlight Game. read more...

add a comment |category: |Views: 36

tags: another

A Major Silverlight PITA, and Two Annoying 3.0 Limitations(rapidapplicationdevelopment.blogspot.com)

submitted by LearLear(1195) 3 years, 11 months ago

Did you know Silverlight implements the Visible property as an enumeration not a Boolean? That leads the author to find two frustrating .Net 3.0 limitations: No ByRef Extension Methods, and no ByRef Automatic Properties. read more...

2 comments |category: |Views: 159

tags: another

Animation in-depth with Silverlight 2.0 Beta – Part Three(dotnetslackers.com)

submitted by faisalfaisal(1345) 4 years ago

Here's an example of an animation where clicking a button will increase the size of the font of the button. First I've declared two constants of type double, one for the font size of the button at the initialization time, which is declared as initFontSize; and the other one at runtime when the button is clicked. When clicked, the event handler creates a DispatcherTimer that generates Tick events every tenth of a second. The TimerOnTick method here increases the FontSize by two units every tenth of a second until the size reaches 48 units, at which point the button is restored to its original size and the timer is stopped. read more...

1 comment |category: |Views: 95

tags: another

Silverlight 2.0 almost WPF(codegod.de)

submitted by illvoid2illvoid2(70) 4 years ago

Silverlight 2.0 Beta is available now. So what's new in this version compared to Silverlight 1.0/1.1? In easy words: It's (almost) as powerful as WPF. This article will help you getting started with Silverlight 2.0 and VS 2008. We will explain the installation of the Silverlight Tools for VS 2008 and create a little Silverlight project using new Layout-functionalities and controls. read more...

add a comment |category: |Views: 25

tags: another

Consume a JSON object in Silverlight (simplesilverlight.wordpress.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years ago

Here is how to consume a JSON object in Silverlight 2. read more...

add a comment |category: |Views: 129

tags: another

Animation in-depth with Silverlight 2.0 Beta – Part Two(dotnetslackers.com)

submitted by faisalfaisal(1345) 4 years ago

I mentioned in the first article that a Storyboard controls animations with a timeline, and provides object and property targeting information for its child animations. This is the cornerstone of Silverlight animation. A Storyboard is a set of one or more animations. It is comparable to a <TransformGroup> element. Storyboard does exactly the same things for animations that <TransformGourp> does for transformations. Storyboard has a Children property that enables you to access all the animation objects within a given Storyboard. Animations do not add or remove elements, they temporarily alter the property values of existing elements. If you create a new Storyboard and add a new rectangle to the canvas, that rectangle will be available to all Storyboards, not just the current one. The rectangle was added to the scene’s base canvas and is not specific to the active Storyboard. read more...

add a comment |category: |Views: 132

tags: another

A Silverlight Beginning - The Verdict(codersbarn.com)

submitted by BognitBognit(2125) 4 years ago

Designers can use Expression Blend and Design to create their artifacts and the XAML end result can be handed off to developers. Now, most people have heard this type of marketing hype ad-nauseum over the past year. So, here's what sold me: read more...

add a comment |category: |Views: 8

tags: another

Animation in-depth with Silverlight 2.0 Beta – Part One(dotnetslackers.com)

submitted by faisalfaisal(1345) 4 years ago

Animation allows us to create attractive user interfaces. Animation is used to apply dazzling effects such as spin a logo or video, make text scroll, make images grow when the mouse is over them etc. Animation is much like varying the property value over time as far as Silverlight 2.0 is concerned. This will be clear if someone takes a closer look at the animated stuff done in Silverlight/WPF applications. read more...

1 comment |category: |Views: 28

tags: another

Great Silverlight 2.0 example application(mscui.net)

submitted by JemmJemm(9604) 4 years ago

Great example of how to make rich line-of-business apps using Silverlight 2.0. Scalable UI, DeepZoom, animation etc. read more...

2 comments |category: |Views: 569

tags: another

VisualBrush and deep clone in Silverlight(blogs.microsoft.co.il)

submitted by tamirtamir(580) 4 years ago

The article about how to build VisualBlush and how to clone objects in Silverlight, when nothing is accessible for developer. read more...

add a comment |category: |Views: 547

tags: another

Convet an excel graph to a dynamic graph in Silverlight (tutorial)(wpf-graphics.com)

submitted by abenedikabenedik(225) 4 years ago

See how to convert an excel graph with Paste2Xaml to a Silverlight application. To show the power of Silverlight we add a starup animation and a dynamicaly showing graph data on moving the mouse over graph's bars. The tutorial can be also used for WPF applications. read more...

add a comment |category: |Views: 505

tags: another

Dynamically Loading Images Silverlight 1.0(xdevsoftware.com)

submitted by wtroomwtroom(210) 4 years, 1 month ago

This shows how to load images dynamically in silverlight 1.0 utilizing C# read more...

add a comment |category: |Views: 58

tags: another

Using Microsoft Expression Design to design the control in Silverlight(blogs.windowsclient.net)

submitted by faisalfaisal(1345) 4 years, 1 month ago

I’ve used Expression Blend in many occasions but I’ve never experimented with expression design since the release of this product. After the release of version 2.0 Beta of Expression Design this is the first time I’m using Microsoft Expression Design. In this demonstration I’ll fix design of my control using Expression Design. Let’s dig into the story . read more...

add a comment |category: |Views: 16

tags: another

Ioc and DI(kevin-berridge.blogspot.com)

submitted by kberridgekberridge(65) 4 years, 1 month ago

Inversion of Control and Dependency Injection, how and why? read more...

add a comment |category: |Views: 0

tags: another

ASP.NET MVC Action Filter - Caching and Compression(weblogs.asp.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 1 month ago

Playing with Action Filters read more...

add a comment |category: |Views: 625

tags: another

Software Development Light (Dumb It Down)(blog.planetwpf.com)

submitted by ivolvedivolved(35) 4 years, 1 month ago

Interesting perspective about the software development industry. read more...

1 comment |category: |Views: 1

tags: another