BusinessRx Community

Dedicated to the advancement of software, technology and the people who devote their lives to it.

Welcome to BusinessRx Community Sign in | Join | Help
in Search

BusinessRx Reading List

These blog entries are written by industry experts and leaders. We consider this content to be a good read for any software developer or web technologist.

Browse by Tags

All Tags » Atlas » Talks   (RSS)

  • ASP.NET Connections Slides + Demos

    Earlier this week I presented at the ASP.NET Connections conference in Las Vegas.  This is a great conference that is held twice a year (the fall show is in Las Vegas, the spring show is in Orlando).  This past week we had over 1,500 attendees for the ASP.NET conference alone, and more than 4,700 total for all of the DevConnections conferences held in parallel (VS, SQL, SharePoint, Mobile and Office Connections are all held in the same place - with attendees allowed to attend any session).

    I presented an overview keynote to everyone at the conference on the opening night, and then three ASP.NET specific talks:   

    ASP.NET AJAX Keynote

    This talk kicked off the first full day of the conference, and provided an overview of our ASP.NET AJAX 1.0 plans and some "from scratch" demos of it in action.  You can download the slides+demo here

    The highlight of the talk for me was having Ben Noonan from Burton join me on stage and show off some of the cool ASP.NET AJAX usage they are currently doing at Burton on their live sites.  Ben did a great job walking people through some of the ways they've used it, as well as highlighting some of the great business results they are seeing -- both in terms of increases in the average length of time spent by a user on the site, and the increase in sales and revenue they are realizing.

    One of the fun things we did for the conference was to commission a custom Burton ASP.NET AJAX snowboard to be built (see picture on the right for what it looks like).  Bill Gates and Jake Burton both agreed to autograph it, and we raffled it off to a lucky conference attendee yesterday. 

    ASP.NET Tips and Tricks

    This talk covered ASP.NET UI, Caching and Deployment Tips and Tricks, and Visual Studio 2005 tips/tricks.  You can download the slides+demos here.

    You can learn more about the Visual Studio build performance optimization suggestions by reading this past post of mine on improving build performance.  You can also find several dozen more ASP.NET and Visual Studio Tips/Tricks of mine by browsing my past blog posts marked with the "Tips and Tricks" tag.

    ASP.NET and LINQ

    This talk provided an overview of the new LINQ technology that is shipping next year, and demonstrated some of the dramatic productivity improvements it will bring for ASP.NET with data access.  Click here to download the slides+demos for this talk.

    You can learn more about LINQ and how to use it with ASP.NET by reviewing some of my past LINQ posts.  Here are a few in particular worth reviewing:

    As I've said in the past, I think LINQ is one of the coolest new .NET technologies.  It is definitely worth reviewing and trying out.

    My Upcoming Speaking Schedule

    I'm actually done speaking at conferences for the year - which is something of a relief since I've already done events in Amsterdam, Helsinki, Nice, Dublin, Auckland, Sydney, Boston, Orlando, Dallas, and Las Vegas (twice) this year.  I am looking forward to being able to stay in sunny Seattle for the next 2 months and actually do my day job. :-)

    I am still finalizing my speaking schedule for next year.  I will be speaking at the CodeMash conference in Ohio in mid-January, at the Spring ASP.NET Connections Conference in Orlando in March, potentially the SDWest conference in San Francisco in March (I'm still finalizing my plans here), and definitely the Microsoft MIX07 conference April 30th-May 2nd. 

    Beyond May I'm not sure of my exact plans yet -- although I'll probably present again at TechEd US, potentially squeeze in a trip to Europe, and most likely be making my first trips to India and Japan next year.

    Hope to see you soon,

    Scott

    P.S. People sometimes ask me whether they can re-use some of my slides + demos for their own talks.  The answer is absolutely yes!  Please re-use any and all content you find on my blog or in presentations -- no need to ask permission or give credit.  I post this content to have as many people as possible learn from it, so having you deliver it to others is exactly what I'd like to have happen more.

    Share this post: Email it! | bookmark it! | digg it! | reddit!
  • Upcoming free "Live from Redmond" webcast talks

    Simon Muzio recently posted a link to free upcoming webcast talks for .NET.  These are free webcast presentations that anyone can join over the web.  You can find archived versions of past webcast events on the http://www.asp.net/learn site here.

    Here is a quick summary of upcoming webcasts over the next two months:

    Web Talks

    Date

    Title

    Speaker

    Registration URL

    19-Oct

    Live From Redmond: Introducing the Microsoft ASP.NET 2.0 AJAX Extensions

    Joe Stagner

    link

    26-Oct

    Live From Redmond: An In-depth Look at UpdatePanel

    Kashif Alam

    link

    2-Nov

    Live From Redmond: Enriching Existing ASP.NET Applications with ASP.NET 2.0 AJAX Extensions

    Richard Ersek

    link

    9-Nov

    Live From Redmond: Introducing the Microsoft AJAX Control Toolkit

    Joe Stagner

    link

    16-Nov

    Live From Redmond: Building your own Microsoft ASP.NET AJAX control extender.

    Joe Stagner

    link

    21-Nov

    Live From Redmond: Using the Microsoft AJAX Library with “other” server technologies.

    Joe Stagner

    link

    30-Nov

    Live From Redmond: Microsoft AJAX Patterns  - Implementing Predictive Fetch with Microsoft AJAX

    Joe Stagner

    link

    8-Dec

    Live From Redmond: An in-depth look at the "ListView" control

    Kashif Alam

    link

    12-Dec

    Live From Redmond: Team development on web applications

    Jim Bresler

    link

    Smart Client Talks

    Date

    Title

    Speaker

    Registration URL

    7-Nov

    Live From Redmond: ClickOnce Tips and Tricks and what’s new in Orcas

    Saurabh Pant

    link

    14-Nov

    Live From Redmond: Smart Client: Offline Data Synchronization and Caching for Smart Clients

    Steve Lasker

    link

    28-Nov

    Live From Redmond: Client Application Services in Orcas

    Saurabh Pant

    link

    4-Dec

    Live From Redmond: Visual Studio: Developing Local and Mobile Data Solutions with SQL Server Everywhere

    Steve Lasker

    link

    Dec 6

    Live From Redmond: IronPython: Developing agile but rich client applications using Python

    Mahesh Prakriya

    link

    Hope this helps,

    Scott

    Share this post: Email it! | bookmark it! | digg it! | reddit!
  • IIS7, ASP.NET 2.0, Atlas and VS 2005 End to End Talk

    Many thanks to everyone in New Zealand who attended my "ASP.NET: End-to-End - Building a Complete Web Application Using ASP.NET 2.0, Visual Studio 2005, and IIS7 (Parts 1 and 2)" talk this afternoon.

    You can download the slides from my talk here.  You can then download the application I built here (note: this .zip file is actually the version I published after the US TechEd, but is the same code I wrote on stage today). 

    There is a "ReadMe.txt" file in the root of the demos .zip file that walksthrough how to setup the demos.  I've included two versions of the app -- one is in the "IIS7" directory and allows you to run the application using IIS7 on Windows Vista Beta2.  The other is a slightly modified version of the sample that also works on IIS5, IIS6, and the built-in VS 2005 Web Server.  The difference is that the non-IIS7 version doesn't use URL-rewriting for the pretty-URL feature.

    Hope this helps,

    Scott

    Share this post: Email it! | bookmark it! | digg it! | reddit!
  • My ASP.NET 2.0 Tips, Tricks, Recipes and Gotchas "Highlights Page"

    Several people have sent me email lately asking for a suggested short-list of my best/favorite past blog posts to read (I’ve done 200 posts over the last 12 months and apparently it takes too long to read them all <g>). 

    I’ve put together a summary page of ASP.NET 2.0 Tips, Tricks, Recipes and Gotchas that you can check out here.  It currently contains links to 37 posts that I’ve done in the past that I think are interesting and worth spending sometime to read. 

    I’ve organized the list by area topic (UI, Data, Security, Visual Studio, etc).  My goal is to post at least 1-2 new/original ASP.NET Tips/Tricks/Recipes to my blog each week going forward.  I’ll also make sure to update the summary page above as I add new ones – so you might find it useful to bookmark if you want to quickly look them up.

    Hope this helps,

    Scott

    Share this post: Email it! | bookmark it! | digg it! | reddit!
  • Atlas “How Do I?” Video Series Begins

    Earlier this spring we published a really popular series of short, focused, online ASP.NET videos that we called the “How Do I?” series.  The series walked through how to use Visual Web Developer to take advantage of the cool new ASP.NET 2.0 features like Master Pages, Membership, Role Management, Profiles, 3-tier Data Access, Themes, Web Parts, etc.

    If you haven’t watched these videos yet, I'd highly recommend setting aside an hour or two to review them all (each video is only 10-15 minutes long).  They are a really great way to quickly obtain a very good understanding of the new ASP.NET 2.0 features and how they all fit together.  You can watch each video online for free here.

    The series was so popular that we asked Joe Stagner to join the ASP.NET team fulltime to help us produce even more.  Our plan is to have him publish a brand new ASP.NET “How Do I?” video on the www.asp.net web-site each week going forward from now on.

    The first set of videos that Joe is building out will cover how to use Atlas to build Ajax applications with ASP.NET.   This week he published the first two videos on this:

    You can watch them both on the www.asp.net site from this page.  Make sure to check back each week to watch new videos as they get published.

    Hope this helps,

    Scott

    P.S. For other good Atlas Samples + Tutorials, please read my previous post on Atlas Tutorials + Samples here.

    P.P.S. AlanL from Vertigo has been posting some really nice tutorials on how to use some of the controls within the Atlas Control Toolkit.  I’d recommend checking out these two great posts to read: Atlas: Creating Better Looking Checkboxes with the ToggleButtonExtender and Atlas: Creating a Confirmation Using the ModalPopup Extender

     

    Share this post: Email it! | bookmark it! | digg it! | reddit!
Powered by Community Server, by Telligent Systems
'