Showing archive results for 2010

Apr 4, 2010
Post comments count0
Post likes count0

ParallelExtensionsExtras Tour – #2 – Task.ToObservable

Stephen Toub - MSFT

(The full set of ParallelExtensionsExtras Tour posts is available here.)  In our previous ParallelExtensionsExtras tour post, we discussed a custom implementation of the LINQ operators, in particular for working with Task<TResult> instances in an asynchronous manner. There is already an impressive implementation of the LINQ ope...

.NET Parallel Programming
Apr 4, 2010
Post comments count0
Post likes count0

ParallelExtensionsExtras Tour – #1 – LINQ to Tasks

Stephen Toub - MSFT

(The full set of ParallelExtensionsExtras Tour posts is available here.) The .NET Framework developer center provides a concise description of Language Integrated Query (LINQ):LINQ is a set of extensions to the .NET Framework that encompass language-integrated query, set, and transform operations. It extends C# and Visual Basic with nativ...

.NET Parallel Programming
Apr 4, 2010
Post comments count0
Post likes count0

A Tour of ParallelExtensionsExtras

Stephen Toub - MSFT

Throughout the development of Parallel Extensions for the .NET Framework 4, we’ve come across a myriad of situations where certain functionality would be useful in developing a particular application or library, but where that functionality isn’t quite encapsulated in the bits we’re shipping.  Sometimes this functionality is ...

.NET Parallel Programming
Mar 30, 2010
Post comments count0
Post likes count0

Spell checker 2.3 for Visual Studio 2008 SP1

Web Development Tools Microsoft

Minor update for the Spell checker add-in for VS 2008 SP1. It is now available at Visual Studio Gallery. Direct link: http://visualstudiogallery.msdn.microsoft.com/en-us/2f3d691d-8838-4d84-ad64-44a02db37e30What's new in version 2.3: You can find extended information on the add-in and possible customization in earlier post. For VS 2010 version loo...

ASP.NET
Mar 30, 2010
Post comments count0
Post likes count0

Visual Web Developer Team is Hiring

Web Development Tools Microsoft

We’re looking for someone who is passionate about web technologies and the developer experience.  If you’ve been an avid Visual Studio developer building great web applications and longed for an even more compelling experience in Visual Studio, Now is your chance.  Visual Studio already offers the one of the most comprehensive...

ASP.NET
Mar 30, 2010
Post comments count0
Post likes count0

BCL CodePlex Site Launch

CLR Team

Today the BCL Team is launching a CodePlex site to host samples, previews, and prototypes.  You can find it at http://bcl.codeplex.com. This is a site for the BCL Team to get features to customers to try out without requiring a Beta or CTP of the .NET Framework.  Our goal is to put generally useful functionality on the CodePlex site, and ...

.NET
Mar 29, 2010
Post comments count0
Post likes count0

ASP.NET/HTML Spell Checker 2.3 is available for Visual Studio 2010

Web Development Tools Microsoft

ASP.NET/HTML Spell Checker 2.3 for Visual Studio 2010 has been posted on Visual Studio Gallery (also accessible from Visual Studio Start page in 'Extending Visual Studio' section). Direct link: http://visualstudiogallery.msdn.microsoft.com/en-us/0db4814c-255e-4cc6-a2c2-a428de7f8949 What's new in version 2.3: For additional information pleas...

ASP.NET
Mar 27, 2010
Post comments count0
Post likes count0

Parent-Child Task Relationships in the .NET Framework 4

Igor Ostrovsky - MSFT

The Task Parallel Library in the .NET Framework 4 provides an opt-in feature that enables parent-child relationships between tasks.  This relationship brings with it some additional behaviors, including that a parent task is not considered completed until all of its child tasks have completed, and that exceptions from any f...

.NET Parallel Programming
Mar 24, 2010
Post comments count0
Post likes count0

Extending the Web Publishing Pipeline to package database project deployed SQL file

Web Development Tools Microsoft

A Visual Studio solution file may contain both database project and a web application project.  When deploying (not building) the database project, it can generate a .sql file containing the full sql file or an incremental upgrade file against a database.  This blogs walkthrough one way to package database project generated sql file into ...

ASP.NET
Mar 11, 2010
Post comments count0
Post likes count0

Pre-Order Visual Studio 2010 Professional upgrade today, and save hundreds

Web Development Tools Microsoft

Microsoft Visual Studio 2010 Professional will launch on April 12 but you can beat the rush and secure your copy today by pre-ordering at the affordable estimated retail price of $549, a saving of $250. If you use a previous version of Visual Studio or any other development tool then you are eligible for this upgrade. Along with all the great new ...

ASP.NET