Trivadis Navigator
Trivadis BlogStart
Leistungsangebot
Kompetenzen
Training
News & PR
Events
Über Trivadis
Login
Join
Sign in
Archives
Archives
Dezember 2012
(2)
November 2012
(2)
Oktober 2012
(1)
September 2012
(3)
August 2012
(2)
Juli 2012
(3)
September 2011
(1)
Juni 2011
(1)
Mai 2011
(1)
April 2011
(1)
Februar 2011
(4)
Januar 2011
(2)
Dezember 2010
(2)
November 2010
(2)
September 2010
(2)
Juli 2010
(1)
April 2010
(2)
März 2010
(1)
Februar 2010
(6)
Januar 2010
(1)
Dezember 2009
(5)
November 2009
(3)
Oktober 2009
(2)
September 2009
(1)
August 2009
(1)
Juli 2009
(3)
März 2009
(2)
Februar 2009
(3)
Januar 2009
(3)
August 2008
(1)
Juli 2008
(2)
Mai 2008
(6)
April 2008
(3)
März 2008
(1)
Februar 2008
(2)
Januar 2008
(3)
Dezember 2007
(1)
November 2007
(3)
Home
»
Thomas Huber
»
All Tags
»
.NET
Tags
.NET 3.5
AJAX
Animations
ASP.NET
Basta
C#
Crystal Reports
DataGrid
GuiDesign
Imaging
LINQ
Modern UI
MVVM
Silverlight
Silverlight-Book
TrivadisContent
Visual Studio
Visual Studio 2010
Windows Store Apps-Book
Windows Store-apps
WinRT
WPF
WPF 4.0
WPF-Book
XAML
Tagged Content List
Blog Post:
Dragging Elements in Windows Store Apps
Thomas Huber
In Windows Store Apps there are three kinds of Touch-Events: Gesture Events – those are high-level-events like Tapped or RightTapped. Pointer-Events – low-level-events like PointerPressed, PointerMoved, PointerReleased. Manipulation-Events – low-level-events for multi-touch actions like rotate, scale...
on
Mi, Dez 12 2012
Blog Post:
Windows Store-apps with XAML and C# – blog series
Thomas Huber
Since yesterday evening Winodws 8 RTM is out for developers. This blogpost is the start of a blog-series about developing Windows Store-apps with XAML and C#. The series consists of some informational and some “how-to” posts: XAML in Windows Store-apps Understanding Modern UI, WinRT and .NET (for Windows...
on
Do, Aug 16 2012
Blog Post:
TechDays 2011 – Demos online
status
Thanks to all who attended in my session at TechDays 2011 in Basel. My Live-Demo is available via the link below. TechDays Basel - LiveDemo - Download here The .zip-File contains a .bak-File that you can restore via SQL Server Management Studio by chosing “Restore Database” from the contextmenu when...
on
Mi, Mai 4 2011
Blog Post:
Speaking at GUI & Design Conference in Nürnberg
status
It has been quiet here for some weeks. After I had finished my Silverlight book I just enjoyed the unfamiliar free time I had on Saturday and Sunday. I just used it for hanging around with my family and friends. Now I’m back in the optimum of work-life-balance. I’m going to start a series of [...]
on
Mi, Nov 24 2010
Blog Post:
BASTA! Conference – WPF 4.0 Session
status
Hallo liebe Teilnehmer der WPF 4.0-Session. Anbei finden Sie die Links zu den Slides und zu den live programmierten Demos des Vortrags. Viel Spass damit und bis morgen zur Silverlight 4.0 Session. Slides und Demos
on
Di, Sep 21 2010
Blog Post:
From Visual Studio 2010 Release Candidate back to Beta 2
status
If you’ve played around with Visual Studio 2010 Release Candidate (RC), you sure have noticed that it’s pretty fast. E.g. the WPF- and Silverlight-Designers come up quickly and much faster that in Visual Studio 2008. But for now there are some reasons to wait before installing Visual Studio 2010 RC:...
on
Mo, Feb 22 2010
Blog Post:
Speaking at BASTA! Spring about WPF 4.0 and MVVM
status
The BASTA! (=Basic Days => in German Basis Tage) is “the” Conference in Germany about .NET. The BASTA! Spring is from 22nd to 26th February. I’ve two sessions there: one Wednesday (24. February) and one on Thursday (25th February). I’ll talk about the new features in WPF 4.0 and about the Model...
on
So, Jan 24 2010
Blog Post:
The DataGrid and the “Input string is not in a correct format” message in Silverlight
status
If you play around with the DataGrid in Silverlight and try some scenarios, maybe you come around the FormatException with the Message “Input String is not in a correct format”. You get this Exception if your Data-Object e.g. has a Property of type int and the user enters some characters in the DataGrid...
on
So, Dez 20 2009
Blog Post:
How to print dynamically created Images in Silverlight 4 Beta
status
Silverlight 4 supports printing scenarios. It’s quite easy. Just create a PrintDocument instance, handle the PrintPage-Event and call the Print-Method. In the PrintPage-Event set the PageVisual-Property of the PrintPageEventArgs to a UIElement of your choice. If there are more pages, set the HasMorePages...
on
Mi, Nov 25 2009
Blog Post:
How-to deploy the Crystal Reports Basic Runtime that’s included in Visual Studio 2008
status
This week I’ve to deploy an ASP.NET application containing about 20 reports that have been created with the Crystal Reports Basic Runtime which is included in Visual Studio 2008. (By the way, the application also contains a lot of AJAX-Functionality. It uses the "AJAX Control Toolkit-based"...
on
Mo, Feb 2 2009
Blog Post:
The PrintForm-Component in the Visual Basic Powerpack for Windows Forms
status
Did you ever wanted to print a Form without calling any native code? Well, with Windows Forms and Visual Studio 2008 this is a really simple exercise. When you design your WinForms-Application you’ll find a Tab Visual Basic PowerPacks in the Toolbox of Visual Studio 2008. In this Tab, you’ll...
on
Fr, Jan 23 2009
Blog Post:
VisualStateManager in Silverlight
status
Last year I’ve written a german article for the dotnet-magazine about VisualStateManager in Silverlight. As this feature will also be part of WPF 4.0, take a look at the article, which is now available on my homepage. The article is also available on the homepage of Trivadis beside many other articles...
on
Do, Jan 22 2009
Blog Post:
The promised code example with the ASP.NET Ajax Multicolumn-Dropdown
status
During the last months I was asked many times for the code of the Multcolumn-Dropdown that I’ve described in this post. I’ve just created a very small sample-application containing such a dropdown. You can download it here. If someone of you creates a control out of that source, I would be...
on
Mo, Jan 19 2009
Blog Post:
The Lottery-Console-Application used at the last WPF-Event @ Microsoft Usergroup Switzerland
status
Last week we had a great WPF-afterwork-event at Microsoft Usergroup Switzerland (MSUGS) sponsored by Trivadis. I gave a deep-dive session about developing custom controls using WPF with many of it’s features like Dependency Properties, Commands, Routed Events, PART-Elements, Theme-Styles and so...
on
Mo, Aug 25 2008
Blog Post:
Kick it like Beckham with WPF Animations
status
I’m just finishing the Animation-Chapter of my German-speaking WPF book (WPF-Buch erscheint im Juni 2008). I had a hard time to find a good idea how to show the reader animations in a really "non-boring", but easy way. And I think I’ve found one. Animations in WPF are really powerful...
on
Do, Feb 21 2008
Blog Post:
TechEd Developers 2007 in retrospect - Wednesday
status
Wednesday at TechEd was another "linqy" day for me. In the morning I joined the session "LINQ to XML", with speaker Mike Taulty. With LINQ to XML there is a new XML-API as Part of .NET 3.5 which sits in the namespace System.Xml.Linq. LINQ to XML makes it easy to create and edit XML documents...
on
Mo, Nov 26 2007
Blog Post:
TechEd Developers 2007 in retrospect - Monday
status
Last week I went to Barcelona for five days, participating at TechEd Developers 2007 (05. - 09. november). In the following posts I’ll just show you a short summary of my experience at TechEd Developers 2007. Let’s start on Monday. On Monday the Keynote-Session started after a life grafiti...
on
Mi, Nov 14 2007
Page 1 of 1 (17 items)