×

First time here?

You are looking at the most recent posts. You may also want to check out older archives. Please leave a comment, ask a question and consider subscribing to the latest posts via RSS or email. Thank you for visiting!

Tagged: orcas

Please leave a comment, ask a question and consider subscribing to the latest posts via RSS or email. Thank you for visiting! Below is a list of entries related to the tag listed above.. My site contains more than just the information below and I'd encourage you to visit the home page to view current information as well as other items/categories that might be of interest.



There are 26 entries for the tag orcas

Visual Studio tricks in video form

Over the past year Sara Ford had created a Visual Studio tip-of-the-day feature of her blog that eventually was aggregated pretty much everywhere and also in the Visual Studio community page displayed within the product itself!  The tips were plenty and great…a ton of gems that you may not have known before and a subtle reminder that there is so much more to learn. This year Scott Cate has decided to take this one step further.  He’s begun taking this tips concept and providing actual walk-through and visual demonstrations of these tricks.  One thing that I really like about...

Silverlight Tools RTW

UPDATED: See last paragraph about offline installation. Sorry for the short post, this is more of a public service announcement.  When the Silverlight 2 runtime shipped, we shipped the Visual Studio tools along with it.  The tools download was labeled “RC1” and caused some confusion.  There were some reasons for this, but regardless it still targeted the Silverlight 2 release runtime. Today we released the RTW (Releast To Web for those who are wondering what that means) of the tools.  There is no need to re-download the runtime or anything.  All you need to do is download the...

SilverlightContrib releases Silverlight 2 Controls

Last week I had the pleasure of talking with the crew from the Herding Code podcast.  Among the questions was one about the open source community and Silverlight.  There was mention about MVCContrib and how that community sprouted almost instantly with the ASP.NET MVC initial releases.  I let the Herding Code crew know that I believe there already is a vibrant open source community around Silverlight and pointed to things like DevExpress’ AgDataGrid control which is free and provides source.  I also mentioned a project that did start right away around Silverlight 2 initial releases: SilverlightContrib.  The project, started by...

Silverlight 2 Released: New controls, tools, announcements!

Whew, we made it!  Silverlight 2 is now released (and available for download)!  (Official press release here.)  I know we’ve always said “by the end of the year” but the team has worked really hard to get Silverlight 2 released well before then so you can start building and deploying your applications.  A lot of people don’t realize that “Silverlight” is actually a team of many that make up the runtime, media, tools, controls, etc. teams.  Hats off to all those involved who pushed hard to get Silverlight 2 out the door (and are already working on the next version)!...

XAML Power Toys for Silverlight

If you live in the WPF world, you may know the name of Karl Shifflett.  If you’ve heard the name, but just not have met the man…next time you’re at a developer conference, look for the guy in the Hawaiin shirt, shorts, some ink on the arms and is probably passionately talking to some other geeks about the innards of data binding in XAML. Recently, Karl has joined Microsoft to work on the “Cider” team.  The Cider project is a key part of the developer story for WPF and Silveright.  It is the XAML designer/editor/etc for Visual Studio.  Some...

Visual Studio SP1 and Silverlight tools

Today Visual Studio 2008 has released SP1 which not only brings some fixes, but also is an added value service pack, bringing some new functionality to WPF as well as enabling a “client” deployment pack of the .NET framework so that those deploying .NET framework with your client applications can have a much smaller footprint (by about 80+%). With the release of SP1 for Visual Studio 2008 today, the Silverlight team has also updated their tools for Silverlight 2 Beta 2.  Read again: a tools update for Silverlight 2 Beta 2 is needed and available for you.  If you install Visual...

Silverlight cross domain policy file helpers

If you are starting to get into integrating web services with Silverlight, you'll notice that you have to have a cross domain policy file in place on the target server, that is to say, the server hosting the service you want to implement.  There are some public web services (Flickr, YouTube, Digg, etc.) that already have these files in place for Flash, but implement in a slightly different way. When calling a cross-domain service, Silverlight will check for the existence of clientaccesspolicy.xml first.  This is the format defined by Silverlight and provides a pretty flexible way to define who can access...

Shared project templates and ASP.NET Empty Web Site

