The World’s Leading Microsoft .NET Magazine
   
 
The .NET Addict's Blog

My Top Tags

                                                           

My RSS Feeds








I heart FeedBurner

Latest Diggs - Programming

Computers Blogs - Blog Top Sites

Site Hits

Total: 4,741,920
since: 19 Jan 2005

Latest tagged entries for 'ORCAS'



C# 3.0 - Are Object Initializers Evil, Useful, or Both?

Fri 26 Oct 07 5:53 A GMT-05
In this article I take a look at Object Initializers not from a pure syntax point of view, but from a patterns and practices perspective and how I think they can be used properly

Unable to start debugging : strong name validation failed

Fri 31 Aug 07 10:24 A GMT-05
I've gotten this error message using Visual Studio 2008 on virtually every single installation. Thankfully, there's a quick fix

Exposing LINQ to SQL entities through a POX service in VS 2008

Thu 23 Aug 07 2:09 P GMT-05
While it is fantastic that you can bind ASP.NET controls to LINQ to SQL data, a lot of the time you might want to be exposing that data via web services, or better yet, raw XML web services (POX) with no SOAP. In this post I cover this task.

Continuous LINQ - Can I write games with it?

Mon 13 Aug 07 10:09 A GMT-05
Typically when encountering a new technology, immediately after deciding if said new technology has business value, I ask the ever-important question: "Can I game with this?"

Silverlight 1.1 Alpha Refresh

Fri 10 Aug 07 9:09 A GMT-05
If you haven't downloaded this thing yet - DONT. Wait for upcoming updates!

Orcas Beta 2 - might as well be a CTP

Mon 06 Aug 07 8:15 P GMT-05
I've been using Orcas beta 2 now nonstop since it was made available... and I want my money back!

Dynamic, Observable LINQ Views

Mon 30 Jul 07 8:21 P GMT-05
LINQ is one of the huge new features coming out of the .NET Framework 3.5, but it can be improved upon. One such ways is by using language extensions to create dynamic, "live" views from LINQ queries

Acropolis or Acrapolis?

Thu 05 Jul 07 7:34 A GMT-05
Microsoft has just unloaded the July 2007 CTP of Acropolis, their new composite application development framework that sits on top of WPF in the .NET Framework 3.5 "Orcas" .. are they headed in the right direction?

My first "Acropolis" Application

Mon 04 Jun 07 8:40 A GMT-05
I just got my hands on the Acropolis CTP for Orcas and followed the RSS Reader tutorial

Creating a Silverlight App that consumes a POX service

Sat 02 Jun 07 10:59 P GMT-05
This blog entry summarizes my experience creating a Silverlight application that consumes data from a POX service written using Orcas Beta 1

Orcas' Hidden Gem - The managed PNRP stack

Fri 11 May 07 1:45 P GMT-05
This blog post is a discussion of the new managed PNRP stack that is available in Orcas, as well as how it integrates with WCF. It is an underrated feature of Orcas that should be getting a LOT more attention.

Another day another Codename - Astoria and Jasper

Tue 01 May 07 10:15 A GMT-05
Microsoft has unleashed two more codenames on the unsuspecting public - Jasper and Astoria. Are they worth paying attention to?

Orcas EDM Wizard Patched

Fri 27 Apr 07 6:56 A GMT-05
Microsoft has released a patch that fixes the missing "ADO.NET Entity Model" template from Orcas Beta 1

Who ships a modelling tool without a visual designer? Microsoft.

Tue 24 Apr 07 11:11 A GMT-05
I've been re-reading blog entries, including some as early as 10-15 days ago, and they confirm the worst - EDM designer will NOT ship with Orcas RTM.

Getting the Entity Framework working in Orcas Beta 1

Mon 23 Apr 07 7:21 A GMT-05
While Orcas Beta 1 is the best "Orcas" yet, writing an Entity Framework application is actually more difficult than it used to be

Installing Orcas Beta 1 - VMware Style

Mon 23 Apr 07 7:16 A GMT-05
Orcas Beta 1 was just released and I decided to install it on VMware instead of Virtual PC. The results were smooth as butter.

Orcas Beta 1 Released

Fri 20 Apr 07 2:09 P GMT-05
Orcas Beta 1 is released. Should I be happy or excited?

Microsoft finally shows off their EDM designer... but it won't ship with Orcas?!?

Wed 28 Mar 07 2:26 P GMT-05
I found this screencast showing off the EDM designer that the Entity Framework so sorely needs. The problem? It won't ship with Orcas!

Visual Studio "Orcas" - March CTP is Available

Wed 28 Feb 07 7:28 A GMT-05
I've been following the development of C# 3.5 (or whatever-the-heck it will be called) as well as the Entity Framework for a while now. It looks as though this CTP finally integrates all the useful bits.

Objective-C Categories vs C# 3.5 Language Extensions

Mon 26 Feb 07 8:05 A GMT-05
Being a fan of all things new, I've had some experience with the "Orcas" version of C#. It includes a new feature called language extension that is actually the core of how LINQ is able to be implemented. This post compares against ObjC categories