G. Andrew Duthie06/20/13
68 views
0 replies
Wrapping up their “Using Windows Azure to Build Back-End Services for Windows 8 apps” series Brian Hitney , Andrew Duthie and Peter Laudati, as they showoff some useful tips and tricks around authentication for your Windows Azure Mobile Server based apps.
Greg Duncan06/17/13
590 views
0 replies
Join Microsoft Technical Evangelists for upcoming app mashup webcasts designed to walk you through start to finish for your Windows 8 app in one hour.
Tim Murphy06/16/13
1194 views
1 replies
Going to conferences is a great way to keep up with the industry and recharge the batteries. As of the writing of this post there are less than two weeks until the start of BUILD 2012.
Greg Duncan06/16/13
1092 views
1 replies
Should be enough to get you started doing about any kind of app? If not, keep watching as looks like more are added all the time.
Chip Bates06/16/13
1034 views
1 replies
Now that the end of support for Windows XP and Office 2003 is approaching (April 2014), companies should accelerate their plans to migrate to a new version of Windows (7 or 8) and Office (2010 or 2013).
Greg Duncan06/16/13
956 views
1 replies
I was asked this the other day and I gave a pretty lame answer. Now I can actually sound like I know something! I know, imagine that!
Greg Duncan06/12/13
1088 views
0 replies
Last week, we introduced WintellectNOW, a new on-demand learning service designed to make the same training content that we provide to Microsoft and other large customers available anywhere, any time.
G. Andrew Duthie06/12/13
947 views
0 replies
If you've written a game for the Windows Store or for Windows Phone, you may have noticed that some markets require the use of game rating certificates
Jeremy Likness06/12/13
986 views
0 replies
Developers who are writing Windows Store apps using C# and XAML might find some of the support for Model-View-ViewModel (MVVM) lacking. Both WPF and Silverlight provided specific interfaces that enabled you to store validation context about fields on a context and even supported asynchronous validation.
Toni Petrina06/08/13
1140 views
0 replies
Data templating is a powerful visualization mechanism used primarily for displaying a large number of objects. Controls such as LongListSelector or ListBox display each item from the bound collection using the appropriate DataTemplate.
Simon Jackson06/07/13
1213 views
0 replies
In one of his previous articles, Simon talked about how MonoGame could be used with portable libraries, this was off the back of some work hs was doing with the MonoGame team to help with some of the more tedious clean up tasks that needed doing.
Greg Duncan06/06/13
1154 views
0 replies
Traditionally, esoteric knowledge on how to tear down, troubleshoot and debug applications has been difficult to surface, discover and reuse among teams: MarraLAB solves this problem.
Sasha Goldshtein06/05/13
1186 views
0 replies
In the previous posts we explored data and authentication on the backend and client-side. This post explains how the Rent a Home application uses push notifications on all four platforms to let users know immediately when a new apartment listing is added.
John Sonmez06/04/13
1447 views
0 replies
John's first Pluralsight course, Introduction to Android Development, was released on April 12th, 2011. That is just over two years ago. Here are some insights.
Gunnar Peipman06/03/13
1088 views
0 replies
Visual Studio database projects support database post-deployment scripts you can use to make additional modifications to database or to insert some test data.
Douglas Rathbone06/02/13
1361 views
0 replies
Teams using Continuous Deployment know that the cost savings, safety and reliability that comes with deploying many times before going into production are priceless. Awesomeness aside those of us lucky enough to be putting it into action daily all found out quite early on that unless you’ve done it many times before, starting out with continuous integration can appear to add overhead to your timelines that you may simply not have time for.
Greg Duncan06/01/13
2203 views
0 replies
The White House marked the one-year anniversary of its digital government strategy Thursday with a slate of new releases, including a catalog of government APIs, a toolkit for developing government mobile apps and a new framework for ensuring the security of government mobile devices.
Den Delimarsky05/31/13
1164 views
0 replies
Den Delimarsky describes a common pitfall that developers might encounter when sending large files from a Windows Phone 8 or Windows Store application, as well as how to solve it.
Gunnar Peipman05/31/13
1630 views
0 replies
ASP.NET and Web Tools 2012.2 are officially out and although it brings a lot of new stuff to us, Gunnar wanted to stop on new Single Page Application templates available by community.
Mark Jensen05/30/13
1894 views
1 replies
New or experienced with implementing Dynamics AX you will find this book to be a helpful resource.
Gunnar Peipman05/30/13
1348 views
0 replies
Finding out reason of bug in code is not always easy thing to do. But it can be extremely hard if you have no idea what do with information that exceptions provide you
Lohith Nagaraj05/29/13
1169 views
0 replies
With ASP.NET MVC 4 release, one of the interesting features added was that of Web API. If you had to create a Web API – you had to select a ASP.NET MVC 4 Web Application and then you could select Web API template.
Gunnar Peipman05/28/13
1530 views
0 replies
I just moved ASP.NET Single Page Application out-of-box example to TypeScript. My idea was to try out how TypeScript works and what it means to move existing JavaScript application to it. Here is overview about what I did and what was my experience with my first steps on TypeScript.
Anders Abel05/27/13
2283 views
0 replies
This is a guest post by Johan Svärd. He is not only a gifted developer who gets things done, but also think of a development processes and projects as a whole.
Filip Ekberg05/26/13
1757 views
1 replies
If you’ve peeked at the StackOverflow answer linked, you might already know that using the attribute Flags doesn’t do anything at all. Except it’s handy if Reflection is used.