Getting Started with Script# |
- Getting Started with Script#
- Using AgFx with OAuth
- MVVM Pattern for RIA Services
- Peter Kuhn: thoughts on MIX11
- Best Practices for Regular Expressions in the .NET Framework
- ISV Helps Customers Increase Productivity by 30% with Microsoft Silverlight
- Visifire – Charts & Gauges for WP7, WPF and Silverlight
Posted: 28 Apr 2011 08:38 PM PDT At MIX11, I presented a session on Script# titled " Script#: Compiling C# to JavaScript " ... and I did a follow up blog post highlighting the key points from the presentation. This blog post covers the Hello World demo, which will show how you can get started with script#, and deploy scripts authored using this approach. It doesn't go into more advanced topics, but hopefully it will also demonstrate a couple of key principles at play: Script# doesn't introduce some new and odd abstractions. You're still very much authoring script against the DOM and standard APIs, and existing knowledge of web development carries forward. The generated script is similar to script you might have authored directly, and can be distributed...(read more) |
Posted: 26 Apr 2011 09:49 AM PDT New Release First, if you wander on over to the AgFx CodePlex site, you'll see that there is a new release up. There's some new things in this new release such as some statistics about the performance of your application, the ability to specify exact cache expiration, and some bug fixes. The majority of feedback that I have gotten has been feature requests or "how do I?", and few in the way of bug reports. So it's working well for most people, hopefully that continues. Please file bugs if you find them! All of the below references the code sample that you can find in the CodePlex source tree at AgFx\Samples\Facebook.Auth.Sample . OAuth with Facebook and AgFx on Windows Phone 7 Something applications commonly want to do...(read more) |
Posted: 29 Apr 2011 09:06 AM PDT At the Silverlight Firestarter '10 , John Papa did a great talk on MVVM Patterns for Silverlight and WP7 that featured WCF RIA Services as the data layer. For that talk, I helped him streamline the service layer abstraction to correctly work with the Read More......(read more) |
Posted: 28 Apr 2011 02:00 PM PDT Like every year, and probably like thousands other .NET/Silverlight developers around the world, I was very thrilled when this year's MIX conference was about to start. But this time it was different for me. I had won free admittance with my entry for...( read more )...(read more) |
Best Practices for Regular Expressions in the .NET Framework Posted: 28 Apr 2011 06:45 PM PDT The regular expression engine in the .NET Framework supports a powerful and flexible regular expression language and a sophisticated feature set that includes backtracking and balancing group definitions. As a backtracking NFA engine, however, it places the responsibility for controlling the regular expression engine on the regular expression developer. This topic discusses some of the best practices that developers can follow to maximize regular expression performance when working with regular expression objects, taking advantage of backtracking, and defining capturing groups. |
ISV Helps Customers Increase Productivity by 30% with Microsoft Silverlight Posted: 28 Apr 2011 03:54 PM PDT In 2000, Brazil based New Age Software launched its ERP application and received disappointing feedback from customers about how the front-end was time consuming to install and the interface was difficult to learn and operate. As a result, New Age Software...( read more )...(read more) |
Visifire – Charts & Gauges for WP7, WPF and Silverlight Posted: 28 Apr 2011 02:40 PM PDT I recently came across some very high quality charts and gauge controls available through VISIFire for WP7, WPF and Silverlight based applications. If are in need of some professional charts or gauges for your application, I would high recommend you check...( 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