Browse by Tags
All Tags »
Orcas (
RSS)
In my previous Silverlight Closed Captioning screencast here , I showed you how to use Expression Encoder to import Closed Captioning information to produce a solution without writing a line of code. What if you store your Closed Captioning information in an external data source (database, SAMI file, XML file, etc.) and want to keep it there? Do you have to reprocess all of your videos using Expression Encoder? Of course not, but you do have to write some code:). In this screencast, I show you how to use Silverlight, ASP.NET AJAX, and the Windows Communication Foundation (WCF) to solve this problem. You can view the screencast here . To get the sample code, just click the link below: The sample requires Visual Studio 2008 beta 2 or later. -...
Thanks for attending! If you missed it, you should be able view the recording here . The deck and code are here . If you are looking for today's code, then make sure you download WebDevVS2008_democode_beta2 and FuturesJuly2007_democode . You will, of course have to wait for Visual Studio 2008 beta 2 & the ASP.NET Futures July CTP to be release. Stay tuned... - Marc Read More...
You might want to entertain attending even if you've seen me present this one before. I will be showing new Visual Studio 2008 beta 2 features like LinqDataSource, improved design time experience for ASP.NET AJAX extender controls, AJAX Web Part drag and drop, and anything else I find between now and then:). This session will cover some of the great new features that will be coming soon with Visual Studio "Orcas" & the Microsoft ASP.NET Futures. Learn how web development with .NET will continue to improve and evolve, and talk about some of the upcoming features and how best to use them. We will be covering: Targeting a specific version of the .NET Framework (2.0, 3.0, 3.5) The new ASP.NET page designer (split view, CSS and improved layout...
Thanks to everyone who attended. Links to download my code & deck are here . The tool to help configure Blend to work seamlessly with Visual Studio "Orcas" Beta 1 is here . There were some questions I wasn't able to answer during today's webcast. I'll research them once I get the Live Meeting Q&A log and then update this post with the answers. Don't forget to check out Silverlight Streaming at http://silverlight.live.com . -Marc Read More...
One of my favorite features in Orcas is the ability to leverage the ASP.NET Application services from any client application (ASP.NET, Ajax, WinForms, WPF, or even Silverlight!).. This allows you to do things like share a common membership, role management and profiles across a number of presentation tears. It also enables very easy roaming user state... Check out how easy it is to use the profile store... here I am using Windows Authentication, but of course you can use forms or your own system just as well. In fact any system can be rolled into the ASP.NET Auth system (there is a whole book on the subject ). Part 1: Create the web site. 1. In Orcas Beta1, Create a new ASP.NET Web Application 2. Fill in the profile section of the web.config...
Thanks to everyone who attended our Public Sector Developer Conference in Downers Grove, IL. I don't have all of the decks yet, but I figured I would post anyway to get you started. I will update this post when I get the other decks. Introduction to LINQ + LINQ to SQL - deck , demo code What's New for Web Developers in Visual Studio "Orcas" & the Microsoft ASP.NET Futures - deck , orcas demo code , futures demo code -Marc Read More...
This session will cover some of the great new features that will be coming soon with Visual Studio "Orcas" & the Microsoft ASP.NET Futures. Learn how web development with .NET will continue to improve and evolve, and talk about some of the upcoming features and how best to use them. We will be covering: Targeting a specific version of the .NET Framework (2.0, 3.0, 3.5) The new ASP.NET page designer (split view, CSS and improved layout support, nested master pages, etc.) Better control of markup using the new ListView control ASP.NET AJAX / JavaScript Intellisense & Debugging improvements LINQ integration New controls in the Microsoft ASP.NET Futures (Back button support, Silverlight controls, SearchDataSource control, Dynamic Data Controls...
More Posts