pierremf

Stories kicked by pierremf

How to get up to speed with Team Foundation Server(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 11 months ago

A collection of links about TFS, from evaluation to installation to customization and maintenance. read more...

2 comments |category: |Views: 227

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

LINQ.Flickr 1.3(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 4 years ago

Just released another version of LINQ.Flickr. The release is out with several bug fixes, code optimization, new feature and overall mocking support. I have used Typemock for the unit test of the product. In coming posts, I will show how powerful mock can be in faking routine like upload photo. But, you can dig it right away, if you go by the release page and download a copy of the product. Truly speaking, testing was never fun for serviced API till mock engine is at my hand. ... read more...

add a comment |category: |Views: 15

tags: another

How DotNetKicks posts are being ripped off for other sites!(mikeduncan.com)

submitted by DuncanChudDuncanChud(925) 4 years, 2 months ago

How posts from DotNetKicks are being copy-and-pasted wholesale into other sites. Is your hard work blogging just being stolen for other companies traffic? read more...

3 comments |category: |Views: 4

tags: another

Visualizing the .NET Framework(codebetter.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 2 months ago

This was done using NDepend. The numbers are quite large — e.g. 39,509 types. read more...

add a comment |category: |Views: 5

tags: another

DeepZoom in C# - Not just possible, but easy(blogs.msdn.com)

submitted by wisemxwisemx(8074) 4 years, 2 months ago

DeepZoom is a new technology which has been added to Silverlight 2 which gives you a new and unique way of managing images within your application. It is implemented by the <MultiScaleImage> element in XAML, which, as its name suggests, gives you the facility to control scale and zoom of your images, with Silverlight providing a huge virtual space on which these images can be drawn. This is best described by example. Here you can see an image of a kids science project. read more...

1 comment |category: |Views: 73

tags: another

There's some darkness in your silver light.(devlicio.us)

submitted by bennagebennage(1150) 4 years, 2 months ago

Rob voices his complaints about Silverlight 2.0 from the perspective of a developer of WPF and Flash applications. read more...

add a comment |category: |Views: 3

tags: another

.NET 3.5 Client Product Roadmap(weblogs.asp.net)

submitted by JozefSevcikJozefSevcik(1880) 4 years, 3 months ago

Scott is introducing upcoming features of client part of .NET 3.5 read more...

4 comments |category: |Views: 16

tags: another

New LINQ provider for Flickr(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 4 years, 6 months ago

LINQ provider for Flickr gives an easy way to query , add and delete Flickr photos. Here, I will give some sneak preview about how to use the provider to do different operations on Flickr, as if doing queries with SQL objects.... read more...

add a comment |category: |Views: 6

tags: another