By tag: Orcas
0
kicks
The Moth: Multithreaded Debugging Enhancements in Visual Studio 2008
Rather than writing or screenshoting the new multithreaded debugging enhancements in Visual Studio 2008, I thought I'd create a 15' video to demonstrate them. See if you can spot what the bug is before I "discover" it in my demo ;-).
0
kicks
Moving Projects/Solutions between Orcas and Visual Studio 2005
With Orcas supporting multi-targeting it'll be common to work in Orcas with .NET 2.0 projects. Orcas updates projects and solution files but as it turns out it's not difficult to move projects and solutions between VS 2005 and Orcas.
0
kicks
Web Application Project Conversion and Orcas
I'm going once again through a conversion from Stock Projects to a WAP project conversion this time for my Web Store. I've done the conversion once before but returned back to stock projects because of a Visual Web Developer requirement. Recently though development on the store has been a l...
0
kicks
Orcas JavaScript Intellisense
A few quick tests to see what JavaScript features show up with Intellisense in the new Orcas Intellisense features. Unfortunately it looks like at least in Orcas Beta 1 a number of common JavaScript scenarios either don't produce proper Intellisense or actually break Intellisense altogether.
0
kicks
Preliminary thoughts on TDD with MSTest in Orcas
Naysawn, the PM for MSTest, asked that I take a look at the new unit testing features of Orcas, after he read my thoughts on the (sad) current state of MSTest. Unfortunately, I haven't yet had a chance to actually fire up the Orcas VPC to play with it, but Naysawn wrote up a couple of posts describ...
0
kicks
VS 2008 JavaScript Intellisense
New JavaScript functionality in Visual Studio 2008 + some ASP.NET AJAX bits too by ScottGu
0
kicks
VS 2008 Multi-Targeting Support
One of the big changes we are making starting with the VS 2008 release is to support what we call "Multi-Targeting" - which means that Visual Studio will now support targeting multiple versions of the .NET Framework, and developers will be able to start taking advantage of the new features...
0
kicks
Silverlight Controls and a Touch of LINQ in Orcas Beta 1
In a previous post I took a look at building a simple Silverlight application in Visual Studio Orcas. This post shows how to add a button control that comes with the Silverlight SDK. You can see the button in Figure 1.
0
kicks
Microsoft Acropolis CTP released for Orcas
.NET desktop client apps unite! Microsoft Code Name “Acropolis” is a set of components and tools intended to make it easier for developers to build and deploy .NET client apps.
0
kicks
What's New in Visual Studio 'Orcas'
List some of the important new features coming up in "Orcas" in various areas.
0
kicks
Download Visual Studio 03/07 CTP
"Visual Studio code name “Orcas” delivers on Microsoft’s vision of smart client applications by enabling developers to rapidly create connected applications that deliver the highest quality rich user experiences. This new version enables any size organization to rapidly create more secure, mana...
0
kicks
ASP.NET ListView in Orcas Beta1
An introduction to the ListView control in .NET Orcas Beta 1.
0
kicks
Using LINQ to SQL (Part 1)
"LINQ to SQL is an O/RM (object relational mapping) implementation that ships in the .NET Framework "Orcas" release, and which allows you to model a relational database using .NET classes. You can then query the database using LINQ, as well as update/insert/delete data from it.
LI...
0
kicks
Silverlight and C# in Orcas Beta 1
This post shows how a C# developer can set up and run a Silverlight project in Visual Studio Orcas.