Silverlight Design Day Registration Open for Boston |
- Silverlight Design Day Registration Open for Boston
- Silverlight TV 11: Dynamically Loading XAPs with MEF
- New commands in SOS for .NET 4.0 Part 1
- Announcing Windows Server AppFabric Beta 2!
- Internationalization/Globalization in Silverlight - Part 8 - UI design/layout implications
- Internationalization/Globalization in Silverlight - Part 7 - Dates and Images
- Internationalization/Globalization in Silverlight - Part 6 - Naming
- Internationalization/Globalization in Silverlight - Part 5 - MVVM Approach
- Internationalization/Globalization in Silverlight - Part 4 - Implementation Options
- Internationalization/Globalization in Silverlight - Part 3 - What is a resx file, and how should I use it?
- Internationalization/Globalization in Silverlight - Part 2 - Should I Internationalize?
- Internationalization/Globalization in Silverlight - Part 1 - Terminology
- Internationalization/Globalization in Silverlight
- The Case for ViewModel
- New Site, New Platform, New Domain – 10rem.net
- The Case for ViewModel
- The Case for ViewModel
- Windows Client Developer Roundup for 3/1/2010
- Austin Texas The Techie Town
- Silverlight Cream for February 28, 2010 -- #805
Silverlight Design Day Registration Open for Boston Posted: 01 Mar 2010 01:26 PM PST The registration links for the Silverlight Design Day event in Boston is now available. May 14 – Boston, MA, US register here "A Silverlight Design Day is opportunity to learn about Silverlight and Expression Blend from a...( read more )...(read more) |
Silverlight TV 11: Dynamically Loading XAPs with MEF Posted: 01 Mar 2010 09:30 AM PST The latest episode of Silverlight TV is now available on Channel 11 ! In episode 11 Glenn Block makes a return appearance on Silverlight TV and discusses the one of my favorite features of MEF: partitioning. Glenn explains how partitioning makes it easy...( read more )...(read more) |
New commands in SOS for .NET 4.0 Part 1 Posted: 01 Mar 2010 07:21 AM PST My friend and fellow debugger Brian at http://Kodehoved.dk recently wrote a couple of posts on news with sos for .NET framework 4.0 (in Danish) New SOS Commands in .NET 4 More debugging news in CLR 4 Since Danish, although a beautiful language is probably foreign to most of you I figured I'd write a summary of the new commands in English and add some comments of my own. Loading sos for .NET 4.0 As in 2.0 you will find sos.dll in the framework directory so you can load it in windbg or cdb using the full path .load C:\Windows\Microsoft.NET\Framework\v4.0.30128\sos.dll You can also use the short hand .loadby method but since the name of the core dll has changed in 4.0, you will no longer load it using .loadby sos mscorwks, instead you can now load...(read more) |
Announcing Windows Server AppFabric Beta 2! Posted: 01 Mar 2010 08:00 AM PST The Beta 2 of Windows Server AppFabric - a set of application services focused on improving the speed, scale, and management of Web, Composite, and Enterprise applications- is now available. We encourage developers and IT professionals building ASP.NET applications or applications that use WCF or WF and run on IIS to download the Beta and provide feedback. This posting includes an audio/video/photo media file: Download Now |
Internationalization/Globalization in Silverlight - Part 8 - UI design/layout implications Posted: 25 Feb 2010 08:06 PM PST One important thing to keep in mind when internationalizing your application is that things may not look the same in another language, and I'm not just referring to the text looking different. My app looks like junk! I've seen mixed reports stating that...( read more )...(read more) |
Internationalization/Globalization in Silverlight - Part 7 - Dates and Images Posted: 25 Feb 2010 08:05 PM PST Usually when we think of internationalization we think of the text that appears on the screen. However, it is important that you also think about dates, and perhaps images as well. Dates In the U.S. we get used to thinking of dates in terms of month,...( read more )...(read more) |
Internationalization/Globalization in Silverlight - Part 6 - Naming Posted: 25 Feb 2010 08:01 PM PST As mentioned in the What is a .resx file and how should I us it? post, when you create a .resx file a corresponding .cs (or .vb) file/class is code-generated, and this class gives you strongly-typed access to resources. This can be used in declarative...( read more )...(read more) |
Internationalization/Globalization in Silverlight - Part 5 - MVVM Approach Posted: 25 Feb 2010 07:55 PM PST It's about time for a step by step walkthrough of the internationalization process. For this example, I will use my preferred approach, MVVM. Note that most of the steps would be the same for other internationalization methods that I outlined in my previous...( read more )...(read more) |
Internationalization/Globalization in Silverlight - Part 4 - Implementation Options Posted: 25 Feb 2010 07:34 PM PST Most developers would prefer to hear that "this is the right way to do Internationalization", but as with just about anything in the software development world, there are several different ways to do it. The standard response to the "what is the right...( read more )...(read more) |
Posted: 25 Feb 2010 07:28 PM PST A .resx file is a place where application developers can store resources that are used in their apps. By resources I mean things like text and images that appear in the UI. Resources – An overloaded term Resources can mean several things to a developer...( read more )...(read more) |
Internationalization/Globalization in Silverlight - Part 2 - Should I Internationalize? Posted: 25 Feb 2010 07:26 PM PST I highly recommend that all .NET applications leverage Microsoft's internationalization framework, regardless of whether or not there is a current business requirement for it. The main reasons are: It is not all that difficult or time consuming to set...( read more )...(read more) |
Internationalization/Globalization in Silverlight - Part 1 - Terminology Posted: 25 Feb 2010 07:23 PM PST As mentioned in my first post I will use the term internationalization throughout this post in reference to the ability to present an application in multiple languages. Technically I should use the term globalization , and often you will also see another...( read more )...(read more) |
Internationalization/Globalization in Silverlight Posted: 25 Feb 2010 07:22 PM PST Download the source code This is the first in a series of blog posts around the topic of internationalization in Silverlight. Many of today's LOB (line-of-business) applications require support for multiple user languages, and even those that do not yet...( read more )...(read more) |
Posted: 01 Mar 2010 01:56 AM PST One of the comments I got on my last post on view/view model hookup options was the following: I've been a mvvm fan but actually when I see all the hoops to jump through I wonder at times how effective this is So I wanted to take a moment to list what...( read more )...(read more) |
New Site, New Platform, New Domain – 10rem.net Posted: 28 Feb 2010 09:18 PM PST ...( read more )...(read more) |
Posted: 01 Mar 2010 01:56 AM PST One of the comments I got on my last post on view/view model hookup options was the following: I've been a mvvm fan but actually when I see all the hoops to jump through I wonder at times how effective this is So I wanted to take a moment to list what Read More......(read more) |
Posted: 01 Mar 2010 01:56 AM PST One of the comments I got on my last post on view/view model hookup options was the following: I've been a mvvm fan but actually when I see all the hoops to jump through I wonder at times how effective this is So I wanted to take a moment to list what I thought compelled me to adopt the ViewModel pattern of client application development (so much so, that I now feel odd writing Silverlight and sometimes even Ajax apps in any other way). Some will be obvious benefits, especially to those already using MVVM in their everyday development, but I want to throw in a couple that are farther out exploratory ideas that I am thinking about. I'd also love to pursue what it means to make view model more mainstream, so if you've got ideas on...(read more) |
Windows Client Developer Roundup for 3/1/2010 Posted: 28 Feb 2010 10:00 PM PST This is Windows Client Developer roundup #13. The Windows Client Developer Roundup aggregates information of interest to Windows Client Developers, including WPF , Surface, Windows 7, XNA, Windows Forms , Silverlight and Windows Phone. If you have something...( read more )...(read more) |
Posted: 28 Feb 2010 10:35 PM PST If there's one impression that Austin left on me, besides the one that Rudy's "extra moist" barbecue left on my gut, is that it's a developer friendly town. This past week I spent three days in Austin meeting with all sorts of developers and had many great conversations about technology. I met with companies and people with a passion for technology that couldn't be suppressed. Meeting with Dell The reason I was in town was to give a couple of presentations at a mini-conference for Dell employees. On my first day in Austin, the day before the conference, I met with a team working on the next generation of Dell.com . The site is undergoing a large scale rearchitecture based heavily on ASP.NET MVC 2. I fielded some questions on ASP.NET MVC and...(read more) |
Silverlight Cream for February 28, 2010 -- #805 Posted: 28 Feb 2010 04:29 PM PST In this Issue: Mike Hodnick , Jeremy Likness ( -2- , -3- ), Bobby Diaz , Jianqiang Bao ( -2- , -3- , -4- , -5- ), Chris Klug , Nokola , Peter Bromberg , Nigel Sampson , Shawn Wildermuth , and Kirupa . Shoutouts: Chris Woodruff composed a PDF of the MEF...( read more )...(read more) |
You are subscribed to email updates from "microsoft" via ehsan 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