Microsoft Ajax 4 Preview 5: The DataView Control |
- Microsoft Ajax 4 Preview 5: The DataView Control
- Dialogs and ViewModel - Using Tasks as a Pattern
- What The CodePlex Foundation Means To The .NET OSS Developer
- Dialogs and ViewModel - Using Tasks as a Pattern
- Silverlight Cream for September 11, 2009 -- #690
- Silverlight - Out of Browser Presentation - Slides and Code
- ASP.NET AJAX 4.0 Preview 5 released to CodePlex
- Bridge from PHP to .NET through REST - Toolkit for PHP with ADO.NET Data Services
- Microsoft Launches an Independent, Non Profit Open Source Foundation
- Using Custom Visual States
- Usare ADO.NET Data Services 1.5 con Silverlight in cross-domain
- Silverlight 3 vs Flash: Digital Clock Demonstration
- Silverlight Cream for September 10, 2009 -- #689
- Using Large Message Requests in Silverlight with WCF
- Silverlight Featured in Sunday Night Football Extra
- Silverlight 4 feature suggestions
- Silverlight delivers online viewing experience for Sunday Night Football – first game tonight!
Microsoft Ajax 4 Preview 5: The DataView Control Posted: 11 Sep 2009 01:00 PM PDT Preview 5 of the Microsoft Ajax 4.0 library has been released. Some quick background – this the next version of the client-side ajax framework you have probably already heard of, the one that ships along with ASP.NET 3.5 (but is also available in script...( read more ) Read More......(read more) |
Dialogs and ViewModel - Using Tasks as a Pattern Posted: 11 Sep 2009 09:37 AM PDT The ViewModel/MVVM pattern continues to gain popularity, with a blog post showing up every so often, and with tweets and retweets popping up even more often :-). At the same time, there are some interesting topics beyond the core pattern that continue...( read more )...(read more) |
What The CodePlex Foundation Means To The .NET OSS Developer Posted: 11 Sep 2009 09:48 AM PDT Yesterday, Microsoft announced some exciting news about the formation of the CodePlex Foundation (not to be confused with CodePlex.com project hosting website despite the unfortunately confusing same name) whose mission is to " enable the exchange of code and understanding among software companies and open source communities ". This is an 501(c)(6) organization completely independent of Microsoft. For example, search the by-laws for mentions of Microsoft and you'll find zero. Zilch. One thing to keep in mind about this organization is that it's very early in its formation. There was debate on trying to hash out all the details first and perhaps announcing the project some time further in the future, but that sort of goes against the open source...(read more) |
Dialogs and ViewModel - Using Tasks as a Pattern Posted: 11 Sep 2009 09:37 AM PDT The ViewModel/MVVM pattern continues to gain popularity, with a blog post showing up every so often, and with tweets and retweets popping up even more often :-). At the same time, there are some interesting topics beyond the core pattern that continue to fuel experimentation. A big one amongst those is how should applications use dialogs when using the view model pattern. The crux of the problem is the desire to keep the view model independent of UI concerns, and ensure it can be tested in a standalone manner, but that often comes to odds when you want the view model to launch a dialog, and/or do some work after the dialog is closed. The most recent version of Silverlight.FX (v3.2) that I published earlier this week, addresses this scenario...(read more) |
Silverlight Cream for September 11, 2009 -- #690 Posted: 11 Sep 2009 08:47 AM PDT In this Issue: Rick Barraza , David Kelley , Kevin Dockx , Al Pascual ( 2 ), Victor Gaudioso , and Jim Lynn . Shoutout: Chris Cavanagh announced YouCube 3.0 (Chromium WebBrowser) - Source Code From SilverlightCream.com : Rendering Vector Fields in Silverlight...( read more )...(read more) |
Silverlight - Out of Browser Presentation - Slides and Code Posted: 11 Sep 2009 01:01 AM PDT Hello,I apologize for not blogging for a while. I've been in the process of starting my own company and launching our first startup. Along with that adventure, I have started a new blog. On that blog, you will find slides and code for a presentation I...( read more )...(read more) |
ASP.NET AJAX 4.0 Preview 5 released to CodePlex Posted: 11 Sep 2009 06:08 AM PDT There is some COOL stuff coming ……. Client templates that can be used to format database data in the browser Client controls such as the DataView control Client DataContext component that supports change tracking and identity management ADO.NET Data Services support WCF and ASMX Web service support JSONP support Observable pattern for plain JavaScript objects Live Bindings Command Bubbling Support for managing complex links and associations between entities from multiple entity sets or table Dynamic and recursive templates Binding Converters Compatibility with the ASP.NET UpdatePanel In the weeks to come I'll be doing a collection of videos to the new features in ASP.NET / AJAX 4.0 In the mean time ……. [ Click HERE to go to the CodePlex release...(read more) |
Bridge from PHP to .NET through REST - Toolkit for PHP with ADO.NET Data Services Posted: 11 Sep 2009 05:18 AM PDT I've been working on some new interop scenarios for PHP and .NET and wanted to share the Toolkit for PHP with ADO.NET Data Services that was released a few weeks ago. The official description ….. Toolkit for PHP with ADO.NET Data Services enables PHP developers to access data services created using ADO .NET Data Services framework. The goal is to provide the similar functionality as .NET library to access and modify the data and its relationship using URIs which points to pieces of data integrated with the web. Check it out here http://phpdataservices.codeplex.com/ .. and a walk though of sorts [ HERE ]. Technorati Tags: Microsof ADO.NET Data Services REST PHP Interop Read More......(read more) |
Microsoft Launches an Independent, Non Profit Open Source Foundation Posted: 11 Sep 2009 04:56 AM PDT The headlines this morning suggested hell is freezing over and pigs have begun taking flight :) From the NEW www.CodePlex.oeg ….. The CodePlex Foundation, a non-profit foundation formed with the mission of enabling the exchange of code and understanding among software companies and open source communities, launched today, September 10, 2009. Keep your eyes on http://codeplex.org/ !!! Technorati Tags: Microsoft Open Source Read More......(read more) |
Posted: 11 Sep 2009 01:21 AM PDT Learn how to define your own visual states and call them programmatically or via behaviors....( read more )...(read more) |
Usare ADO.NET Data Services 1.5 con Silverlight in cross-domain Posted: 11 Sep 2009 12:20 AM PDT Dal blog del team di ADO.NET Data Services apprendo che sono stati pubblicati da Phani due interessanti articoli su come usare i Data Services dalla versione 1.5 in modalità x-domain, sia in scenari in-browser che out-browser. link: More on Using Data...( read more )...(read more) |
Silverlight 3 vs Flash: Digital Clock Demonstration Posted: 10 Sep 2009 11:10 PM PDT The effect is an all-vector, scalable sliding clock based on the user system clock. It can also be customized to count down to your next event with this easy-to-use Digital Clock system....( read more )...(read more) |
Silverlight Cream for September 10, 2009 -- #689 Posted: 10 Sep 2009 08:54 PM PDT In this Issue: Matthias Shapiro , Nigel Sampson , Shawn Wildermuth , and Brad Abrams . Lots of Shoutouts Today: Jesse Liberty expounds on CodeRush and the advantages it gives him while coding: Mini-Review of Code Rush Jesse also posted this one: Carousel...( read more )...(read more) |
Using Large Message Requests in Silverlight with WCF Posted: 10 Sep 2009 02:17 PM PDT Today I was working with a client and ran into a problem I didn't expect. This particular problem had to do with Silverlight consuming a WCF Service. Sometimes WCF causes me to spew four letter words. There is a class of WCF problems that cause this:...( read more )...(read more) |
Silverlight Featured in Sunday Night Football Extra Posted: 10 Sep 2009 05:53 PM PDT Tonight is opening night for the NFL season! This year NBC will showing the Sunday Night Football games in HD via Silverlight. You can catch the games at http://snfextra.nbcsports.com/ It's just a few minutes into the opening night game and I am watching...( read more )...(read more) |
Silverlight 4 feature suggestions Posted: 10 Sep 2009 04:19 PM PDT Worried about what's coming in the next version of Silverlight ? Did you know that you can raise your voice for new features ? print support, mouse right click, Silverlight on iPhone…? Act now! go to http://silverlight.uservoice.com/ and propose/vote...( read more )...(read more) |
Silverlight delivers online viewing experience for Sunday Night Football – first game tonight! Posted: 10 Sep 2009 02:21 PM PDT The NFL and NBC will be delivering the entire Sunday Night Football season by using Silverlight 3.0 and IIS Smooth Streaming. The first game of the season will be broadcast tonight, with the Tennessee Titans vs. the Pittsburg Steelers. Game starts at...( read more )...(read more) |
You are subscribed to email updates from "microsoft" via reza in Google Reader To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
No comments:
Post a Comment