1-10 of 56 < Previous Next >
Discussions for Visual Studio Language Futures for C# and Visual Basic
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
57 Posts
First post: CharlieCalvert wrote: Please enter your comments on the Call Hieararchy feature here.
Latest post: bdodson wrote: Looks like a great feature. I would love it if the call hierarchy could be automatically shown out to the right in the editor window. Since I have a widescreen monitor (and I think most c...
Jump to: First Post    |Latest Post Tags: Call Hierarchy, C#, Visual Basic
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#
Latest post:
Nov 16 2008
46 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: Coder wrote: PeterRitchie wrote: It appears the Tuple class is not public, so you'll need syntactic sugar to use it at all. From the BCL team blog ([url:http://blogs.msdn.com/bclteam...
Jump to: First Post    |Latest Post Tags: C#
Latest post:
Nov 11 2008
1 Post
First post: Dany wrote: Is is a good idea to allow to create logical folder (or views) in project just like what we have in Solution (Solution Folder) to organize logically the file in a projet instead of having...
Jump to: First Post Tags: C#
Latest post:
Oct 25 2008
1 Post
First post: Coder wrote: Don't suppose there's any chance...?
Jump to: First Post Tags: C#
Latest post:
Oct 12 2008
5 Posts
First post: BlurEar wrote: I'm missing multiple return values (like LUA etc.): instead of doing that: object o1; object o2; public o3 DoSomething(out o1, out o2) { o1 = internal_a; o2 = internal_b; return inte...
Latest post: Coder wrote: Thanks for that. I've suggested some Tuple-centric syntactic sugar in that thread which would negate my concerns regarding the Func delegate.
Jump to: First Post    |Latest Post Tags: C#
Latest post:
Oct 11 2008
2 Posts
First post: fjeannin wrote: Text Templates is a little known yet extremely powerful feature of Visual Studio. Whether your are building Domain Specific Languages or (thanks to Reflection) doing Aspect Oriented Progr...
Latest post: JohnWSaundersIII wrote: {quote} fjeannin wrote: Text Templates is a little known yet extremely powerful feature of Visual Studio. Whether your are building Domain Specific Languages or (thanks to Reflection) d...
Jump to: First Post    |Latest Post
Latest post:
Oct 11 2008
3 Posts
First post: Coder wrote: OK, this is more of a Framework point, but why, for example, are there no IStack and IQueue interfaces? This would be particuarly useful given the concurrent versions of these classes fro...
Latest post: Coder wrote: I have now! Thanks for the heads-up.
Jump to: First Post    |Latest Post Tags: C#, Visual Basic

Configure View

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