.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”
-
Debugging Expression Trees in Visual Studio 2010
C# Frequently Asked Questions —
Authority: 388
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 ), ...2 weeks ago -
.Net Framework 4.0: VB.NET supports automatic properties
PimpThisBlog.com - Latest published stories —
Authority: 466
Next version of .Net Framework brings some new features also to VB.NET. One of those new features is support for automatic properties. C# automatic properties are here from .Net Framework 3.5 and now are them also in VB.NET. In this posting I will show to VB.NET users how to use automatic properties and explain why to ...4 weeks ago -
PDC09 – Register Today
Bob's Blog —
Authority: 123
Register by October 30th and receive a $300 discount! Get Windows 7 Compatible PDC09 attendees can get a jumpstart on making sure their applications run seamlessly on Windows 7. Technical experts will be available onsite at the Windows 7 Developer...( read more )5 weeks ago -
ScottGu on WPF 4
Mike Taulty's Blog —
Authority: 525
Scott put out a great post overnight on new features in WPF V4 – well worth a read. Scott’s Post I think I’d better come up with something original for this blog with my next post as the last 3-4 have just been me pointing to work done by Scott :-)...( read more )5 weeks ago -
.Net Framework 4.0: Enumerating file system objects
PimpThisBlog.com - Latest published stories —
Authority: 466
In my last posting I introduced new ReadLines() method and new overloads for WriteAllLines() method of File class. But there are more new stuff in System.IO namespace. In .Net Framework 4.0 Directory and DirectoryInfo class are able to enumerate files, directories and file system entries. In this posting I will show ...5 weeks ago -
Innovation Showcase Headlines 10/26/2009
Bob's Blog —
Authority: 123
Here are the latest headlines form the Innovation Showcase site: Architecture Thought Leaders Gathered in New York Ribbit for Silverlight (R4SL) – Deep Dive Event Intel CEO Paul Otellini Speaks at FoxBusiness About Three Reasons Why Corporations May Not...( read more )5 weeks ago -
.Net Framework 4.0: System.IO.File supports now IEnumerable
PimpThisBlog.com - Latest published stories —
Authority: 466
.Net Framework 4.0 adds also some new and cool features to file system objects. File class has now ReadLines() methods that returns IEnumerable5 weeks ago -
ScottGu Manchester ASP.NET MVC Video
Mike Taulty's Blog —
Authority: 525
Similar to the previous Visual Studio 2010 and Silverlight videos of Scott’s sessions at the Manchester “ Guathon ” event the other week, here’s the video of the ASP.NET MVC (and MVC 2) session that Scott did to start the day. Copying what I said about the previous videos; I tried as best I could to maintain ...5 weeks ago

