March 14th, 2009 . by Tobias
As I work with a highly customized Visual Studio 2008 environment a bug introduced with SP1 for Visual Studio 2008 was one of the worst in history (for me): VS Dev Environment crash after undocking windows or changing layouts .
In case you are like me and did not have the luck to find this "not really visible fix"(tm) yet just click here and you'll back to your normal-customized VS interface (yeah, multi-mon makes sense again, even for VS :D)
Best regards,
- t
(*) = one of the worst bugs for me!
Posted in Development, TrivadisContent |
3 Comments »
March 14th, 2009 . by Tobias

This could be just a little reminder on Silverlight 3 (you know MIX 09 yadda, yadda, yadda) but perhaps it can be a little bit more for you.
Check out any download in Microsofts Download Center for Silverlight 2 and you will see something like the following on the "Thank You" page which appears after the download itself.

Clicking on this link brings you to a "coming soon" page. Might this be true for everybody? Perhaps you can just adjust you user-agent string to get access? I don't know. If you have access to MS' intranet, it looks like you can download SL3 Tools from here (found via this one).
Sorry, just a litte teaser
And look out for LOB functionality in SL3.
Best regards,
- tobias
Posted in .net, C#, Development, SL, TAB, TrivadisContent |
2 Comments »
October 3rd, 2008 . by Tobias
After reading a blog post today on the LOB in WPF topic and remembering the countless ones I read before I thought it might be the right time to present the world what I would like to call "the first framework for db-centric line-of-business applications built for WPF": Trivadis Application Builder (TAB). The name already implies that there is more than just a framework.
While there are now powertoys out to create business WPF forms, we are already a step ahead of those. The business forms (master/detail, detail, etc.) in a TAB applications are either created dynamically at runtime without user interaction or XAML code is generated by a wizard at design time (which creates exactly the same XAML as the runtime generator does).
At lot of business application functionality like Lookups, Catalogs, Filters, Sorting, Translation Services, Multi-Layer validation, etc. is available in our framework which implements all of this in a M-V-VM pattern way and tries to force the developer to think in M-V-VM ways.

Take this post as a teaser and come back for the next post in this new TAB series.
BTW: Version 1.0 is out in the wild and is already used in real-life customer projects. For more information concering projects with TAB please go to http://www.trivadis.com
Posted in .net, Development, TAB, TrivadisContent, WPF |
5 Comments »
April 15th, 2008 . by Tobias
You know the pity: You're once again working on the train and have only a lousy HSDPA or UMTS connection but right a this point in time you would need to debug into the .net source code. You are actually able to get the source code since MSFT released it on 1/16/2008 but in this case your connection is to slow to grab ~10 MB of source files.
Two guys posted a .NET Source Code Mass Downloader on codeplex which might help you in those cases. The mass downloader enables you to download the .net source code while you are on the company's network. After you've once downloaded the source there is no longer any need to download the files for every new debug session separately. Mission accomplished: You can debug into the source on the train even without any connection
Thanks to Kerem Kusmezer and John Robbins for releasing such a wonderful tool.
-t
Posted in .net, Development, TrivadisContent |
1 Comment »
April 10th, 2008 . by Tobias
Brad Abrams wrote about the just released Framework Design Studio. Also there is not that much functionality included right now it already helped me to identify API changes between two milestones in an internal WPF framework we currently work on.
http://blogs.msdn.com/brada/archive/2008/04/04/framework-design-studio-published.aspx
In addition to the program itself you can download a 9 pages long excerpt from the book titled Framework Design Guidelines.
-t
Posted in Development, Personal, TrivadisContent |
No Comments »