DCSIMG
WPF - Dotmad (on .Net)

Dotmad (on .Net)

Just Another Web 5.0 Blog

Podcasts

Blogroll

Browse by Tags

All Tags » WPF (RSS)
A new WPF DataGrid in a CTP release
When I reviewed some 3rd party WPF components out there I noticed the fact most of them showcased a datagrid claimed to perform better than the default grid. After reading Tamir's post about the new WPF DataGrid CTP I have to wonder if this is about the change, as there seem to be serious performance improvements in the new grid: WPF’s goals for controls in 3.5 SP1 focused on supporting building DataGrid in our next release and improving the performance of our controls overall. One of our top...
Posted: Aug 13 2008, 10:58 AM by Dotmad | with 1 comment(s)
תגים:
Using 3rd party components for WPF applications
I did a small review of available components suites for WPF. I focused mainly on grid and charting controls, as the nature of WPF allows customization of the UI in ways that previously required 3rd party components in a Winforms development: Xceed : Grid control only Express edition - Free Professional edition - 500$ With source code - 1250$ Infragistics : Netadvantage for WPF Includes DataGrid, Carousel controls, Ribbon, Chart, editor controls (masked edit, datetime picker, etc) Price - 800$ Source...
Posted: May 11 2008, 12:45 PM by Dotmad | with 2 comment(s)
תגים:,
Game Development and Data Dude
I started my morning in Maor David's lecture on the DB dude. The lecture was a 400 level lecture (for those who complained there weren't enough of those) continuing his talk at the Developer academy (you can download it here ). Maor demonstrated use of the various features of the DB dude (coding in real-time), and called Lior (DBA) from NUconomy to show how he used the application to make his job easier. Now I'm at Tamir 's and Alex 's lecture on game development, showing a 2D...
New Technologies Trends
I have written before a short comparison between "old" and newer technologies, but at the beginning of that post I state that part of the choice of a new technology is the market trend towards that technology. After reading Justin's post showing that moving to ASP.NET is beneficiary because it's becoming a prominent technology I decided to implement his research methods (using Google) on different technologies. I began by searching for file types However, this reflects only on files...
Upgrading technologies in an existing project
We all know about the "cool new kids in town", meaning new technologies all developers want to use. Offer a developer two positions: Programming with C# 1.1 Programming with WPF and C# 3.5 What do you think most developers will choose? However, there is the question of an existing project, written in an "uncool" technology. In my experience developers tend to push towards using newer technologies, but how do you convince the people in charge? Here are my thoughts on the subject...
Run time rendering of XAML code
Most WPF programmers know the mythological XAMLPad tool, but it's supplied without source code (although the EditingExaminer sample should be something close to it). You can also find Kaxaml, XamlHack, and now you can get Petzold's "XAML Cruncher", with...