Tuesday, January 31, 2012

Windows 8 and the future of XAML: Part 2: The Windows Runtime (WinRT)

Windows 8 and the future of XAML: Part 2: The Windows Runtime (WinRT)


Windows 8 and the future of XAML: Part 2: The Windows Runtime (WinRT)

Posted: 30 Jan 2012 04:37 PM PST

Welcome to part 2 in this series on Windows 8 and the future of XAML. The goal of this series is to give you an overview of the Windows 8 platform and teach you how you will be building Metro style applications when Windows 8 will be released. Don't miss...( read more )...(read more)

Monday, January 30, 2012

Using the Live SDK in Windows 8 XAML/C# Metro Applications

Using the Live SDK in Windows 8 XAML/C# Metro Applications


Using the Live SDK in Windows 8 XAML/C# Metro Applications

Posted: 29 Jan 2012 07:59 PM PST

Introduction The Microsoft's Live SDK (or commonly referred to as Live Connect), provides a set of controls and APIs that enables applications to integrate single sign-on (SSO) functionality using Windows Live ID. You can also use it to access data...( read more )...(read more)

About Orchard Governance and Microsoft

Posted: 30 Jan 2012 12:29 AM PST

Back in September, we did something with Orchard that is kind of a big deal: we transferred control over the Orchard project to the community. Most Open Source projects that were initiated by corporations such as Microsoft are nowadays still governed by that corporation. They may have an open license, they may take patches and contributions, they may have given the copyright to some non-profit foundation, but for all practical purposes, it's still that corporation that controls the project and makes the big decisions. That wasn't what we wanted for Orchard. We wanted to trust the community completely to do what's best for the project. This is why we organized elections for our new Steering Committee and had five members elected. Anyone who had...(read more)

TechDays in Belgium and Netherlands

Posted: 29 Jan 2012 09:30 PM PST

I'll be presenting at the upcoming Belgium and Dutch TechDays next month.  I'll be doing three tech talks at each of the events: Overview of Windows Azure A look at ASP.NET MVC 4 ScottGu Unplugged I'm particularly excited about the "A look at ASP.NET MVC 4" talk as it will be the first time I've presented on it (and it is shaping up to a really great release – more blog posts on that soon). For more details on how to attend the event visit the Belgium Techdays and Dutch Techdays websites.  Hope to see some of you at the conferences! Scott P.S. In addition to blogging, I use Twitter to-do quick posts and share links. My Twitter handle is: @scottgu Read More......(read more)

Windows Dev News for January 29, 2012 - #0033

Posted: 29 Jan 2012 09:22 PM PST

body { font-size: 11pt; font-family: 'Tahoma'; margin:0; padding:0; height:100%;} Windows Dev News for January 29, 2012 - #0033 [SC1209] In This Issue: Senthil Kumar B , Michael Washington , Michael Crump , Robby Ingebretsen , András Velvárt , Laurent...( read more )...(read more)

31 Weeks of Windows Phone Metro Design | #5 Choosing between Panoramas, Pivots and/or Pages.

Posted: 29 Jan 2012 07:00 PM PST

31 Weeks of Windows Phone Design Index In this post we'll try to answer a very common question that developers and designers ask us all the time and that in fact we in the Studio try to define always when exploring new features in Windows Phone...( read more )...(read more)

Sunday, January 29, 2012

WP7 – Changing Visuals Based on Phone Theme with ThemeToStateBehavior

WP7 – Changing Visuals Based on Phone Theme with ThemeToStateBehavior


WP7 – Changing Visuals Based on Phone Theme with ThemeToStateBehavior

Posted: 29 Jan 2012 04:00 AM PST

The built-in resources in Windows Phone 7 help a lot with  automatically reflecting the selected theme of the phone. (See my earlier blog post: Being theme aware in Windows Phone 7 Silverlight apps ). However, sometimes you want to be theme aware...( read more )...(read more)

Friday, January 27, 2012

Windows Dev News for January 26, 2012 - #0032

Windows Dev News for January 26, 2012 - #0032


Windows Dev News for January 26, 2012 - #0032

Posted: 26 Jan 2012 09:29 PM PST

