Core Coding Experience in Visual Basic and Visual C# in the Visual Studio 2010 and .NET Framework 4.0 CTP announcement
-
Link
Hi,
I'm Charlie Calvert, the C# Community PM. I'll be one of the moderators on this forum. We want you to use this forum to provide feedback on the scenarios described in the walkthroughs that are part of the Visual Studio 10 CTP. In this forum we want to stay focused on the design of those features, and not on the stability of the release as a whole. Please tell us if you think we have included the right features, and if they are correctly designed. This is your chance to give the PM's driving these your features your feedback on their designs. The October 2008, Visual Studio CTP is meant primarily to allow you to use these new features in the manner described in the walkthroughs; other parts of this pre-beta release may not be working correctly at this time. This is not the place to submit bugs; if want to report bugs, you should use connect.
Thank you
- Charlie
Found 72 threads
-
0 Votes
FORUM LOCKED: Please use the Visual Studio 2010 & .NET Framework 4 Beta 1 Forums
Thank you for visiting Visual Studio 2010 .Net 4 CTP forums. Since the Beta1 is now available we are closing down the CTP forums and encourage you to visit the new Visual Studio 2010 ... -
0 Votes
Is Microsoft.VisualBasic namespace going to exist in C#-VS2010?
Hi, I'm developing an application in C# using Microsoft.VisualBasic namespace. I heard it might be discontinued in later versions of VS, from VS2010 onwards. Is ...Unanswered | 2 Replies | 15617 Views | Created by kominbhai - Friday, March 20, 2009 6:54 PM | Last reply by Mattias Sjögren - Wednesday, May 20, 2009 12:15 PM -
4 Votes
Quick Search for Files and Symbols
Hello all! One of the coolest feature in the upcoming release of Visual Studio is Quick Search for Files and Symbpls. This feature gives you a streamlined way to search and ...Discussion | 4 Replies | 19050 Views | Created by Dustin.Campbell - Tuesday, October 28, 2008 1:10 AM | Last reply by James.Ying - Wednesday, May 20, 2009 3:06 AM -
0 Votes
Inefficiency in Enumerable.Count with covariance
I didn't see a forum for .NET 4.0 BCL, so here goes. Now that IEnumerable is covariant, some of the methods in Linq to Objects run slower than expected. For example. ... -
3 Votes
Are the feature sets locked?
I'm just curious, is the feature set for C# 4.0 locked? There is one thing that I feel is a glaring omission, and really hurts C#. The fact that generics do not support operator constraints. ...Unanswered | 13 Replies | 16218 Views | Created by DMeglio - Wednesday, November 5, 2008 3:12 PM | Last reply by Marc Gravell - Saturday, May 16, 2009 9:10 AM -
1 Votes
C# 4.0 Type Constraints: "where T : Enum" / "where T: Delegate"
Will C# 4.0 finally allow 'Delegate' and 'Enum' as constraints on type parameters? So far it is impossible to write generic methods (classes) with type constraits for these two. ...Discussion | 2 Replies | 50211 Views | Created by TheDoctorMk2 - Monday, April 6, 2009 2:55 AM | Last reply by kennethxu - Friday, May 15, 2009 6:43 PM -
20 Votes
Dynamic
Hey everyone, My name is Alex Turner and I'm the Program Manager on the C# Compiler. One of the major language features we're adding in C# 4.0 and VB 10.0 is Dynamic, which ...Discussion | 19 Replies | 17397 Views | Created by Alex Turner [MSFT] - Tuesday, October 28, 2008 8:01 AM | Last reply by TechVsLife2 - Wednesday, May 13, 2009 5:33 AM -
0 Votes
Cannot open source file
My VM of Visual Studio 2010 was working fine but then all of the sudden any time I try to open a source file I get the error: "Exception has been thrown by the target of ...Unanswered | 2 Replies | 19949 Views | Created by Justin Etheredge - Tuesday, February 10, 2009 3:47 AM | Last reply by IrmatDen - Thursday, April 30, 2009 11:57 PM -
0 Votes
AsParallel extension method doesn't work
I watched "Future direction for Visual Basic" on PDC 2008, where Lucian Wischik showed up AsParallel extension method on integer array. I wrote the same code in my CTP and here's what I ... -
0 Votes
display member of a datagrid combocolumn need help
Hi friends i am very new to vb.net .please help me.... i have datagrid which contains a combocolumn.i am ...Proposed | 1 Replies | 13995 Views | Created by maruthi siva krishna - Thursday, February 12, 2009 5:10 AM | Last reply by Meghna Sathyanarayan - Tuesday, April 14, 2009 11:40 AM -
0 Votes
Dynamic REST Service Calls
Hi, I saw that the dynamic feature works with json and xml, but works too with csv? Pedro,Unanswered | 1 Replies | 14222 Views | Created by Pedroafa - Tuesday, November 11, 2008 12:15 PM | Last reply by Alexandru Ghiondea - MSFT - Monday, April 6, 2009 8:47 PM -
0 Votes
Dynamic improvements on C# null-coalescing operator
Hi everyone, I haven't actually tried .NET 4.0 yet, but I'm wondering if something like the following code might be allowed by the C# compiler in 4.0 using dynamic ...Unanswered | 1 Replies | 15477 Views | Created by Dave Sexton - Thursday, February 26, 2009 10:17 AM | Last reply by Alexandru Ghiondea - MSFT - Monday, April 6, 2009 8:44 PM -
1 Votes
WPF SurfaceDesigner
Does anyone know if WPF4 (the one that comes out with VisualStudio 2010) will have SurfaceDesigner that could be used in applications to create your own designer - currently it's not ... -
2 Votes
#Region and #End Region in VB in a method
Hi All, I am very new to VB as my team manger ask me to code in VB instead of C# and I am not sure is this is a silly question. Anyway: I like the use of #region ...Discussion | 1 Replies | 15190 Views | Created by DTeubner - Friday, April 3, 2009 8:09 AM | Last reply by Rory Becker - Friday, April 3, 2009 9:57 AM -
0 Votes
Visual Studio Project conversion issue
Open and selected the same Solution. This time, it started the VS Conversion wizard. I would have expected the Wizard to kick in when solution is opened from Windows Explorer ... -
2 Votes
Support for GPGPU in .Net 4.0?
Hi, with the advent of nVidia's CUDA etc, is there going to be support for programming against a GPU in .Net 4.0? There seems to be a large focus on parallelism as regards multicore CPUs, but haven't ...Unanswered | 1 Replies | 15819 Views | Created by Lachlan01 - Wednesday, March 11, 2009 2:50 AM | Last reply by Ray M_ - Wednesday, March 11, 2009 2:31 PM -
0 Votes
BigInteger implementation
I have noticed some helper/utility static methods in the BigInteger class. public static BigInteger Abs(BigInteger value); public static BigInteger Add(BigInteger left, ...Unanswered | 2 Replies | 15951 Views | Created by Marius Bancila - Tuesday, March 3, 2009 5:35 AM | Last reply by Marius Bancila - Sunday, March 8, 2009 5:25 PM -
0 Votes
Inline statements in VB: If-Else, For, For-Each, While, Do etc.
If True Then somtn' Else nuttn' 'No need for EndIf ...Unanswered | 1 Replies | 17348 Views | Created by Shimmy Weitzhandler - Wednesday, March 4, 2009 12:04 AM | Last reply by Shimmy Weitzhandler - Friday, March 6, 2009 2:36 AM -
1 Votes
Make VB IIf function same as in C# ?: & ?? (if null)
As you all now IIf is a function, it's not a language feature, the disadvantage (others would say it is, so in case my feature suggestion is accepted don't delete the existing lol) of it is ...Answered | 7 Replies | 19517 Views | Created by Shimmy Weitzhandler - Tuesday, March 3, 2009 11:49 PM | Last reply by Shimmy Weitzhandler - Friday, March 6, 2009 2:31 AM -
0 Votes
++ Operator in VB??
What about having increment (and a -- decrement) operators in VB ...Unanswered | 2 Replies | 17058 Views | Created by Shimmy Weitzhandler - Tuesday, March 3, 2009 11:56 PM | Last reply by Shimmy Weitzhandler - Thursday, March 5, 2009 12:29 AM - Items 1 to 20 of 72 Next ›
Core Coding Experience in Visual Basic and Visual C# in the Visual Studio 2010 and .NET Framework 4.0 CTP announcement
-
Link
Hi,
I'm Charlie Calvert, the C# Community PM. I'll be one of the moderators on this forum. We want you to use this forum to provide feedback on the scenarios described in the walkthroughs that are part of the Visual Studio 10 CTP. In this forum we want to stay focused on the design of those features, and not on the stability of the release as a whole. Please tell us if you think we have included the right features, and if they are correctly designed. This is your chance to give the PM's driving these your features your feedback on their designs. The October 2008, Visual Studio CTP is meant primarily to allow you to use these new features in the manner described in the walkthroughs; other parts of this pre-beta release may not be working correctly at this time. This is not the place to submit bugs; if want to report bugs, you should use connect.
Thank you
- Charlie