.NET Framework 4
Tag details
Welcome to the '.NET Framework 4' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with '.NET Framework 4'.
Latest blogosphere posts tagged “.NET Framework 4”
-
.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 ...2 weeks ago -
PDC09 – Register Today
Bob's Blog —
Authority: 425
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 )2 weeks ago -
ScottGu on WPF 4
Mike Taulty's Blog —
Authority: 519
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 )2 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 ...3 weeks ago -
Innovation Showcase Headlines 10/26/2009
Bob's Blog —
Authority: 425
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 )3 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 IEnumerable3 weeks ago -
Download Microsoft Visual Studio 2010 Professional Beta 2
SEO Blog & Technology —
Authority: 122
Y es you have creativity and there are talented designers and initiative developers with you, then what you need now is an integrated environment such as Microsoft Visual Studio 2010 Professional the .NET Framework that are designed to simplifies the basic tasks of creating, debugging and deploying applications. ...3 weeks ago -
ScottGu Manchester ASP.NET MVC Video
Mike Taulty's Blog —
Authority: 519
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 ...3 weeks ago -
.Net Framework 4.0: Complex numbers - Gunnar Peipmans ASP.NET blog
PimpThisBlog.com - Latest published stories —
Authority: 466
.Net Framework 4.0 Beta 2 introduces new class in System.Numerics namespace: Complex. Complex represents complex numbers and enables different arithmetic operations with complex numbers. In this posting I will show you how to use complex numbers in .Net Framework 4.0 applications.3 weeks ago -
Microsoft .NET Framework 4 Beta 2
Engineering Where Your EyE See —
Authority: 152
The Microsoft .NET Framework installs the .NET Framework runtime and associated files required to run applications developed to target the .NET Framework. The .NET Framework improves scalability and performance of applications with improved caching, application deployment and updating with ClickOnce, support for the ...3 weeks ago -
Even More VS2010/NETFX 4.0 Beta 2 Links and Information
Sam Gentile —
Authority: 468
I have been working a lot with VS2010 and the .NET Framework 4.0 for quite a while now, so I will continue to have it be one of the main focuses of this blog. Here are some more links and information in a New and Notable style. VS 2010 and .NET 4.0 Beta 2 - ScottGu has yet another post that lists VS 2010 and .NET ...3 weeks ago -
VS2010 Beta 2 Installed on a Previous Beta 1 System
Sam Gentile —
Authority: 468
I had VS2010 Beta 1 installed. When Beta 2 came out today , I found I needed to uninstall Beta 1.Here are some things you have to watch out for: You have to, of course, uninstall any extras installed after the Beta 1 install. This includes MVC, which is now in the boix. The main uninstall of Beta 1 will ask you ...4 weeks ago -
VS 2010 Beta 2 is on MSDN and Related Announcements
Sam Gentile —
Authority: 468
Exciting news today! VS 2010/.NET Framework 4 Beta 2 is available on MSDN today and general avilability will be this Wednesday!! You can check out Somas post here and Scott Hanselmans here for some more perspectives. Here are some more related announcements about Visual Studio 2010 : The launch date will be ...4 weeks ago -
ScottGu Manchester Visual Studio 2010 and .NET Framework 4.0 Video
Mike Taulty's Blog —
Authority: 519
As today looks to be the day that Visual Studio 2010 and .NET Framework V4.0 beta 2 become available for download; I thought it’d be good to get my skates on and publish the video footage of Scott Guthrie talking about that very topic at the “ Guathon ” event that happened in Manchester the other week. I tried ...4 weeks ago -
Download Visual Studio 2010 Beta 2 from MSDN
Redmond Pie —
Authority: 626
Microsoft has just released Beta 2 milestone of the next version of Visual Studio to its MSDN subscribers. Testers who are enrolled in MSDN subscription program can now download and try out Visual Studio 2010 Beta 2 and .NET Framework 4 Beta 2 before its public availability, which is scheduled for later this week. ...4 weeks ago -
Visual Studio 2010 simplified to four SKUs, Beta 2 arrives
Ars Technica —
Authority: 755
Microsoft has a bunch of news for developers: a simplified product lineup and pricing options for the next version of Visual Studio , Beta 2 of Visual Studio 2010 and .NET Framework 4, the official launch of both products scheduled for March 22, 2010, related benefits for MSDN subscribers, and improvements to the ...4 weeks ago -
New and Notable 381
Sam Gentile —
Authority: 468
First time I have been up at 5AM in a very long time. BTW, the new Starbucks Via Ready Brew coffees are amazing. They are whole bean instant coffees. They say it took them 20 years to come up with it. All I know, is that it is the first instant coffee I have ever had in my life that doesn’t taste like well, ...4 weeks ago -
.NET Framework 4 File IO Features
TechBubbles —
Authority: 92
New methods are added to the System.IO.File class in .NET framework 4.0 for reading and writing text files. ReadLinesIn earlier version we have used File.ReadAllLines method which returns a string array of all lines in the file.String[] lines = File.ReadAllLines(“file.txt”);The issue is it must read all lines and ...8 weeks ago