metaclass: (Default)
metaclass ([personal profile] metaclass) wrote2010-10-31 02:51 pm

Обрадую вас еще раз :)

WPF, похоже, не существует тоже:

WPF has no investment, it’s kept together by a skeleton crew and its evangelism / community efforts have little to no funding attached to it. It’s dead, the question now is how is the corpse going to be buried and no amount of cheer leading will change that outcome in the near future.
И еще:
Evernote 4 is a major departure from Evernote 3.5 in every way. While 3.5 added tons of great new features, there were some problems we simply couldn’t fix: the blurry fonts, slow startup times, large memory footprint, and poor support for certain graphics cards were all issues that the technology behind 3.5 (Windows .net and WPF) was incapable of resolving. As a result, we ended up chasing down platform bugs rather than adding the great features our users wanted.
So we decided to start over from scratch, with fast, native C++ that we knew we could rely on. ...
On our test hardware, Evernote 4 starts five times faster, and uses half the memory of Evernote 3.5.

[identity profile] norguhtar.livejournal.com 2010-10-31 04:42 pm (UTC)(link)
Да я вот че-то гуглил и не нагуглил. Дайте почитать. Меня правда они интересуют с точки зрения ORM :) Ну в web довольно здорово помогает. В случае GUI оно вообще должно только говорить оно там (описание). Мне сейчас с этой точки зрения интересует новая примочка к qt с декларативным описанием GUI.

[identity profile] norguhtar.livejournal.com 2010-10-31 04:58 pm (UTC)(link)
Хммм. В целом похоже да. А вот есть там что-то типа JPA? Это такой фреймворк который позволяет использовать POJO-объекты для сериализации (POJO - это простой объект без тонны наследования).

[identity profile] metaclass.livejournal.com 2010-10-31 05:04 pm (UTC)(link)
Нету, хотя я делал, вообще говоря.

[identity profile] norguhtar.livejournal.com 2010-10-31 05:11 pm (UTC)(link)
От ведь. Т.е. entity framework делать этого не умеют?

[identity profile] metaclass.livejournal.com 2010-10-31 05:24 pm (UTC)(link)
Ну как. Умеют. Через жопу.

[identity profile] norguhtar.livejournal.com 2010-10-31 05:25 pm (UTC)(link)
Чоо совсем плохо?

[identity profile] qizz.livejournal.com 2010-10-31 09:24 pm (UTC)(link)
NHibernate есть чо

[identity profile] norguhtar.livejournal.com 2010-11-01 02:31 am (UTC)(link)
Ну про него я знаю. Но он местами кхм спорен. Но что-то мне подсказывает, что лучше я точно не найду :)

[identity profile] ex-vdom.livejournal.com 2010-11-01 09:53 am (UTC)(link)
Насколько я понял, то, что вам нужно, в Entity Framework называется Code-First (http://weblogs.asp.net/scottgu/archive/2010/07/23/entity-framework-4-code-first-custom-database-schema-mapping.aspx).

[identity profile] norguhtar.livejournal.com 2010-11-01 10:15 am (UTC)(link)
Я про аннотирование классов, чтоб маппинг по нему строился, а не по xml. Ну в nhibernate есть. Правда если использовать в .NET nhibernate + spring.net это жава какая-то уже получается :)