New Post: EF6 Code First: All string properties are output as unicode: false...
I have the same issue here with SQL Server provider and EF 6.0.1 What can I do to help?
View ArticleNew Post: EF6 Code First: All string properties are output as unicode: false...
@CadErik: do you mean the SQL Server provider included with EF? Could you provide a repro?
View ArticleNew Post: GetService("Karl"))
I was exploring some test classes to learn something about your practices and this struck my eyes: .GetService<IPilkington>("Karl")) ROFL because I believe Karl Pilkington is a genius!
View ArticleNew Post: EF6 Code First: All string properties are output as unicode: false...
I think this issue is the same as https://entityframework.codeplex.com/workitem/1665 The same workaround works. MaxLength doesn't work well with IsUnicode.
View ArticleNew Post: EF6 Code First: All string properties are output as unicode: false...
@CadErik: thanks for checking. The current plan is to address issue #1665 in EF 6.1.
View ArticleNew Post: EF6 support for ASP.NET WebForms EntityDataSource
divega wrote: Hi kjopc, Sounds reasonable. I will update this thread as soon as we have news to share about the EntityDataSource build that works with EF6. Diego Any progress to report on the...
View ArticleNew Post: Getting Model metadata from ExpressionConverter ?
Thanks, that works fine. However, when accessing the id/key properties, they have a sub property "PropertyInfo" (of type PropertyInfo), which one would assume points to the corresponding property of...
View ArticleNew Post: Pre-generated views custom namespace
I have EF6 ObjectContext and use EF PT to generate pre-generated views. Also I have custom namespace for my model. But in *Views.cs namespace for my context is wrong in line where...
View ArticleNew Post: Pre-generated views custom namespace
@kDanil: Thanks for the heads up. The view generation functionality in PowerTools is unaware of the actual location of the context class and necessarily has to match it by convention, so if you move it...
View ArticleNew Post: Reverse Engineer with Wizard
I like using code first for a large number of reasons over edmx. However, the one thing I would really like to see is the ability to pick and choose which tables etc. are generated with the Reverse...
View ArticleNew Post: Reverse Engineer with Wizard
Maybe try the EF Reverse POCO template on VS gallery
View ArticleNew Post: EFTools - EntityDesignPackage : Any chance the Csproj and the...
This can be closed. It's covered by workitem 804
View ArticleNew Post: EF6 startup performance
Hi Diego, NGen is very usefull BUT in my case (standalone WPF + EF), when I will install my program on other machines, I will have to run NGen on each machine... So, I have to include ngen in my...
View ArticleNew Post: EF6 startup performance
Hi Trobaux, it depends on how you create your setup project. If you use WIX, it has support to ngen managed assemblies during the installation, or scheduled.
View ArticleNew Post: EF6 startup performance
Hi moozzyk, I agree with you that xaml can be the cause of many problems, but I am not particularu sure that it is the cause of this issue. In this case, if the problem is in xaml, we would experience...
View ArticleNew Post: EF6 startup performance
Hi Goran, thank you for your reply. I did not know it. (At worst, I can also do that "manually" : http://www.codeproject.com/Articles/36982/Ngen-Installer) Thanks
View ArticleNew Post: EF6 startup performance
@Goran_ if you are using ObjectContext then in EF5 Xaml compiler would have found it because it was in System.Data.Entity.dll which is in GAC. In EF6 nothing is in the GAC and therefore Xaml compiler...
View ArticleNew Post: EF6 startup performance
@moozzyk I am using DbContext, although there are some cases (like when I require MergeOptions), where I used ObjectContext. But it is used in the dll that contains reference to EntityFramework, and...
View ArticleNew Post: Error only in shortcut network = The type initializer for...
Entity Framework 6.0 used to develop software. When I run it locally on Win XP, Win Vista, Win 7, Win 8 everything usually goes smoothly. But when I pull a shortcut from one location to another...
View Article