JoshSmith

Stories kicked by JoshSmith

Thriple - a library of 3D WPF components(thriple.codeplex.com)

submitted by JoshSmithJoshSmith(215) 3 years, 2 months ago

A CodePlex project by Josh Smith that contains 3D WPF components. read more...

add a comment |category: |Views: 76

tags: another

WPF ICollectionViewExplained(marlongrech.wordpress.com)

submitted by marlongrechmarlongrech(1000) 3 years, 6 months ago

Tips and tricks on ICollectionView for WPF Apps and how it can be used in M-V-VM read more...

add a comment |category: |Views: 207

tags: another

Silverlight: Live Mesh Integration, Surviving the Olympics and Futures(weblogs.asp.net)

submitted by craigshoemakercraigshoemaker(835) 3 years, 6 months ago

Scott Guthrie and Craig Shoemaker take some time out of PDC 2008 to discuss Silverlight and highlights from the keynote address. Scott shares about current-day Silverlight integrations with Live Mesh, living through the Olympics and what might be expected from Silverlight in the future. read more...

add a comment |category: |Views: 8

tags: another

Crack.NET - A runtime debugging and scripting tool for .NET(cracknetproject.com)

submitted by JoshSmithJoshSmith(215) 3 years, 7 months ago

Crack.NET is a runtime debugging and scripting tool that gives you access to the internals of any .NET desktop application running on your computer. If you love Snoop and Mole for Visual Studio, you’ll love Crack.NET, too. Crack.NET allows you to “walk” the managed heap of another .NET application, inspect all kinds of values on objects, and even manipulate those objects via IronPython scripts. read more...

3 comments |category: |Views: 505

tags: another

Tool: Crack.NET(blogs.msdn.com)

submitted by frank12345frank12345(2809) 3 years, 7 months ago

Introducing : Crack.NET read more...

add a comment |category: |Views: 863

tags: another

WPF: Binding a ConverterParameter value(marlongrech.wordpress.com)

submitted by marlongrechmarlongrech(1000) 3 years, 9 months ago

It is a shame that ConverterParameter cannot have a Binding as a value.... Yet with some tricks you can actually do this.... Have look for yourself..... read more...

add a comment |category: |Views: 2647

tags: another

WPF: Reducing CPU consumption for animations « C# Disciples(marlongrech.wordpress.com)

submitted by marlongrechmarlongrech(1000) 3 years, 11 months ago

Lately I’ve been working on a project at work and the application was performing pretty well. The CPU Usage was below 2% and I was quite happy with it. Then I decided to add a simple animation that continues executing forever… the results 15% CPU consumption … I was amazed at how much CPU was being wasted. Yet I am a stubborn guy and if I want an animation to execute forever, I will do it no matter what…. read more...

add a comment |category: |Views: 301

tags: another

Debugging in WPF - WPF Disciples tips and tricks « WPF Disciples(wpfdisciples.wordpress.com)

submitted by marlongrechmarlongrech(1000) 4 years, 1 month ago

It is proven that we software developers spend more time debugging than actually writing code. Guess what?!! WPF is no different… We have to debug and debug and debug! So the WPF Disciples decided to make a list of articles that can help WPF developers make the debugging process easier… read more...

add a comment |category: |Views: 32

tags: another

WPF Disciples in 3D « WPF Disciples(wpfdisciples.wordpress.com)

submitted by marlongrechmarlongrech(1000) 4 years, 1 month ago

Welcome to the blog of the WPF Disciples group! This is the first post to our group’s blog. Recently, Josh Smith posted on his blog about an application that displays the items of an ItemsControl in a 3D panel. You can check it out here. read more...

add a comment |category: |Views: 65

tags: another

The WPF Podcatcher Series – Part 3 (The Podcast Management Conundrum)(codeproject.com)

submitted by JoshSmithJoshSmith(215) 4 years, 2 months ago

Discusses the solution to a tricky problem related to structural skinning in Podder, the WPF podcast player application created by Josh Smith. read more...

1 comment |category: |Views: 6

tags: another

More than Just MVC for WPF(marlongrech.wordpress.com)

submitted by marlongrechmarlongrech(1000) 4 years, 2 months ago

This article shows some problems you can find when using the MVC in WPF for a large project. The article describes how one can use the Mediator Pattern together with the MVC to fix such issues... read more...

add a comment |category: |Views: 36

tags: another

CodeProject: The WPF Podcatcher Series - Part 2 (Structural Skinning).(codeproject.com)

submitted by marlongrechmarlongrech(1000) 4 years, 2 months ago

About two months ago I unveiled a pet project of mine, named Podder. It is an audio podcast player (a.k.a. podcatcher) built in WPF. The application comes pre-loaded with a dozen or so podcasts, so you can start listening to episodes right away. If there are other podcasts that you would like to listen to, it is easy to add them into Podder at any time. Podder is free, fun, and easy to use. The first article in this series explained that Podder supports what I call “structural skinning.” This article explores what structural skinning is, how I implemented it, and even shows structural skinning in action as we examine a truly fantastic Podder skin built by Grant Hinkson, a professional Visual Designer. read more...

add a comment |category: |Views: 59

tags: another