crpietschmann


Comments:

Silverlight 2.0 RTW is GO! Go Download the latest bits!

posted by crpietschmanncrpietschmann(11.3k) 3 years, 7 months ago 0

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.

Reply

Quote for October

posted by crpietschmanncrpietschmann(11.3k) 3 years, 7 months ago 0

"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

Reply

Generic Variance in C# 4.0

posted by crpietschmanncrpietschmann(11.3k) 3 years, 6 months ago 0

Awesome!

Reply

Visual Studio 2010 == Visual Studio 2008 + ReSharper

posted by crpietschmanncrpietschmann(11.3k) 3 years, 4 months ago 0

Kicked for the amusement of the VS'10 screenshots on Microsoft.com actually being ReSharper screenshots.

Reply

Introducing DotNetShoutout.com

posted by crpietschmanncrpietschmann(11.3k) 3 years, 4 months ago 0

Um... Isn't DotNetShoutout.com just a copy of DotNetKicks??

Reply

JSINQ

posted by crpietschmanncrpietschmann(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

Reply

.NET GoogleReader API

posted by crpietschmanncrpietschmann(11.3k) 3 years, 3 months ago 0

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

Reply

8 ways to be a better programmer in 6 minutes.

posted by crpietschmanncrpietschmann(11.3k) 3 years, 3 months ago 0

In case anyones wondering, it is back up now. Probably has been for awhile.

Reply

Silverlight Progress Bar

posted by crpietschmanncrpietschmann(11.3k) 3 years, 3 months ago 0

Well apparently this link is now dead.

Reply

Silverlight Progress Bar

posted by crpietschmanncrpietschmann(11.3k) 3 years ago 0

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

Reply

Silverlight Progress Bar

posted by crpietschmanncrpietschmann(11.3k) 3 years ago 0

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.

Reply

Weekly Tool Tip: Introducing .NET Reflector

posted by crpietschmanncrpietschmann(11.3k) 3 years ago 0

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.

Reply