If you are like me, you probably create a lot of projects in Visual Studio that end up getting thrown away and are intended just to test out a theory you have, double-check yourself when you are going mad because you can't find a bug, testing out something you read on a blog post, whatever. Most of the projects I create are web projects.  I've started to adopt the "_Delete" mechanism to help me identify what I can truly delete in my folders later.  But is not the point here.  One thing that I do when creating web projects is...

The Code Trip begins...Silverlight Tour redux

Wow, it's been a few months now since I thought about doing a road trip talking about the next wave of technologies.  I originally thought it would be the "Silvertour" but we've now actually made it happen.  I can tell you that the behind the scenes of this has been a long process.  It seems so simple and I can hear the people now saying 'why was it so hard, c'mon you are Microsoft and have zillions of dollars.'  Sure, maybe that is true about a big company, but that's also the point.  We are a company of companies and...

Intellisense for Virtual Earth API

When developing Virtual Earth applications I find myself always having the SDK documents open in the background for reference.  While this isn't a bad practice, I've historically only used them for parameter reference, etc.  I longed for the time that I could get cheater help intellisense for the Virtual Earth API.  When Visual Studio 2008 came out with Javascript intellisense, I figured the day has come.  But unfortunately, the Javascript intellisense isn't enabled for external (external==not-the-same-app-domain) files.  The thing about the implementation of the Javascript intellisense in VS2008 is that you can just make a reference to a file for...

denver big event follow-up

thanks to all who came out to the denver devdays big event this week.  this was the first time i've traveled in a while since various family ailments and situations.  i had a good few days in denver with some good peeps.  thanks to beth massi for joining our developer crowd in denver.  she was awesome and had a crowd wherever she was. i attempted to do justice to office development in one of the sessions.  one of the challenges on that topic is that 'office' now encompasses a lot of things...here's my known short list: ...

.net framework reference source now available

finally want to try out that feature to debug your apps and step into System.Web.dll?  it has arrived. shawn burke has all the blow-by-blow details on setting it up. tags: visual studio 2008,.net framework,shared source,open source,.net source,.net,orcas,vs2008,debug

ruby on rails and visual studio 2008

the guys over at sapphiresteel software released ruby in steel text edition, a full-featured ruby on rails IDE built on the visual studio 2008 shell. as a microsoft developer interested in looking at ruby on rails early on, i loved when the sapphire project was first released.  i had played with earlier version and after re-paving my machine need to take a look at the updated versions. if you don't own a copy of visual studio 2008, when you get the ruby in steel text edition, you get visual studio 2008 (ruby language support only) -- so this isn't an add-on...

create silverlight 1.0 project in vs 2008

i've got a few messages about 'hey, where did the silverlight project template go in visual studio 2008?  what the heck, doesn't microsoft want us to create projects?' trouble is that it is there, but different...you know same, but different. if you have visual studio 2008 installed, make sure you install the silverlight tools for visual studio 2008.  yeah, i know it says 'tools for alpha' -- just install it would ya.  after you install it, you'll have the project templates for silverlight 1.1 2.0 as well as for 1.0.  but where is it? File...New Web Site... then you should see this: that's what...

phoenix installfest announced

of course if you are already a part of the broader .net user group community, you've seen this already.  but if you aren't (shame on you), you should head on over to azgroups.com and look at the event on the 20th of December.  be sure to sign up to the AZGroups mailing list as well for updates and future events. at the phoenix (tempe) installfest, people who are registered and attend will receive a special trial DVD of visual studio that will enable them to get a visual studio 2008 professional licensed copy sent to them as participating in this event...pretty...

pdc2008 announced

pdc for 2008 has been announced so you can save the date. the professional developer conference 2008 will be 27-30 OCTOBER at the Los Angeles Convention Center.  if you want the details (minimal now other than what i just said), you can visit the pdc2008 site. tags: pdc , pdc2008 , devdays , developer , professional developer conference , silverlight , visual studio , linq , asp.net , orcas , vb10 , vb , xml , xaml

get visual studio 2008 pro for free

[UPDATE: I added other US cities I am aware of, any not listed here, I'm not aware of them.  Reminder that these are being hosted by user group communities in partnership with Microsoft.  If you don't attend the user groups sponsoring these events, you have them to thank and you should start attending and getting involved!!!! These events are made possible by the commitment of user groups.  You should absolutely participate in them, show your support, be an active member and get to know your local developer contact at Microsoft :-).] want the latest IDE toolset and start developing solutions in .net...

