ryanvs

Stories kicked by ryanvs

Spinning Wait Symbol in Silverlight, Part 4(nimblecoder.com)

submitted by ryanvsryanvs(75) 3 years, 6 months ago

Creating a spinning wait symbol in Silverlight, Part 4. Added rotation animation to the symbol to give it the spinning effect. read more...

add a comment |category: |Views: 266

tags: another

Developing Silverlight Analog Clock - pattern oriented approach(silverlightshow.net)

submitted by restl3ssrestl3ss(255) 3 years, 6 months ago

A nice article about creating an analog clock in Silverlight 2 using the MVP pattern. read more...

add a comment |category: |Views: 63

tags: another

Spinning Wait Symbol in Silverlight, Part 3(nimblecoder.com)

submitted by ryanvsryanvs(75) 3 years, 6 months ago

Programmatically build a spinning wait cursor symbol in Silverlight. Added curvature to the "pizza" slices. read more...

add a comment |category: |Views: 56

tags: another

Silverlight 2 Elliptical Control 3D (Carousel)!(iltc.wordpress.com)

submitted by samnoblesamnoble(100) 3 years, 7 months ago

I recently got myself set up with Silverlight so I could have a go at writing an app and seeing just what is the difference between it and WPF. I set myself the target of porting the 3D Ellipse control from my last post and this is the result. A 3D carousel control written in Silverlight 2. It is just as configurable as the last (well a little more as you can specify the focal length of the camera) and makes use of some neat tricks to get around the lack of 3D support in Silverlight. Screenshots, source code (Silverlight 2.0, C#) and walkthrough available. read more...

add a comment |category: |Views: 601

tags: another

Spinning Wait Symbol in Silverlight, Part 2(nimblecoder.com)

submitted by ryanvsryanvs(75) 3 years, 7 months ago

An exercise in Silverlight: how to programmatically create a shape (or "pizza") with slices somewhat similar to the rotating wait cursor in Mac OSX. read more...

add a comment |category: |Views: 72

tags: another

Spinning Wait Symbol in Silverlight(nimblecoder.com)

submitted by ryanvsryanvs(75) 3 years, 7 months ago

Simple animation using Silverlight to emulate the wait symbol on a Windows Mobile Treo. read more...

add a comment |category: |Views: 394

tags: another

101 Free Silverlight Controls(webresourcesdepot.com)

submitted by cheetahtechcheetahtech(815) 3 years, 8 months ago

Awesome collection of FREE silverlight controls. read more...

add a comment |category: |Views: 2931

tags: another

Bouncing Balls in Silverlight, Part 1(nimblecoder.com)

submitted by ryanvsryanvs(75) 3 years, 8 months ago

Simple sample of bouncing ball in Silverlight. It is just intended to demonstrate the basics of a simple ball motion. read more...

add a comment |category: |Views: 36

tags: another

Is Switch same as a bunch of If-Else-If statements?(blog.somecreativity.com)

submitted by dnksiddnksid(355) 4 years, 1 month ago

The article describes how the C# compiler handles the switch statement, which might be a bit surprising for some. read more...

add a comment |category: |Views: 24

tags: another

SQL SERVER - Better Performance - LEFT JOIN or NOT IN?(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 4 years, 1 month ago

What do you think? I am sure result will surprise you. read more...

2 comments |category: |Views: 78

tags: another

Quick guide to resizing virtual disks in VMware(nimblecoder.com)

submitted by ryanvsryanvs(75) 4 years, 1 month ago

Step by step guide on how to resize virtual disks in VMware. Useful when Windows, SQL Server, BizTalk, Visual Studio, and Office take far more space than you expected! read more...

add a comment |category: |Views: 5

tags: another

Set the FieldSpecified property automatically in WSDL generated files(nimblecoder.com)

submitted by ryanvsryanvs(75) 4 years, 1 month ago

If you use the nillable or minOccurs attributes in the WSDL files, the wsdl.exe tool generates a boolean 'Specified' field. In order to transmit the field value, this field must be set 'true' even if a value is assigned to the field. This post shows how to automatically add code to set the Specified property in WSDL generated files. read more...

add a comment |category: |Views: 389

tags: another