Thomas Huber
This weblog is a mirror of my own blog and is filtered to content relevant for Trivadis
WPF book has been released and Silverlight book will be available on 28th of August
12 Juli 10 01:07
|
.NET Rocker » TrivadisContent
Exactly two years after the first release of the WPF-book the second edition is available since some days. Find more details about the content and where you can order it on http://www.thomasclaudiushuber.com/wpf. The Silverlight-Book has also been written and is currently running through the process of reading, testing and printing. It will be in stores on [...]
Friday-Evening Fun with Silverlight’s Animation Easing Functions
30 April 10 08:27
|
.NET Rocker » TrivadisContent
This weekend I’ve to finish the second edition of my WPF-book. Luckily it’s going to rain tomorrow. But I’ve almost done it. This evening I’ve just ported a small sample for Animation Easing Functions from WPF to Silverlight. It was easy, all I had to do was using a PathGeometry instead of the not existing [...]
Visual Studio has been released, Silverlight 4 has been released and the books are on their way…
17 April 10 11:36
|
.NET Rocker » TrivadisContent
After Visual Studio has been released on Monday this week, Silverlight 4 is also available since Thursday. I’ll have to speed up my book-writing. As many of you know, I’m writing on a second edition of my WPF-book to .NET 4.0 and Visual Studio 2010. I’m also writing on a Silverlight-book (about Silverlight 4.0). Below [...]
Silverlight 4 Release Candidate is here
15 März 10 11:16
|
.NET Rocker » TrivadisContent
The Mix has started some hours ago, and here it is, the Silverlight 4 Release Candidate. Now you can move your development-environment from Visual Studio 2010 Beta to RC. There are also updates to WCF RIA Services, a WCF RIA Services Toolkit etc. Find everything you need here: http://www.silverlight.net/getstarted/silverlight-4/ There’s also a fantastic post from Tim Heuer [...]
BASTA! Spring 2010 ::: WPF 4.0 – Die Neuerungen im Überblick
25 Februar 10 03:29
|
.NET Rocker » TrivadisContent
Danke für die zahlreiche Teilnahme an meiner Session zu den Neuerungen in WPF 4.0. Ich hoffe, es hat allen Spass gemacht und jeder konnte etwas mitnehmen. Folgend die versprochenen Slides und Demos: Slides Demos Happy Coding, Thomas
BASTA! Spring 2010 – Model-View-ViewModel
24 Februar 10 06:36
|
.NET Rocker » TrivadisContent
Hallo liebe Freunde der BASTA!, VB.NET'ler und Teilnehmer an meiner Session zum Model-View-ViewModel-Pattern. Folgend die versprochenen Slides und die Beispielanwendung zum Download. Slides MVVM.BeispielApp Viel Spass damit, Thomas
From Visual Studio 2010 Release Candidate back to Beta 2
22 Februar 10 03:44
|
.NET Rocker » TrivadisContent
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: Silverlight 4 Beta is not supported. Silverlight [...]
Be careful with Default-Values of Dependency-Properties if you’re using Reference-Types.
11 Februar 10 02:35
|
.NET Rocker » TrivadisContent
I’ve justed finished a small PieMenu for a WPF-Application for one of our customers in switzerland. The PieMenu is displayed below with a black-red-style. The Style, colors and items can be changed individually. The colors and icons etc. in the PieMenu below are just the ones I’ve created for testing purposes. While developing this PieMenu [...]
Visual Studio 2010 RC and Silverlight 4 Beta
09 Februar 10 04:39
|
.NET Rocker » TrivadisContent
Yesterday Visual Studio 2010 RC was released to MSDN Subscribers (find the link here), tomorrow it’s available for download for everyone. The performance is great as far as I can say by using it for at least one day. But it lacks on support for Silverlight 4 Beta. If you’re developing Silverlight 4 applications, it is [...]
Visual Studio 2010 Release Candidate (RC) available next week
06 Februar 10 02:10
|
.NET Rocker » TrivadisContent
The launch date for Visual Studio 2010 RTM is the 12th of April. This month there’ll be a Release Candidate (RC) and Scott Guthrie mentioned on his blog in a post about ASP.NET MVC 2 RC that it will be available soon. Now everybody speculates about the date and what “soon” means. Days or weeks? The [...]
Speaking at BASTA! Spring about WPF 4.0 and MVVM
24 Januar 10 05:20
|
.NET Rocker » TrivadisContent
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-View-ViewModel-Pattern (MVVM). Find more (German) [...]
The DataGrid and the “Input string is not in a correct format” message in Silverlight
20 Dezember 09 05:03
|
.NET Rocker » TrivadisContent
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. The Exception [...]
Great news for Silverlight on Linux
19 Dezember 09 10:40
|
.NET Rocker » TrivadisContent
The Silverlight-Plugin runs per default on Windows and MacOs. For Linux-Machines there’s an opensource implementation driven by Microsoft and Novell called Moonlight. While Silverlight is currently in Version 3 available and Version 4 (already in beta) is expected for spring next year, the Moonlight implementation was only availabe in Version 1. And Version 1 means [...]
Silverlight 4 – How to focus a TextBox that is contained in your Custom Control on Startup
17 Dezember 09 09:27
|
.NET Rocker » TrivadisContent
Focusing a TextBox that’s inside a Custom Control isn’t so easy at startup of your application. Let me explain the problem that is also discussed on http://forums.silverlight.net/forums/t/151235.aspx. Imagine you’ve created a custom control that has a TextBox as Part-element. The Style that sets the Template would look like this: <Style TargetType="local:SimpleControl"> <Setter Property="Template"> [...]
How to print a List<string> in Silverlight 4 Beta over multiple pages?!
10 Dezember 09 08:02
|
.NET Rocker » TrivadisContent
On www.silverlight.net several people are asking how to print the values of a DataGrid in Silverlight. You cannot just assign the DataGrid to the PageVisual-Property of the PrintPageEventArgs. This would just print the DataGrid as it is on one page. The data wouldn’t be splitted on several pages, cause there’s no paging logic to use. [...]
Mehr Beiträge
Nächste Seite »
Suche
Los
Dieser Blog
Home
Ordnungsbegriffe
.NET
.NET 3.5
AJAX
AJAX Control Toolkit
Animations
ASP.NET
Automation Properties
Basta
Book
C#
Crystal Reports
Data Binding
DataGrid
Dependency Properties
Focus
Imaging
LINQ
MCTS
Moonlight
MVVM
netsh
Printing
PrioConference
Silverlight
Silverlight 4
Silverlight-Book
UIAutomation
Uncategorized
Vista
Visual Basic Powerpack
Visual Studio
Visual Studio 2010
VisualStateManager
WebTech
Windows 7
Windows Forms
WPF
WPF 4.0
WPF-Book
XAML
XML
XPath
XPS
Navigation
Home
Blogs
Downloads
Archive
November 2007 (3)
Syndikation
RSS
Atom
RSS Kommentare