silverlight tools for vs2008 (orcas) rtm

sure enough as i told the denver visual studio user group last night that the only reason i was still running visual studio 2008 beta 2 was because the silverlight tools had not been updated yet.  check my email later...they are updated :-). the silverlight tools for alpha have been updated to work with visual studio 2008 release version (now available).  you can download the updated bits here.  i'm headed up to redmond for the silverlight firestarter event on thursday and maybe to heckle jesse a bit :-).  if you are going to be in town, drop me a line (my...

visual studio 2008 (orcas) releases in november

it's official.  at teched barcelona, soma (developer division executive) let the crowd know that microsoft will release visual studio 2008 and the .net framework v3.5 by the end of november! this is really great news for early adopters and people wanting to get a jump start.  as to 'when can i get it' is a good question.  "RTM" or release-to-manufacturing is the process which software makers seal their bits, close out the version, whatever you want to call it and call the project milestone done.  as to when it gets into developers' hands depends on the distribution channel.  usually enterprise subscribers...

implementing user controls in silverlight 1.1

following up in part 2, we build upon part 1 of our demonstration of using user controls in our silverlight applications.  in part 1, we created our user control in xaml using expression blend and then wired it up in our silverlight 1.0 application using javascript as the code. in part 2, we take the same xaml, but this time compile it into a managed assembly for consumption in a silverlight 1.1 application.  the result is that we now have a modular approach to reusable components in silverlight and the user control in managed code also affords us familiar implementation style...

implementing silverlight controls in 1.0

i just put up my latest screencast featuring a sample on how to create your own user control in silverlight version 1.0.  this is about a 24 minute screencast that walks through creating the XAML as a user control (not the primary focus) quickly, and then consuming this user control in a silverlight 1.0 application, creating the control dynamically using createFromXaml. i also realized that in the screencast i mentioned that i was using the 'open as web site' feature in visual studio 2008 instead of just right-clicking the project in blend and choosing 'edit in visual studio' -- but then...

guide to team development and team foundation server

the patterns and practices team released the final version of the TFS Guide, a guide to using team foundation server effectively in development environments. it includes: fundamentals source control builds large project considerations project management process templates reporting setting up/maintenance vs2008 tfs pretty cool, check...

silverlight: get your rc on and samples updated

i've been at OSCON all week (more day 3 posts coming up soon).  while i was out, if you are a microsoft dev, you no doubt saw the flurry of announcements of visual studio 2008 beta 2 (with golive), .net 3.5, and silverlight rc1 releases. for the silverlight goodness, you can check out all the new stuff: Silverlight 1.0 RC1 / Windows (direct link) Silverlight 1.0 RC1 / Mac (direct link) Silverlight 1.1 Alpha...

vs2008 beta 2 released and install notes

yeah, i know, news flash.  there will be about 8 billion other blog posts about it so i have nothing more to add...but wanted to be sure you read scottgu's post on the subject which includes a special installation note. tags: vs2008, visual studio, orcas

silverlight: get 40 controls for free

UPDATE: okay, so i dug a little deeper, it looks like these are implementing on a windows form host, so your mileage may vary.  getting interaction with other silverlight DOM/canvas objects might be tricky... well, i have to admit that i only spent about the last 2 minutes looking at these, so this might be an irresponsible post :-), but what i saw was impressive. netikatech just announced on their site that they are releasing 40 controls for silverlight for free!  the product, called "GOA Winforms" describes itself as an implementation of the standard System.Windows.Form class library for rich internet...

onramp: follow-up from silicon valley

first, thanks to all who came out to the microsoft silicon valley campus on thursday to listen to me babble about microsoft and web developer technologies.  as promised, i said i'd make a post with answers to unanswered questions and/or concerns... so here we go! logistics: expression web product: i learned some clarification on the fulfillment of the expression web product (note: if you didn't hear, those that registered and attended will receive a not-for-resale copy of expression web, one of the products we discussed and showed in the morning for developing/authoring standards-based web sites/pages/applications.  there was confusion (mostly on...


All postings/content on this blog are provided "AS IS" with no warranties, and confer no rights. All entries in this blog are my opinion and don't necessarily reflect the opinion of my employer or sponsors. The content on this site is licensed under a Creative Commons Attribution By license.