Home / ASP.NET Weblogs

November 2009 - Posts

Posted to:
by: 
11-19-2009, 4:30 PM

PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010

I had a great time at my talk today at PDC2009 .  I was able to spend much of the time in a demo…   Here is a summary of that demo so you can walk through it on your own machine: What you need to get started: Visual Studio 2010 Beta2 Silverlight 4 Beta (now includes RIA Services ) Completed Solution (starting step and demo files ) Check out the slides     Starting Off I am starting off with the new Business Application Template that gets installed with RIA Services.  This new template includes: Pattern for page navigation Log\Logout and new user registration support Localizable User settings Shared Code   For this demo, I am going to used a customized version of the template.. After you create the project,...
Posted to:

RIA Services: Jumpstarting RIA Development

In my post on RIA Services: From Vision to Architecture , a while back (right after MIX09), I mentioned that I like to think of RIA Services as RAD for RIA. At that point we had a very early preview of framework bits with little tools support. A large part of jumpstarting your development actually centers around good tooling. VS2010 brings tooling for RIA Services (now: WCF RIA Services). Scott Hanselman demonstrated some key features used in building a Contacts application (as shown on the right) during the keynote at PDC09 . The latest version of RIA Services is now available for download. It works on .NET 4 and VS2010 as well. You can also check out a video tutorial on using RIA Services and Visual Studio 2010. In this post, I want to highlight...
Filed under:
Posted to:

HTML 5 intellisense and validation schema for Visual Studio 2008 and Visual Web Developer

You all probably know that new HTML 5 standard is coming. We made a new intellisense schema that you can add to VS 2008 or VWD Express 2008 and get intellisense and validation on HTML 5 elements. Note that schema is for markup only, we do not have DOM2 update for jscript intellisense yet. How to install the schema: Download attached ZIP file. Place html_5.xsd in C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Packages\schemas\html Run either x86 or x64 reg file depending on the OS and VS/VWD flavors installed. For example, for VWD Express installed on 64-bit OS run HTML-5-Schema-Reg-x64-VWD.reg and for VS 2008 installed on 32-bit OS run HTML-5-Schema-Reg-x86.reg. Restart VS You can select HTML 5 in the schema dropdown and HTML 5 element...
Posted to:

Silverlight 4 Debuts with Killer Demos at PDC09

Lots of wow from this morning with Silverlight 4 (and RIA Services) taking center stage in the keynote, here at PDC09. [ Full post continued here... ] Read More...
Filed under:
Posted to:

Html.RenderAction and Html.Action

One of the upcoming new features being added to ASP.NET MVC 2 Beta is a little helper method called Html.RenderAction and its counterpart, Html.Action . This has been a part of our ASP.NET MVC Futures library for a while, but is now being added to the core product. Both of these methods allow you to call into an action method from a view and output the results of the action in place within the view. The difference between the two is that Html.RenderAction will render the result directly to the Response (which is more efficient if the action returns a large amount of HTML) whereas Html.Action returns a string with the result. For the sake of brevity, I’ll use the term RenderAction to refer to both of these methods. Here’s a quick look at how...
Posted to:
by: 
11-18-2009, 11:57 AM

Welcome to WCF RIA Services Beta!

Today at PDC09 , Scott Guthrie Announced the beta of WCF RIA Services .  As you may know RIA Services is a set of end-to-end experiences that makes it as easy to build Silverlight based n-tier applications as it is to build traditional 2 tier apps.   I am very excited about this release as it represents a lot of great feedback we have heard from many of you.    A few goodies in this release based on your feedback You told us you wanted to get up and running with the UI quicker, so we enabled the “DataSources” window that allows you to drag and drop “tables” exposed by your Domain Service onto the form and get meaningful UI to start with.   No more guessing about the Xaml syntax for databinding, or incantation...
Posted to:

More debugging videos and a Resource List from my TechED and Oredev sessions on debugging asp.net applications

I just returned from Oredev and TechED EMEA , both conferences were very interesting in their own special ways.  TechED was of course bigger with a lot of good sessions on my specific area while Oredev is a bit more small and cozy, and a way to meet people that deal with completely different things than I do, like JRuby, Clojure, UI Design what have you… and I guess to some extent to get a reality check and see what the world looks like outside of my .net bubble:) Windows Crash Dump Analysis with Daniel Pearson In particular I really enjoyed Daniel Pearson’s session on Windows Crash Dump Analysis where he discussed how to debug BSODs (blue-screens). He said something interesting that really struck a chord with me.  “You should be happy...
Filed under: ,
Posted to:

News on the ASP.NET Ajax Library Beta

The ASP.NET Ajax Library Beta was released today! The five big things I’m going to talk about in this post are: The ASP.NET Ajax Library is now in Beta Contributing the ASP.NET Ajax Library to the CodePlex Foundation Merging the Ajax Control Toolkit with the ASP.NET Ajax Library Plans to provide support for the ASP.NET Ajax Library ASP.NET Ajax Library features that provide: Powerful developer libraries and tooling support Performance – build high performance websites Interoperability – use it with any server platform and alongside jQuery Extensible – build on top of the library and inherit from controls like DataView Since July last year the team has been cranking out new features in 6 previews, each with exciting innovations including powerful...
Posted to:

PDC09 - A Call to Dream

Immediate thoughts after Ray Ozzie's keynote at PDC09 [ Full post continued here... ] Read More...
Filed under:
Posted to:

ASP.NET MVC 2 Beta Released

Today at PDC09 (the keynote was streaming live ), Bob Muglia announced the release of ASP.NET MVC 2 Beta . Feel free to download it right away! While you do that I want to present this public service message. The Beta release includes tooling for Visual Studio 2008 SP1. We did not ship updated tooling for Visual Studio 2010 because ASP.NET MVC 2 is now included as a part of VS10, which is on its own schedule. Unfortunately, because Visual Studio 2010 Beta 2 and ASP.NET MVC 2 Beta share components which are currently not in sync, running ASP.NET MVC 2 Beta on VS10 Beta 2 is not supported . Here are some highlights of what’s new in ASP.NET MVC 2. RenderAction (and Action) AsyncController Expression Based Helpers (TextBoxFor, TextAreaFor, etc....

< Previous 1 2 3 4 5 Next > ... Last »

Archives