from ideas to solutions

Browse By Tags

Tagged Content List
  • Blog Post: Nuevas Características en Visual Basic 10

    Las nuevas características de Visual Basic 10 están diseñadas para lograr hacer más cosas en menos líneas de código. Se reconocieron situaciones en donde los desarrolladores a menudo tenían que escribir mucho código tedioso y repetitivo, por lo...
  • Blog Post: Zahlreiche WPF-Tutorials von Christian Moser für den Einstieg in XAML & Co.

    Der Schweizer MVP Christian Moser hat eine umfassende Website zum Thema Windows Presentation Foundation (WPF) für Einsteiger zusammengestellt. Wer in einer Woche den Einstieg machen will, sollte sich insbesondere der Eintrag Learn WPF in one Week anschauen. Das umfassende Online-Werk eignet sich auch...
  • Blog Post: 26 things every programmer should know in 2012: Start Here

    By way of an introduction to this blog series, '26 things every programmer should know in 2012', let me tell you a little about myself. Hello. My name is Johnny Cash. I'm a Senior Software Development Engineer for Microsoft Corporation, working in Management and Security Division (MSD). My team...
  • Blog Post: Bing Maps WPF Control v1 released!

    In case you missed the news, last week we released the Bing Maps WPF Control version 1.0 .   Here is the original announcement from the Bing Maps Blog: Announcing the Bing Maps Windows Presentation Foundation Control v1 . The Bing Maps WPF control allows you to build Bing Maps applications...
  • Blog Post: Solution to hard to check CheckBox when using a DataGridCheckBoxColumn without a Label in WPF

    When you have a DataGridCheckBoxColumn without an associate label it is very difficult to check and uncheck the CheckBox.  I know this solution makes no sense, but it works. In your Xaml add this markup.   < DataGridCheckBoxColumn > < DataGridCheckBoxColumn.ElementStyle > ...
  • Blog Post: Solution to WPF DataGrid not showing any items after setting the DataSource

      It was simple fix for me. Go into the Xaml file and add the ItemsSource attribute to the Grid node. <DataGrid AutoGenerateColumns="True" Height="292" HorizontalAlignment="Left" Margin="12,97,0,0" Name="prodFilesGrid" VerticalAlignment="Top"...
  • Blog Post: TechDays 2012 : Vos questions pour la session "Améliorez votre productivité XAML en entreprise"

    Comme l'année dernière, je présenterai deux sessions liées aux technologies XAML lors des prochains TechDays. Le mardi 7 février, la session "Améliorez votre productivité XAML en entreprise" sera dédiée aux problématiques rencontrées tous les jours par les développeurs Silverlight, WPF ou Windows Phone...
  • Blog Post: Tombstone territory: Preparing the App.XAML.CS for Tombstoning

    If you looked at the code for the sdkExcecutionModelCS uses a View Model. The code sample does a nice job of using the View Model. By that I mean that usually the View Model samples are complex and hard to understand without lots of writing. To keep the post shorter, in this blog I am only covering...
  • Blog Post: WPF ignoring BiDi control characters

    Hello everyone, Have you ever tried using the following BiDirectional ( Disclaimer: The content linked here is not from Microsoft: http://en.wikipedia.org/wiki/Bi-directional_text http://unicode.org/reports/tr9/ ) control characters in WPF? LRM (U+200E, Left-To-Right Mark) LRE (U+202A...
  • Blog Post: Классно … использовать один код на трех разных платформах. XAMLFinance демонстрирует как.

    Грэг Дункан Сегодняшний проект дает пример того, как можно одним кодом сразу накрыть три разных платформы Windows Phone 7, Web/Silverlight и Windows Desktop/WPF выделяя общее из всех трех и используя преимущества каждой. XAMLFinance – кросс-платформенное приложение для WPF, Silverlight & WP7 В статье...
  • Blog Post: Expression Blend 4 for the holidays

    Wow, if you got no money and you are looking for something to do that might make you money, then consider using Expression Blend to build phone apps. Quick easy and requires no case on your part if you are a student or have a .edu email account! I am recently impressed by the ability of Expression...
  • Blog Post: F# Project and Item Templates (revised)

    Over the past few months I have posted up a few Project and Item Templates for F#. Here is a quick summary of those templates. The Project Templates include: WPF Project WinForms Application Console Application Windows Service F# Class Library These Project Templates install the following Item Templates...
  • Blog Post: F# WPF Project Template

    This template is for a basic F# Windows Presentation Foundation (WPF) project. This template can be found on the Visual Studio Gallery: http://visualstudiogallery.msdn.microsoft.com/33dab4ce-62b8-419e-8072-92bc88556f78 When the template is installed you get the following template added to your...
Page 1 of 226 (5,650 items) 12345»