1-10 of 59 < Previous Next >
Discussions for Visual Studio Language Futures for C# and Visual Basic
Latest post:
Oct 22
2:04 AM
32 Posts
First post: JonTsao wrote: Please enter your feedback on Document Map Margin here.
Latest post: Rykie wrote: Ok, I love this, but can somebody please tell me how to enable it in my VS 2010 B2. For the love of this product, I cannot see how to enable/install it!
Jump to: First Post    |Latest Post
Latest post:
Sep 18
9:01 PM
8 Posts
First post: eusebiu wrote: Wouldn't be nice if C# had a optional keyword for the methods/properties in an interface? interface IMyInterface { optional void OptionalMethod(); void NotOptionalMethod(); } public ...
Latest post: JamesCurran wrote: Wait a minute, I forgot that OptionalMethod, if implemented could throw an exception, which we don't want to lose. IMyInterface obj = GetAnIMyInterfaceObject(); obj.NotOptionalMethod(); ...
Jump to: First Post    |Latest Post Tags: C#
Latest post:
Jun 13
9:08 AM
2 Posts
First post: JamesThomas wrote: I was working on some class structures over the past couple of days and it occurred to me that it would be extremely nice if a member class could directly impact the parent without the ne...
Latest post: danielearwicker wrote: This is basically the same thing as inner classes in Java, also known as non-static nested classes. The compiler automatically adds a reference to the outer class, and ensures that it is ...
Jump to: First Post    |Latest Post Tags: C#
Latest post:
May 19
11:18 AM
47 Posts
First post: MichaelGG wrote: So much suspense... Will C# 4 have native tuple support? So we can finally do stuff like: var wt, iot = ThreadPool.GetMinThreads() And stop having to resort to out parameters or custom ...
Latest post: rendle wrote: Wow. Loads of Tuples. http://msdn.microsoft.com/en-us/library/dd383325(VS.100).aspx No syntactic sugar, but never mind.
Jump to: First Post    |Latest Post Tags: C#
Latest post:
May 11
5:18 PM
58 Posts
First post: CharlieCalvert wrote: Please enter your comments on the Call Hieararchy feature here.
Latest post: dan20 wrote: In reply to your Furture Focus posting on Call Hierarchy: > How would you like to see us integrate the Call Hierarchy into the Call View, Object Browser, or other parts of the IDE. I d...
Jump to: First Post    |Latest Post Tags: Call Hierarchy, C#, Visual Basic
Latest post:
Mar 4
10:40 AM
11 Posts
First post: francois_tanguay wrote: There should be a way to extend static class with additional static methods. One example I stumbled upon was using the Assert class. I wanted to add new assertion methods. It could look...
Latest post: avalon wrote: //sorry double post
Jump to: First Post    |Latest Post Tags: C#
Latest post:
Feb 9
9:02 PM
1 Post
First post: Sharas wrote: Hi, Not sure this is the right place, but I would like to know will proper aspect oriented programming be supported in c# v4? By proper I mean unintrusive AOP with pointcuts separately d...
Jump to: First Post Tags: C#
Latest post:
Dec 10 2008
2 Posts
First post: JeremyAtGosub wrote: One of my pet peeves is having to use a cast to convert between simple types, like this: int i = (int)(Math.sin(a)*100); I propose we do two things that will make the code easier to rea...
Latest post: JeremyAtGosub wrote: A better way to implement this (without adding new constructors to the built in types) is to have the compiler use conversion operators as well as constructors: int i = int(Math.sin(a)*1...
Jump to: First Post    |Latest Post
Latest post:
Dec 4 2008
4 Posts
First post: Coder wrote: I would love to have the Design-by-Contract features of Spec# (http://research.microsoft.com/SpecSharp/) in mainstream C#, and the Boogie verifier built in to Visual Studio. Things...
Latest post: Coder wrote: I saw that, and was greatly pleased. It's going to make our testing cycle even more fun.
Jump to: First Post    |Latest Post Tags: C#
Latest post:
Nov 17 2008
3 Posts
First post: JeremyAtGosub wrote: I don't like the "using" syntax for automatically disposing a local object because it forces you to create a new scope. I'd like to tell the compiler to dispose the object at the end of ...
Latest post: danielearwicker wrote: I think this would be a great idea and not at all hard to implement. I've long argued for using to be allowed as a modifier on members in a class (fields or properties), causing the conta...
Jump to: First Post    |Latest Post Tags: C#

Configure View

Sorted by Latest post
Search
Filter
(by tag)
All tags
Call Hierarchy
C#
Visual Basic
1-10 of 59 < Previous 1 2 3 4 5 6 Next >
Updating...
Page view tracker