body { font-size: 11pt; font-family: 'Tahoma'; margin:0; padding:0; height:100%;} Windows Dev News for January 27, 2012 - #0032 [SC1208] In This Issue: Brian Noyes , Tony Champion , goldytech , Roy Dallal , Vikram Pendse , Jose Fajardo , Jeremy Likness...( read more )...(read more)

Thursday, January 26, 2012

Songhay Data Access

Songhay Data Access


Songhay Data Access

Posted: 25 Jan 2012 03:46 PM PST

Songhay Data Access is a set of static helper classes defining routines around System.Data.Common. Songhay Data Access has been used with SQLite, MySQL and SQL Server but this set of libraries will work with any database that has an ADO.NET providprovider written for it.

Wednesday, January 25, 2012

Now, more than ever, you need a designer

Now, more than ever, you need a designer


Now, more than ever, you need a designer

Posted: 24 Jan 2012 10:52 PM PST

Before joining Microsoft, I was a consultant, primarily building desktop applications using a variety of MS technologies. During my last couple years there, Silverlight was a large part of that both for full apps and as parts of larger web sites. Prior to that, it was WPF, Windows Forms, VB, HTML and even SharePoint. tl;dr: The point of this long post is not to show you examples of good design or pick apart existing designs. I'm not really qualified to do that. However, I can point out the need for design and give you some small amount of ammunition when presenting this to your own management. Visual and UX Design matters, even for internal apps, often far more than architecture or the other things we focus on. You'll be more efficient...(read more)

Bug fix: WPF4 project template for #MVVMLight V3

Posted: 24 Jan 2012 03:40 PM PST

Ironically, my last release of MVVM Light V3 was about fixing bugs in templates and making them better. In the process however, seems that I introduced a regression bug in the WPF4 project templates. Yep shit happens. How do I know if I have the bug?...( read more )...(read more)

Tuesday, January 24, 2012

SilverlightShow Top 5 News for Jan 16-22, 2012

SilverlightShow Top 5 News for Jan 16-22, 2012


SilverlightShow Top 5 News for Jan 16-22, 2012

Posted: 24 Jan 2012 06:45 AM PST

body { font-size: 11pt; font-family: 'Tahoma'; margin:0; padding:0; height:100%;} Check out the Top Five most popular news at SilverlightShow for January 16 - 22, 2012. Here are the top 5 news on SilverlightShow for last week: Windows 8 slip until 2013...( read more )...(read more)

Working with Prism 4 Part 3: Composite Command and Pub/Sub Events

Posted: 24 Jan 2012 02:10 AM PST

Tweet This is part 3 in the series Working with Prism 4. Introduction In the last article, I showed how to structure your Prism application to use the MVVM pattern and use DelegateCommands to communicate between the view and view model. Additionally,...( read more )...(read more)

Monday, January 23, 2012

A mesmerizing burst of circles (Silverlight 5 & XNA)

A mesmerizing burst of circles (Silverlight 5 & XNA)


A mesmerizing burst of circles (Silverlight 5 & XNA)

Posted: 22 Jan 2012 09:30 PM PST

Let's give some love to Silverlight and in particular Silverlight 5's 3DApi, which happens to be XNA. I want to draw something cool on this XNA DrawingSurface BUT then also replicate it in DirectX. I've honestly never done a DirectX/C++ … Continue...( read more )...(read more)

31 Weeks of Windows Phone Metro Design | #4 Hub & Spoke Navigation Model

Posted: 22 Jan 2012 08:46 PM PST

