Servefault.com - Stories tagged with .Net Framework 4.0
3
votes

Visual Studio 2010 RC is available

published 26 days, 8 hours ago posted by gpeipmangpeipman 30 days, 16 hours, 1 minute ago
Saturday, February 13, 2010 5:39:53 PM GMT Tuesday, February 09, 2010 9:38:54 AM GMT
VS2010 RC is out now and available for MSDN users since now. Other guys have to wait until tomorrow when VS2010 RC is made publically available. Reading first news I discovered that most important thing is hardly improved performance of VS2010 RC IDE. All your feedback is welcome to VS2010 RC Connect site. (more)
category: Visual Studio | clicked: 0 | comment | | source: weblogs.asp.net
tags: .Net Framework 4.0, Visual Studio 2010
3
votes

.NET Framework 4.0: Comparing LINQ and PLINQ performance

published 34 days, 7 hours, 5 minutes ago posted by gpeipmangpeipman 39 days, 4 hours, 41 minutes ago
Friday, February 05, 2010 6:35:01 PM GMT Sunday, January 31, 2010 8:59:17 PM GMT
In one of my sessions I demonstrated how PLINQ uses two CPU-s instead of one and has better performance than non-parallel processing. In this posting I will introduce my experiment and show you my example results. In the end of this posting you can find source code that is ready for demonstration. (more)
category: Visual Studio | clicked: 1 | comment | | source: weblogs.asp.net
tags: .Net Framework 4.0, plinq
2
votes

.NET 4.0 FAQ Part 1 -- The DLR

published 97 days, 21 hours, 41 minutes ago posted by IXWebHostingIXWebHosting 101 days, 19 hours, 38 minutes ago
Friday, December 04, 2009 3:59:10 AM GMT Monday, November 30, 2009 6:02:07 AM GMT
In this article we will discuss about what new features are provided by .NET framework 4.0. We will then take up the DLR feature and discuss about ‘dynamic’ and ‘expando’ objects. We will also create a custom ‘expando’ class and see what benefits we can get from the same. Many developers mistake ‘dynamic’ objects where made to replace ‘reflection’ and ‘object’ type, we will try to remove this misconception also. (more)
category: ASP.NET | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: .Net Framework 4.0, DLR
3
votes

Get started with VS2010 - Microsoft and DiscountASP.NET news

posted by DiscountASPDiscountASP 120 days, 16 hours, 3 minutes ago
Wednesday, November 11, 2009 9:37:17 AM GMT
Get started with VS2010Get trained on Visual Studio 2010 and .NET Framework 4.0 – Today! eek! If you missed it, the team that brought you the other cool training kits, has a new version for the beta of Visual Studio 2010 and the .NET Framework 4.0. 28 Presentations, 13 demos and 16 hands on labs with topics ranging from Data Access to Parallel Computing. Get the training kit today and get ahead! http://blogs.msdn.com/allandcp/archive/2009/06/01/get-trained-on-visual-studio-2010-and-net-framework... (more)
category: ASP.NET | clicked: 1 | comment | | source: weblogs.asp.net
tags: .Net Framework 4.0, Visual Studio 2010, VS2010
4
votes

.Net Framework 4.0: VB.NET supports automatic properties

published 125 days, 14 hours, 11 minutes ago posted by gpeipmangpeipman 130 days, 13 hours, 5 minutes ago
Friday, November 06, 2009 11:29:10 AM GMT Sunday, November 01, 2009 12:35:00 PM GMT
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 use them. (more)
category: Visual Studio | clicked: 1 | comment | | source: weblogs.asp.net
tags: .Net Framework 4.0, automatic properties, VB.NET
2
votes

.Net Framework 4.0: Enumerating file system objects

published 134 days, 8 hours, 16 minutes ago posted by gpeipmangpeipman 135 days, 15 hours, 41 minutes ago
Wednesday, October 28, 2009 5:23:41 PM GMT Tuesday, October 27, 2009 9:59:00 AM GMT
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 you these new features. (more)
category: Visual Studio | clicked: 2 | comment | | source: weblogs.asp.net
tags: .Net Framework 4.0, file system
3
votes

.Net Framework 4.0: System.IO.File supports now IEnumerable

published 134 days, 8 hours, 16 minutes ago posted by gpeipmangpeipman 136 days, 22 hours, 51 minutes ago
Wednesday, October 28, 2009 5:23:41 PM GMT Monday, October 26, 2009 2:48:39 AM GMT
.Net Framework 4.0 adds also some new and cool features to file system objects. File class has now ReadLines() methods that returns IEnumerable (more)
category: Visual Studio | clicked: 1 | comment | | source: weblogs.asp.net
tags: .Net Framework 4.0, files
3
votes

.Net Framework 4.0: string.IsNullOrWhiteSpace() method

published 134 days, 8 hours, 16 minutes ago posted by gpeipmangpeipman 137 days, 15 hours, 29 minutes ago
Wednesday, October 28, 2009 5:23:41 PM GMT Sunday, October 25, 2009 10:11:16 AM GMT
.Net Framework 4.0 Beta 2 has new IsNullOrWhiteSpace() method for strings generalizes IsNullOrEmpty() method to incluse also other white space besides empty string. In this posting I will show you simple example that illustrates how to use IsNullOrWhiteSpace() method. (more)
category: Visual Studio | clicked: 2 | comment | | source: weblogs.asp.net
tags: .Net Framework 4.0, C#
1
votes

.Net Framework 4.0: Complex numbers - Gunnar Peipman's ASP.NET blog

posted by HostgatorHostgator 138 days, 22 hours, 16 minutes ago
Saturday, October 24, 2009 3:24:03 AM GMT
.Net Framework 4.0: Complex numbers .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. Complex class has two constructors – one of them has no arguments and the other takes real and complex parts of complex number. Complex numbers have also properties for phase and magnitude.... (more)
category: ASP.NET | clicked: 0 | comment | | source: weblogs.asp.net
tags: .Net Framework 4.0
1
votes

Visual Studio 2010 and .Net Framework 4.0 Beta 1 Is Publically Available - Guy Burstein's Blog

posted by IXWebHostingIXWebHosting 139 days, 19 hours, 47 minutes ago
Friday, October 23, 2009 5:52:33 AM GMT
Visual Studio 2010 and .Net Framework 4.0 Beta 1 Is Publically Available DownloadsVideo: How to Download and Install the Beta.NET Framework 4 Beta 1 Visual Studio Team System 2010 Team Suite Beta 1  Visual Studio 2010 Professional Beta 1 Visual Studio Team Foundation Server 2010 Beta 1 Training and Resources Visual Studio 2010 and .NET Framework 4 Training Kit - May PreviewWhat's New in Visual Studio 2010Visual Studio 2010 Product Highlights WCF WF Samples for .NET Framework 4.0 Beta 1WCF-WF 4 Training... (more)
category: ASP.NET | clicked: 0 | comment | | source: blogs.microsoft.co.il
tags: .Net Framework 4.0, Visual Studio 2010, WCF