.net framework 4.0
Tag details
Welcome to the '.net framework 4.0' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with '.net framework 4.0'.
Latest blogosphere posts tagged “.net framework 4.0”
-
Windows 7 & WPF 4.0 Beta – Taskbar programming of jumplists and thumbnail previews
Mike Taulty's Blog —
Authority: 555
The other day I had a talk to give which included a little around Windows 7 shell programming in .NET 4.0 Beta 2 and I hadn’t really looked at it so I took a few mins out to take a look at how you can program the Taskbar in Windows 7 from WPF in Visual Studio 2010 Beta 2. I was really looking for a short, snappy ...5 days ago -
Hacking Kaxaml to work on .NET 4.0
Mike Taulty's Blog —
Authority: 555
This is what’s known as a “on the train” project :-) I wanted to get a version of Kaxaml that understood WPF 4.0 Beta 2 and so I spotted that the source was on CodePlex and thought I’d set about downloading it and seeing if I could get something going. I should probably try and contribute to the project rather ...1 week ago -
WPF 4 Beta 2 Feature Walkthroughs ( Text and LayoutRounding )
Mike Taulty's Blog —
Authority: 555
I’ve been really enjoying Lester’s feature walkthrough posts over here about various features of WPF V4 Beta 2; Concluding “New WPF Features” Series There’s some really good stuff in there. It made me author a couple of XAML files. Text display is arguably more important than ever as more and more reading ...1 week ago -
Debugging Expression Trees in Visual Studio 2010
C# Frequently Asked Questions —
Authority: 386
First of all, let’s take a look at the example from one of my previous posts . It creates an expression tree for calculating the factorial of a number. ParameterExpression value = Expression .Parameter( typeof ( int ), "value" ); ParameterExpression result = Expression .Parameter( typeof ( int ), ...3 weeks ago

