Nach Ordnungsbegriffen durchsuchen

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...
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...
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...
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...
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...
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...
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...
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...
Abgelegt unter: ,
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...
How to supress the Alt-Key in Silverlight’s TextBox
01 Dezember 09 12:59 | .NET Rocker » TrivadisContent
You can restrict the input-values in Silverlight’s TextBox by handling the KeyDown-Event. But the KeyDown-Event isn’t fired if the user enters a key by pressing e.g. ALT + 123. Corresponding to the problem mentioned in http://forums.silverlight.net/forums...
Abgelegt unter: ,
How to print dynamically created Images in Silverlight 4 Beta
25 November 09 08:40 | .NET Rocker » TrivadisContent
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...
Silverlight 4 – the first Beta is here
18 November 09 07:35 | .NET Rocker » TrivadisContent
… my expectations about a Major 4.0 release next year may come true: Silverlight 4.0, WPF 4.0, .NET 4.0, Expression Blend 4.0 etc. Today Microsoft announced Silverlight 4.0 Beta 1 available for download. There are impressing features for business applications...
Abgelegt unter: ,
Hey Thomas, what’s coming up next?
31 Oktober 09 12:06 | .NET Rocker » TrivadisContent
I’ll give you just a short information of what is coming up next and what I did the last months. Let’s start with the things coming up… … what’s coming up next: WebTech-Conference – 16th November, Karlsruhe/Germany Another talk about datadriven Silverlight...
PrioConference – Slides and Live-Demos & More
29 Oktober 09 10:30 | .NET Rocker » TrivadisContent
Thanks to all who visited my Session about building datadriven Business-Applications with Silverlight 3 yesterday at the PrioConference in Munich. I hope you enjoyed it. You can download the Slides here. To get the Live-Demos, please contact me directly...
Thoughts of Improvements to Silverlights XAML-Parser
14 September 09 02:49 | .NET Rocker » TrivadisContent
Those of you, who have already developed with WPF “and” Silverlight might know, that Silverlight contains a different XAML-Parser than WPF does. Some days ago I read on the blog of Rob Relyea a great post about the XAML-Compilers, which create the g.cs...
Mehr Beiträge Nächste Seite »