Showing results for tools - .NET Blog

Jul 14, 2015
0
0

A Glimpse into the future of Web Development Tools

Jeffrey Fritz
Jeffrey Fritz

There’s some exciting news for the ASP.NET community this week on the Visual Studio blog that we wanted to take a moment to point out. Nik Molnar and Anthony van der Hoorn, the creators of Glimpse, have joined Microsoft on the Visual Studio team! The ASP.NET team have been fans of Glimpse since we first saw it at the Mix 11 Open Source Fes...

ASP.NET
Dec 18, 2012
0
0

‘Paste JSON As Classes’ in ASP.NET and Web Tools 2012.2 RC

Anand Paranjape(MSFT)
Anand Paranjape(MSFT)

‘Paste JSON As Classes’ is a cool feature in ASP.NET and Web Tools 2012.2 RC. This feature will help you generate strongly typed classes in C# or VB.NET from valid JSON text. With ASP.NET and Web Tools 2012.2 RC installed, you will see new menu option like below for C# and VB.NET Website and Web Application projects only. This new menu option will...

ASP.NET
Sep 17, 2011
0
0

What’s New For Parallelism in .NET 4.5

Stephen Toub - MSFT
Stephen Toub - MSFT

.NET 4 and Visual Studio 2010 saw the introduction of a wide range of new support for parallelism: the Task Parallel Library (TPL), Parallel LINQ (PLINQ), new synchronization and coordination primitives and collections (e.g. ConcurrentDictionary), an improved ThreadPool for handling parallel workloads, new debugger windows, new concurrency visualiz...

.NET Parallel Programming
Sep 23, 2010
0
0

Win7 Mobile Development Tools

Web Development Tools Microsoft
Web Development Tools Microsoft

If you haven’t installed the Visual Studio Mobile tools for building Win7 applications I would highly recommend you do so now via one of the following links: The release notes can be found here: Release Notes Programming Resources: http://charlespetzold.com/phone/index.html Channel 9 Training: https://channel9.msdn.com/learn/courses/WP...

ASP.NET
Nov 15, 2009
0
0

Debugging TPL apps in VS2010

Daniel Moth
Daniel Moth

The new parallel debugger windows in Visual Studio 2010 (Parallel Tasks and Parallel Stacks) have had many fixes and updates. I have refreshed the existing content and also added new material for Beta 2. Find links to all of it from my blog post on Parallel Debugging.CheersDaniel

.NET Parallel Programming
May 16, 2009
0
0

Debugging Support for Tasks

Daniel Moth
Daniel Moth

Visual Studio 2010 has new debugger windows to support the Task-based programming model. Check out my blog post about the Parallel Tasks window.

.NET Parallel Programming
Oct 28, 2008
0
0

Concurrent, Multi-core Programming on Windows and .NET

Stephen Toub - MSFT
Stephen Toub - MSFT

Thanks to everyone who attended our PDC pre-conference session yesterday on parallelism and concurrency!  We had a wonderful turnout at the event, and David, Joe, and I all had a terrific time. Attached to this post are the slides we presented. (It turns out that the PDC site does allow you to submit an evaluation for a precon.  If you at...

.NET Parallel Programming
Oct 13, 2008
0
0

Native concurrency, tools, and TM

Stephen Toub - MSFT
Stephen Toub - MSFT

The Parallel Computing Platform team at Microsoft is working on much more than Parallel Extensions to the .NET Framework...A few weeks back, Charles from Channel 9 spoke with us about our efforts on supporting concurrency and parallelism in native code; the video of that conversation was released this week, and you can view it at https://channel9.m...

.NET Parallel Programming
May 29, 2008
0
0

Parallel Computing Platform at TechEd 2008

Stephen Toub - MSFT
Stephen Toub - MSFT

Heading to TechEd 2008? Come discover some of the exciting technologies the Parallel Computing Platform team is working on. We're presenting four sessions on parallelism at the Developer conference: DVP205 The Microsoft Parallel Computing Initiative: Bringing Concurrency to the Masses Tuesday, June 3 10:30 AM - 11:45 AM, S210 B Software is headed...

.NET Parallel Programming