Silverlight MVP |
- Silverlight MVP
- Error connecting to SQL Server from Windows 7 / Windows 2008 R2 with ASP.NET
- Silverlight 3 – Local Messaging Explained + Enhancement
- Finding memory leaks with ANTS Memory Profiler
- Windows Embedded CE 6.0 R3: Silverlight, Expression Blend, C++ and Touch
- Introducing Mia Yokoyama Haack
- Blend 3.0 – SketchFlow and Sample Data, or how to bring the paper notes to an interactive application
- Campione del mondo di "powerpoint" 2009 :)
- Autenticazione e Autorizzazione con Ria Services
- Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 26: Authentication and Personalization
- Silverlight Spikes AVP Pro Beach Volleyball Matches Live to Your Computer
- Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 26: Authentication and Personalization
- Silverlight 3 online and offline Docs updated
- Working with SVG files in Visual Studio and Visual Web Developer
- Robots at MySpace!
Posted: 07 Oct 2009 02:07 PM PDT On October 1st I was awarded the Microsoft MVP for Silverlight. I am very honored and excited about this. The MVP program, taken from Tim Heuer's post, " is a recognition program that is in place to recognize and reward those individuals who have been identified by individuals (peers, Microsoft staff, etc.) as experts in [...]...(read more) |
Error connecting to SQL Server from Windows 7 / Windows 2008 R2 with ASP.NET Posted: 07 Oct 2009 01:41 PM PDT Just ran into this and thought I'd share. If you are trying to connect to SQL Server from your Web application running on Windows 7 or Windows 2008 R2 and you're getting a message that looks like this: Failed to generate a user instance of SQL Server due to failure in retrieving the user's local application data path. Please make sure the user has a local user profile on the computer. The connection will be closed. I can probably help you out. The IIS team made a change to the default identity of the worker process. Starting with IIS 7.5, Application Pools run with a unique identity based on the Application Pool name, rather than NetworkService – the default identity for IIS6 and IIS7. The primary reason for...(read more) |
Silverlight 3 – Local Messaging Explained + Enhancement Posted: 07 Oct 2009 11:30 AM PDT One of the new features Silverlight 3 introduced is called Local Messaging. This feature supports communication between different Silverlight applications that are running on the same client. This is particular useful in areas like Sharepoint where you...( read more )...(read more) |
Finding memory leaks with ANTS Memory Profiler Posted: 07 Oct 2009 04:05 AM PDT I was out looking for some sample scripts for tinyget and ran across this ANTS Memory Profiler review where Scott Seely has tested it out on some of my debugging labs . I haven't had the time and/or opportunity to test it out myself but since many people have asked me if I had used it or what I thought of it I thought I'd just point you to someone who has instead:) Have fun, Tess Read More......(read more) |
Windows Embedded CE 6.0 R3: Silverlight, Expression Blend, C++ and Touch Posted: 04 Oct 2009 01:58 PM PDT It's now possible to build rich user experiences on Windows Embedded CE 6.0 R3 using a new framework based on native C++ code and Expression Blend 2.0. Other features available: Internet Explorer Embedded Adobe Flash Lite Touch and Gesture Connection...( read more )...(read more) |
Introducing Mia Yokoyama Haack Posted: 07 Oct 2009 06:57 AM PDT This morning at 3:17 AM, Mia Yokoyama Haack was born weighing in at 7lb 8.5 oz. Now my world domination crew is complete! Mia is a fast little one as labor started around 11 PM and she was delivered only four hours later! This time around, we did a water birth at a birthing center which involves the momma sitting in a big tub for the last part of labor and delivery, which made for a much more comfortable experience than last time. I think she'd definitely recommend it. We were back home by 6:30 AM which just amazes me. Momma and Baby are doing well. I'm still getting over my cold, but I think the adrenaline of the whole experience helped a lot. :) Read More......(read more) |
Posted: 07 Oct 2009 05:08 AM PDT I'll speak about Blend 3 SketchFlow and Sample Data on Dev Reach this year. It will be an interactive demonstration of what you can do with SketchFlow, how to get feedback, quickly, easy and inexpensively. Read more The session will be on the virtual...( read more )...(read more) |
Campione del mondo di "powerpoint" 2009 :) Posted: 07 Oct 2009 12:29 AM PDT Date uno sguardo a questa presentazione, nominata World Best Presentation 2009. La presentazione in se, visibile su slideshare può sembrare scarna, ma l'efficacia delle immagini è davvero notevole per capire. Cercando in rete ho trovato anche una presentazione...( read more )...(read more) |
Autenticazione e Autorizzazione con Ria Services Posted: 07 Oct 2009 12:22 AM PDT Brad Abrams ha pubblicato un post molto interessante che illustra passo passo come RiaServices consenta di integrarsi con le Membership API di ASP.NET per gestire autenticazione (Utenti), autorizzazione (Ruoli) ma anche i dati di profilo dell'utente....( read more )...(read more) |
Posted: 05 Oct 2009 05:04 PM PDT The data we work with in business application is valuable. We need to protect the data.. sometimes by keeping up with exactly who accesses and updates what data when and other times we need to actively prevent data from being accessed expected by...( read more )...(read more) |
Silverlight Spikes AVP Pro Beach Volleyball Matches Live to Your Computer Posted: 06 Oct 2009 09:19 PM PDT Just when we thought spending summer days in the sand were behind us (at least here in Redmond), the AVP recently announced that they will use Silverlight and IIS Smooth Streaming to bring beach volleyball fans around the world live, SD and HD streaming...( read more )...(read more) |
Posted: 05 Oct 2009 05:04 PM PDT The data we work with in business application is valuable. We need to protect the data.. sometimes by keeping up with exactly who accesses and updates what data when and other times we need to actively prevent data from being accessed expected by trust parties. The web is increasingly becoming a personal place – applications often "know about you" enabling users to having customized settings that work everywhere the apps works. In this example, I will take our ever popular SuperEmployees application and augment it to show more details on the authentication and personalization. You can see the full series here . The demo requires (all 100% free and always free): VS2008 SP1 Silverlight 3 RTM .NET RIA Services...(read more) |
Silverlight 3 online and offline Docs updated Posted: 06 Oct 2009 10:45 AM PDT We just refreshed the online docs for Silverlight 3. In addition, the offline CHM has been updated. Most of the updates were just doc bug fixes. Right now writers are mostly focused on documenting Silverilght 4 Beta features (of course SL4 Beta hasn't...( read more )...(read more) |
Working with SVG files in Visual Studio and Visual Web Developer Posted: 06 Oct 2009 09:32 AM PDT Scalable Vector Graphics (SVG) is W3C standard language for describing two-dimensional vector and mixed vector/raster graphics in XML. Firefox 3+, Opera 9+ and Safari 3+ support SVG rendering. Unfortunately, Internet Explorer 8 does not support SVG natively and requires a plug-in. There a plug in from Adobe (although support was discontinued this year) as well as few pulg-ins listed in Wikipedia article on SVG . SVG element is part of upcoming HTML 5 standard which allows inline SVG in HTML documents. Inline SVG is not yet fully supported in modern browsers so you probably still want to use <object> element for now. For example: < html > < head > < title > SVG test </ title > </ head > < body > <...(read more) |
Posted: 06 Oct 2009 10:41 AM PDT Got your attention? Not exactly robots, but software architects at MySpace have figured out a very cleaver use for the Coordination and Concurrency Runtime (CCR) that was originally released as part of the Robotic Developer Studio . Take a look...( 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