DrWPF

Stories kicked by DrWPF

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

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

Namescopes in WPF(marlongrech.wordpress.com)

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

This articles explains how Namescopes work and tips and tricks you can do with them.... read more...

add a comment |category: |Views: 9

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

Effects in .Net 3.5 SP1 for WPF « C# Disciples(marlongrech.wordpress.com)

submitted by marlongrechmarlongrech(1000) 4 years ago

Have you heard? The guys at Redmond impressed the world once again! .Net 3.5 SP1 is now Beta…. If you didn’t already, I would suggest that you read this brilliant post from Tim Sneath to get more info on what’s new in WPF. Today, I wanted to experiment a bit with the new Effects that were included in the SP1 Beta. These effects are the same as the BitmapEffects that were previously in WPF. One can also say that these are the replacement for the BitmapEffects. Why? read more...

add a comment |category: |Views: 32

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

Have you gotten Pixel8ed yet‏(pixel8.infragistics.com)

submitted by CodeBanditCodeBandit(25) 4 years, 2 months ago

Infragistics has launched a really cool podcast called Pixel 8 that focuses on great UX. read more...

add a comment |category: |Views: 32

tags: another