31 Weeks of Windows Phone Design Index Introduction Today we begin our preparation to get ourselves ready to define the Information Architecture (IA) for our app. We will discuss Information Architecture more in depth in a future (not too far away post...( read more )...(read more)

Windows Dev News for January 22, 2012 - #0031

Posted: 22 Jan 2012 04:34 PM PST

...( read more )...(read more)

Sunday, January 22, 2012

Weekly News Digest @SilverlightZone - 15-January-2012 to 21-January-2012

Weekly News Digest @SilverlightZone - 15-January-2012 to 21-January-2012


Weekly News Digest @SilverlightZone - 15-January-2012 to 21-January-2012

Posted: 21 Jan 2012 02:38 PM PST

Here comes the weekly Silverlight-Zone digest for the week 15th January 2012 to 21st January 2012. This week major posts were on Silverlight and Windows Phone 7. Popular posts were from Christine L., who showcased "Water ScrollViewer", a must read if...( read more )...(read more)

Saving Telerik PersistenceFramework data to a string

Posted: 21 Jan 2012 06:03 PM PST

In the project I'm involved with, we've been saving column arrangement and column width data for quite a while. I had a request to give the users a way to select which columns to display and it just seemed natural to include the display order with that...( read more )...(read more)

Saturday, January 21, 2012

Share Status and Link on Socials in Windows Phone

Share Status and Link on Socials in Windows Phone


Share Status and Link on Socials in Windows Phone

Posted: 21 Jan 2012 05:43 AM PST

  Hope you all doing good.Sorry for the great delay here,I am almost working for all 7 days in week and that too on SQL Server – SSIS which is totally Alien to me but now I have good hands-on (In future you might get to see few post on that as well...( read more )...(read more)

GeekRider - the goal, technical perspective

Posted: 20 Jan 2012 11:51 PM PST

As I briefly mentioned earlier I am endeavoring on a project which is going to demand a lot from me physically, but also from a technical perspective. I have a lot of things on my plate, during daytime I'm 100% engaged with work at clients, nighttime...( read more )...(read more)

Windows Dev News for January 20, 2012 - #0030

Posted: 20 Jan 2012 06:35 PM PST

body { font-size: 11pt; font-family: 'Tahoma'; margin:0; padding:0; height:100%;} Windows Dev News for January 20, 2012 - #0030 [SC1206] In This Issue: Sumit Dutta , Senthil Kumar B , Tianyu Zhang , Kirupa Chinnathambi , Timmy Kokke , WindowsPhoneGeek...( read more )...(read more)

Boo-yah!!! Caliburn.Micro v1.3 RTW is Here

Posted: 20 Jan 2012 05:32 PM PST

I'm extremely pleased to announce the release of Caliburn.Micro v1.3 . This is a great release with many bug fixes and several API improvements. We also support several new platforms. Here's the highlights: Support for WP7 Mango Support for...( read more )...(read more)

Friday, January 20, 2012

Technical Level of Understanding

Technical Level of Understanding


Technical Level of Understanding

Posted: 20 Jan 2012 01:49 PM PST

body { font-size: 11pt; font-family: 'Tahoma'; margin:0; padding:0; height:100%;} Technical Level of Understanding This is a response post to Michael Palermo's post of the same title . Definitely read the comments there... tons of good information and...( read more )...(read more)

Getting Started with Windows Azure

Posted: 19 Jan 2012 06:24 PM PST

This is the second in a series of posts I'm doing on Windows Azure – which is Microsoft's Cloud Computing Platform. In today's post I'm going to cover how to sign-up and get started with Windows Azure using a no-obligation 3 month free trial offer.  This free trial costs nothing and doesn't obligate you to buy anything at the end of it.  It provides an easy way to try out and get started with Windows Azure. Windows Azure Website The http://www.windowsazure.com web-site provides everything you need to get started with Windows Azure – including overview content, developer tutorials and documentation, account management, and more: On the www.windowsazure.com home page, as well as in the top-right hand corner of every page of the site...(read more)

Thursday, January 19, 2012

How to host a Silverlight Application using JavaScript?

How to host a Silverlight Application using JavaScript?


How to host a Silverlight Application using JavaScript?

Posted: 19 Jan 2012 12:31 AM PST

We all know the process to embed a Silverlight application inside a Webpage using div and object tag. When we create a new Silverlight application project, those tags automatically generates by the IDE inside the html and aspx pages. In many cases we...( read more )...(read more)

Windows Dev News for January 18, 2012 - #00029

Posted: 18 Jan 2012 10:19 PM PST

body { font-size: 11pt; font-family: 'Tahoma'; margin:0; padding:0; height:100%;} Windows Dev News for January 18, 2012 - #0029 [SC1205] In This Issue: Michael Washington (- 2 -) , Senthil Kumar B , Colin Eberhardt , Andrea Boschin , Jose Fajardo , Jesse...( read more )...(read more)

GoingNative 2012 Full Schedule

Posted: 18 Jan 2012 08:18 PM PST

Charles has recently published the agenda for GoingNative 2012 –the first C++ only event done in MS in many years.

Great speakers and compelling topics. Take a look here.

Wednesday, January 18, 2012

Basic Security Practices for Web Applications

Basic Security Practices for Web Applications


Basic Security Practices for Web Applications

Posted: 18 Jan 2012 10:15 AM PST

Even if you are not experienced with security, there are basic measures that you should take to protect your Web application. This topic provides minimum-security guidelines that apply to all Web applications.

Windows Phone 7.5 - Using advanced tiles API

Posted: 18 Jan 2012 07:43 AM PST

by Andrea Boschin There is not any doubt, the first thing you meet when you use Windows Phone are the tiles. These are the large squares on the home screen that identifies some applications and they are also a distinguishable character that make your...( read more )...(read more)

Stop SOPA and PIPA

Posted: 17 Jan 2012 10:10 PM PST

Please do not allow SOPA, PIPA, or any forms of Internet censorship or regulation to get through Congress. Over the past several years I've noticed a trend in our government where we've shifted away from laws protecting citizens from corporations and Read More......(read more)

Tuesday, January 17, 2012

SilverlightShow Top 5 News for Jan 9-15

SilverlightShow Top 5 News for Jan 9-15


SilverlightShow Top 5 News for Jan 9-15

Posted: 16 Jan 2012 09:28 PM PST

body { font-size: 11pt; font-family: 'Tahoma'; margin:0; padding:0; height:100%;} Check out the Top Five most popular news at SilverlightShow for January 09 - 15, 2012. Here are the top 5 news on SilverlightShow for last week: Free Silverlight Show Webinar...( read more )...(read more)

Monday, January 16, 2012

Windows Phone 7.5: Using sockets

Windows Phone 7.5: Using sockets


Windows Phone 7.5: Using sockets

Posted: 16 Jan 2012 09:10 AM PST

Also if the technical specifications of Windows Phone 7.0 stated that it is compatible with Silverlight 3.0, this only means that every feature you can use in the phone is available on the desktop but not viceversa. Sockets are a clear demonstration of...( read more )...(read more)

Diving Deep: ASP.NET Membership and the new Universal Providers

Posted: 16 Jan 2012 02:53 AM PST

</object> <script type="text/javascript"> document.write("<script type='text/javascript' src='" + (window.location.protocol) + "//c.microsoft.com/ms.js'" + "><\/script>");</script> </div></body> Read More......(read more)

Windows Dev News for January 15, 2012 - #0028

Posted: 15 Jan 2012 09:45 PM PST

body { font-size: 11pt; font-family: 'Tahoma'; margin:0; padding:0; height:100%;} Windows Dev News for January 15, 2012 - #00028 [SC1204] In This Issue: Tony Champion , (- 2 -) , Erno de Weerd , Matthias Shapiro , WindowsPhoneGeek , Senthil Kumar B ,...( read more )...(read more)

Win8 Concept : App Manager

Posted: 15 Jan 2012 07:12 PM PST

So this concept design for an "APP MANAGER" poped up on the interwebs and I must say I like it, clean and totally inline with the Win8 metro style of the rest of the OS. reference : Win8China Filed under: … Continue reading →...( read more )...(read more)

Sunday, January 15, 2012

31 Weeks of Windows Phone Metro Design | #3 Ideation and Concept

31 Weeks of Windows Phone Metro Design | #3 Ideation and Concept


31 Weeks of Windows Phone Metro Design | #3 Ideation and Concept

Posted: 15 Jan 2012 03:42 PM PST

31 Weeks of Windows Phone Design Index In the previous post, The Design Process of a Windows Phone App, we discussed the importance of defining a theme for your Windows Phone application. The ideation stage helps you refine your theme and generate ideas...( read more )...(read more)

Weekly News Digest @SilverlightZone - 08-January-2012 to 14-January-2012

Posted: 14 Jan 2012 08:30 AM PST

Here comes the weekly news digest of Silverlight-Zone.com . We submitted around 60 new links during 8th January 2012 to 14th January 2012 in our Silverlight or WP7 portal.   Read more to find out which are the top 5 posts of the week. Also sharing...( read more )...(read more)

A shimmering wall of sequin’s to compare WinRT XAML & Silverlight 5

Posted: 14 Jan 2012 02:28 PM PST

Let's get a bit creative this week. I have this vision in my head of a wall of glittering sequin's, you know what a sequin is right?! like what was big in the 'disco' era, and still is big today … Continue reading →...( read more )...(read more)