Showing archive results for 2008

Oct 17, 2008
Post comments count0
Post likes count0

ASP.NET MVC Beta Released!

Web Development Tools Microsoft

Today we released ASP.NET MVC Beta, available here on the Microsoft Download Center.  The release is installable to Visual Studio 2008 (either RTM or SP1) or Visual Web Developer Express (SP1 only), and includes a "Go Live" grant in the license.  Scott Guthrie has written an excellent blog post covering the complete details of t...

ASP.NET
Oct 16, 2008
Post comments count0
Post likes count0

The Channel 9 videos are rolling in…

Stephen Toub - MSFT

Several more Channel 9 videos on parallelism have been posted in the last few days...Parallel Computing Platform: Overview and Future DirectionsParallel Computing Platform: Asynchronous Agents for Native CodeRahul Patil: Complexities of Testing ConcurrencyThis is in addition to the videos mentioned a few days ago here.  Much thanks to Charles ...

.NET Parallel Programming
Oct 14, 2008
Post comments count0
Post likes count1

Silverlight 2 has been Released!

Web Development Tools Microsoft

Today I am very proud to announce that Silverlight 2 has been officially released! Grab it today at http://silverlight.net/GetStarted. This is a phenomenal release that provides a powerful solution to creating rich web application. At the link above you can install: Breaking ChangesMake certain to upgrade your beta 1 and beta 2 appli...

ASP.NET
Oct 14, 2008
Post comments count0
Post likes count0

A simple Silverlight 2.0 Stock Quotation Demo

Web Development Tools Microsoft

I wrote a simple Silverlight demo of using data grid control to display stock quotes from a web service.  Here's the demo Silverlight 2.0 Stock Quotation Demo Part 1/4: Basic Design (This one include the project zip file) Silverlight 2.0 Stock Quotation Demo Part 2/4: Basic stock quotation Silverlight 2.0 Stock Quotation Demo Part 3/4...

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

Native concurrency, tools, and TM

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
Oct 10, 2008
Post comments count0
Post likes count0

Parallel Programming and the .NET Framework 4.0

Stephen Toub - MSFT

Last week, the VP of the Developer Division at Microsoft announced the next version of Visual Studio and the .NET Framework: Visual Studio 2010 and the .NET Framework 4.0.  In line with that, the folks at Channel 9 have been posting videos left and right about a bunch of the new Visual Studio features, and there should be a plethora of interes...

.NET Parallel Programming
Oct 8, 2008
Post comments count0
Post likes count0

Silverlight Tips of the Day – Week 8

Web Development Tools Microsoft

Silverlight Tip of the Day #57Title: How to Dynamically Load a Silverlight Control within another Silverlight ControlSilverlight Tip of the Day #56Title: Accessing the HTML DOM from Silverlight.Silverlight Tip of the Day #55Title: How to Apply Styles in Silverlight – Part ISilverlight Tip of the Day #54Title: How to Develop with Silverlight T...

ASP.NET
Oct 4, 2008
Post comments count0
Post likes count0

Exclude Files and Folders from WDP Output

Web Development Tools Microsoft

Web  Deployment Projects (WDP) allows you to pre-compile your web into binaries and further also allows you to merge the assemblies produced in the format that you like. In my earlier posts I had talked about various WDP features and the latest release of WDP for VS 2008.  You can read more about this here By default in the WDP output yo...

ASP.NET
Oct 3, 2008
Post comments count0
Post likes count0

Troubleshooting “Visual Studio 2008 Design view hangs” issues

Web Development Tools Microsoft

Over the last few months we've collected information on various issues related to design view not working in Visual Studio 2008 or Visual Web Developer Express 2008. Here is list of known issues and possible solutions:Microsoft Visual Studio Web Authoring Component fails to install.1. Pre-release Office 2007 components are installed. Most often it ...

ASP.NET