Showing results for May 2008 - .NET Blog

May 31, 2008
Post comments count0
Post likes count0

ASP.NET MVC Preview 3 Tooling Updates And Updated NUnit Test Project Templates

Web Development Tools Microsoft
Web Development Tools Microsoft

Note: Please see this post for an updated set of templates created for ASP.NET MVC RTM: http://blogs.msdn.com/webdevtools/archive/2009/04/28/updated-nunit-templates-for-asp-net-mvc-1-0-rtm.aspx    Earlier this week ScottGu announced the release of ASP.NET MVC Preview 3 and outlined some recent changes to the framework. I wanted ...

ASP.NET
May 30, 2008
Post comments count0
Post likes count0

Catch our team at TechEd 2008 – Orlando.

Web Development Tools Microsoft
Web Development Tools Microsoft

Every year we send a team to TechEds to meet you, our customers. They will be at the event site from 8.30 AM to 6.00 PM to answer your questions from June 3rd to June 6th. This time we have the following representatives at TechEd. ASP.NET Team: Kathy Carper, Scott Hunter, Simon Calvert, Clay Compton, Konst Khurin, Mark Rose...

ASP.NET
May 29, 2008
Post comments count0
Post likes count0

Concurrency Pre-Conference Session at the PDC

Stephen Toub - MSFT
Stephen Toub - MSFT

Interested in parallel programming with .NET and on Windows?  Thinking of attending the Microsoft PDC this year?  Well, if you do, make sure to come a day early.  The Parallel Computing Platform team will be presenting a day-long pre-conference session on October 26th from 10:00am-5:45pm: Concurrent, Multi-core Programming on Windo...

.NET Parallel Programming
May 29, 2008
Post comments count0
Post likes count0

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
May 28, 2008
Post comments count0
Post likes count0

Multiple thread-local state elements in a loop

Stephen Toub - MSFT
Stephen Toub - MSFT

The Parallel.For/ForEach loop constructs included in Parallel Extensions support a variant of thread-local state to aid in efficiently passing data between loop iterations.  Consider one such overload of Parallel.For: public static void For<TLocal>( int fromInclusive, int toExclusive, Func<TLocal> threadLocalInit, Actio...

.NET Parallel Programming
May 22, 2008
Post comments count0
Post likes count0

Microsoft Visual Studio 2008 SP1 Beta and .NET Framework 3.5 SP1 Beta

essey
essey

Download the Visual Studio 2008 SP1 Beta and try it out with the Dec07 CTP of Parallel Extensions.  There are no known compatibility issues at this time, though it is always possible that we missed something crucial to your prototyping scenarios.  Please let us know about your experiences, so that we can factor that into our development.&...

.NET Parallel Programming
May 15, 2008
Post comments count0
Post likes count0

Error occurs installing Visual Studio 2008 SP1 Beta if KB944899 is installed.

Web Development Tools Microsoft
Web Development Tools Microsoft

If you have the first release of KB945140 installed on your system you may run across an error when trying to install Visual Studio SP1 Beta. Likewise if you have any previously released hot fix, VS may not install properly even though it reports success.  The work around is to manually remove traces of KB944899 from your system, or you can ru...

ASP.NET
May 13, 2008
Post comments count0
Post likes count0

Dynamic Data Website: Setting selection in a list from the URL

Web Development Tools Microsoft
Web Development Tools Microsoft

Bradley’s earlier post, ASP.NET Dynamic Data Preview Released on MSDN Code Gallery, outlined the functionality the ASP.NET Dynamic Data is offering and the walkthrough steps of how to create a Dynamic Data website using the wizard. In this post, I just want to explain a little bit how the selection between modules can “magically” work. Let’s create...

ASP.NET
May 12, 2008
Post comments count0
Post likes count0

Visual Studio 2008 SP1 Beta

Web Development Tools Microsoft
Web Development Tools Microsoft

Visual Studio 2008 SP1 Beta is now available!  You can download it here (though before you do, read the note below).  In SP1, we have added some new features as well as many bug fixes.  In this blog post I’ll attempt to give an overview of the features as well as some of the key issues the Visual Web Developer team has addr...

ASP.NET
May 12, 2008
Post comments count0
Post likes count0

Introducing JScript Formatting in VS 2008 SP1

Web Development Tools Microsoft
Web Development Tools Microsoft

Colorization, validation, IntelliSense, and formatting comprise the core of any modern editor.  With VS 2008 SP1, we are completing the core JScript editor by introducing code formatting.  Additionally, we have promoted JScript to a dedicated node in “Tools Options” providing a clean separation from the HTML “Tools Options”.  We rea...

ASP.NET