Premier Field Engineering Developer Blog
Microsoft Premier Field Engineering - Developer-oriented articles from Microsoft PFEs
How to check which .NET 4 version an assembly was built with
Our developer specialist from Malaysia, Jonathan Yong, is explaining how to check which .NET 4...
Date: 07/07/2015
Using Prism in Universal Windows apps
Our Windows Apps developer specialist from Italy, Matteo Pagani, has written a new blog series about...
Date: 01/07/2015
Accessing and posting on Facebook feed
// Welcome to a new episode of the Facebook integration for Windows Store App series. Christophe...
Date: 10/12/2014
How to find assemblies loaded in an AppDomain
Our developer specialist from Malaysia, Jonathan Yong, is explaining how to list the assemblies...
Date: 10/03/2014
How to get JavaScript source line info in a dump
Premier Field Engineer Brad Linscott raises awareness of a relatively new feature in the Debugging...
Date: 10/03/2014
Accessing photos in Facebook
function handleIFRAME(thestring){ var iframe = document.getElementById('YTPlayer'); iframe.src =...
Date: 09/03/2014
Accessing Photo Albums in Facebook
// Hello everyone and welcome to a new episode of the Facebook integration for Windows Store App...
Date: 08/19/2014
How to get the profile picture with the Facebook .NET SDK
// Welcome to a new episode of the Windows Store App Development blog about integrating Facebook to...
Date: 08/02/2014
Windows Store App - Using Facebook to authenticate the user
function handleIFRAME(thestring){ var iframe = document.getElementById('YTPlayer'); iframe.src =...
Date: 07/25/2014
Facebook Prerequisites for Windows Store Apps
// Welcome to a new episode of the Windows Store App Development blog! I’m Christophe Nasarre...
Date: 07/18/2014
Notification @ the heart of your App
function handleIFRAME(thestring){ var iframe = document.getElementById('YTPlayer'); iframe.src =...
Date: 07/11/2014
The Repository Pattern in ASP.NET – Part 2
function handleIFRAME(thestring){ var iframe = document.getElementById('YTPlayer'); iframe.src =...
Date: 07/09/2014
The Repository Pattern in ASP.NET – Part 1
function handleIFRAME(thestring){ var iframe = document.getElementById('YTPlayer'); iframe.src =...
Date: 07/08/2014
Sorting and Pagination in ASP.NET 4.5
function handleIFRAME(thestring){ var iframe = document.getElementById('YTPlayer'); iframe.src =...
Date: 07/07/2014
Unobtrusive JavaScript Validation in ASP.NET
function handleIFRAME(thestring){ var iframe = document.getElementById('YTPlayer'); iframe.src =...
Date: 07/06/2014
Dynamic Data
function handleIFRAME(thestring){ var iframe = document.getElementById('YTPlayer'); iframe.src =...
Date: 07/02/2014
ASP.NET MVC – URL routing
function handleIFRAME(thestring){ var iframe = document.getElementById('YTPlayer'); iframe.src =...
Date: 03/16/2014
Strongly Typed Data Binding (continued…)
Paul Cociuba is back with the 6th part of his ASP.NET 4.5 journey. As promised last time around he...
Date: 02/28/2014
Tales from the field: IIS 7.x / COM+ migration tip
Jonathan Yong is back with this quick ‘tip of the day’. Relevant if you are migrating an older COM+...
Date: 02/26/2014
Session Value Providers in MVC
MVC purists may bristle at discussion of State and many would balk at the idea of leveraging Session...
Date: 02/12/2014
MVC and Templates with T4 and T4MVC
The Editor and Display templates in MVC are very similar to partial views. They display data based...
Date: 02/10/2014
Strongly Typed Data Binding
Paul Cociuba, continues to take us through the ASP.Net 4.5 Journey. In his fifth video, he will...
Date: 01/23/2014
Linking the Business Logic Layer with DataControls to display data coming from the Database
A Famous Developer Quote says: Walking on water and developing software from a specification are...
Date: 01/21/2014
Building the Business Logic Layer classes with Entity Framework and Code First
If you ask a developer how to become “Wealthy” in an object-oriented way, they might tell you that...
Date: 01/20/2014
XAML Styles and Themed resources in Windows 8.1
The great North American Cold Wave has retreated, and our man is back! In this video tutorial Robert...
Date: 01/14/2014
Basics of Windows Store App Process Lifetime Management (PLM)
In this video post, Robert Evans uses tools such as Process Explorer and more to show you the...
Date: 01/06/2014
Image Manipulation in Windows Store Apps
Happy New Year to all our readers and visitors! We wish you the very best in your development...
Date: 01/01/2014
Dynamically generated columns in a HubSection for a Windows Store App
In the default implementation generated by Visual Studio 2013 for a Hub-like Windows 8.1...
Date: 12/26/2013
Authentication and Authorization with ASP.net Webforms
When you hear someone knocking at your door, it is important to know who the person behind to door...
Date: 12/07/2013
A first look at Visual Studio 2012 and the ASP.net 4.5 project template for WebForms
When it comes to helping our customers in France with deep kevel IIS issues, the name Paul Cociuba...
Date: 12/03/2013
DPI Aware Managed Applications on Windows 8.1
A common observation post upgrade to Windows 8.1 is that certain applications look a bit ‘blurry’...
Date: 11/12/2013
DeprecatedAPI tool now available!
The DeprecatedApi tool is available! In addition to the MSDN documentation and guidelines, this tool...
Date: 11/05/2013
WinRT for Desktop Apps
August in France means only one thing: vacation time. Now, Christophe Nasarre, Microsoft Premier...
Date: 09/23/2013
Microsoft PFE at devLink 2013!
The devLink Technical Conference is one of the largest multi-day technical conferences in the...
Date: 08/18/2013
Handling termination in Windows Store Applications
Ever wondered what happens when to your Windows Store application when the system is under memory...
Date: 07/23/2013
What’s New In Windows 8.1 For Developers
Windows 8.1 Preview and Visual Studio 2013 Preview have been made available during the Microsoft...
Date: 06/27/2013
What You Need To Know About Suspend and Resume in WinRT
Summary: While your Windows Store App runs, an end user can move their attention to another app...
Date: 06/17/2013
Windows Store Line-of-Business App Deployment via Windows Intune
Summary: Did you realize there are other options for deployment of your Windows Store Application in...
Date: 06/13/2013
How to Avoid WinRT Activation Pitfalls
Summary: If you're trying to get your Windows Store App published in the Windows Store and running...
Date: 05/19/2013
Top 5 Reasons Your Windows Store App Fails Store Certification
Summary: Whether you're trying to get your Windows Store App certified in the Windows Store and...
Date: 05/06/2013
Windows Store App Development, with Christophe
Christophe Nasarre-Soulier is a development-focused PFE I’ve worked via the Windows Store App Labs...
Date: 04/04/2013
Taming XML query performance using persisted computed columns
Storing data in XML format has presented a conundrum to SQL developers from time to time. While...
Date: 03/26/2013
The case of the broken AppFabric
This article has been contributed by Vasco Preto, a Premier Field Engineer with Microsoft Portugal....
Date: 03/22/2013
More Efficiently Debug the Managed Heap Using SOS 4.5
More often than not, when we investigate the managed heap using SOS we use the all powerful...
Date: 03/13/2013
Video series: .Net Debugging for the Production Environment
Brad Linscott is a very experienced Premier Field Engineer from the .Net development side of the...
Date: 01/30/2013
SQL Server Upgrade Advisor: Considerations when upgrading from SQL 2000 to SQL 2012
This article was contributed by Tony O’Grady, a Premier Field Engineer from the UK. Are you...
Date: 12/05/2012
Heap Corruption – a W3WP case study
This blog post has been authored by Yawei Wang, a Premier Field Engineer with Microsoft Singapore....
Date: 12/04/2012
Are team players worth more than superstars?
Damana thinks so (or so her title implies!) in her post Team Players Are Worth More Than Superstars...
Date: 11/27/2012