XAML to PNG with server-side WPF
posted by crpietschmann(11.3k) 3 years, 7 months ago 0
Direct Link: http://blog.galasoft.ch/archive/2008/10/10/converting-and-customizing-xaml-to-png-with-server-side-wpf.aspx
Reply
Silverlight 2.0 RTW is GO! Go Download the latest bits!
Note: in the link I submitted, I placed an artificial parameter ("version=2.0RTW"), this is just so that I could resubmit this url to DNK. It tricks it to thinking it's different, since the http://silverlight.net/GetStarted url was submitted over a year ago for v1. Now that 2.0 RTW is out, it seemed appropriate to be submitted again.
Quote for October
"There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult." - C.A.R. Hoare
Generic Variance in C# 4.0
posted by crpietschmann(11.3k) 3 years, 6 months ago 0
Awesome!
You Can Watch PDC'08 Sessions Online!
Direct Link: https://sessions.microsoftpdc.com/public/timeline.aspx
Visual Studio 2010 == Visual Studio 2008 + ReSharper
posted by crpietschmann(11.3k) 3 years, 4 months ago 0
Kicked for the amusement of the VS'10 screenshots on Microsoft.com actually being ReSharper screenshots.
Introducing DotNetShoutout.com
Um... Isn't DotNetShoutout.com just a copy of DotNetKicks??
JSINQ
posted by crpietschmann(11.3k) 3 years, 3 months ago 0
hmm... The name of this project is the same as my JSLINQ project just missing a letter.... http://codeplex.com/jslinq
.NET GoogleReader API
I hate it when people rip off good blog content. Go vote for the REAL link here: http://www.dotnetkicks.com/csharp/NET_GoogleReader_API_1
8 ways to be a better programmer in 6 minutes.
In case anyones wondering, it is back up now. Probably has been for awhile.
Silverlight Progress Bar
Well apparently this link is now dead.
posted by crpietschmann(11.3k) 3 years ago 0
Here's a couple usefull links for Progress Bars in Silveright: http://www.silverlightshow.net/items/The-ProgressBar-control-in-Silverlight-2.aspx http://silverlight.net/blogs/msnow/archive/2008/09/29/silverlight-tip-of-the-day-49-how-to-implement-a-progress-bar.aspx
Silverlight has a progress bar control built in. Paste this XAML into the Page.xaml of any Silverlight 2 application: <ProgressBar x:Name="pg2" Margin="10" Height="15" IsIndeterminate="True" /> I trust that you'll correct your post, it looks bad. We look at people's posts when we're recruiting, I expect other people do too. For more info, have a look at the ProgressBar class in the System.Windows.Controls Namespace of the .NET class library for Silverlight: http://msdn.microsoft.com/en-us/library/system.windows.controls.progressbar(VS.95).aspx
Sorry about the wording in the previous comment. I just copy/pasted an email I recieved from someone on this issue. They didn't feel like contributing to DNK, so I posted it here myself instead.
Weekly Tool Tip: Introducing .NET Reflector
Kicked because it's about .NET Reflector!! This is the most useful tool for .NET Developers besides Visual Studio. I know there are some people that aren't aware of it yet (no matter how few), and they really need to be enlightened and check it out.
Tap into the Power of the Windows 7 Taskbar
posted by crpietschmann(11.3k) 2 years, 5 months ago 0
DIrect Link: http://www.developerfusion.com/article/70567/tap-into-the-power-of-the-windows-7-taskbar/