CharlieCalvert

Stories submitted by CharlieCalvert

Set Next Statement(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 7 months ago

A look at the Set Next Statement portion of Edit and Continue feature in Visual Studio. This is the technology that lets you move the instruction pointer around when running your code. It allows you to hit a break point in a method, change your code on the fly, and then rerun the portion of your code that changed. read more...

add a comment |category: |Views: 2

tags: another

What is a collection?(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 7 months ago

Mads Torgersen has an intriguing new post on LINQ, collections and collection initializers. Mads is the language PM in the C# group at Microsoft and has a deep understanding of this subject. read more...

add a comment |category: |Views: 4

tags: another