Quantcast
Channel: Comments on: Customizing Code First Migrations Provider
Browsing latest articles
Browse All 32 View Live

By: Brian Sullivan

Rowan, This is great! In this example, though, in order to slightly modify the behavior of an existing operation, we basically have to re-implement the existing behavior of the operation accurately,...

View Article



By: romiller.com

Hi Brian, We tried to keep the methods you can override very granular, so you duplicate as little logic as possible. You can always use something like Reflector, dotPeek, etc. to see how implemented...

View Article

By: Brian Sullivan

Rowan, I didn’t want to mention decompilation because I wasn’t sure if you guys would be cool with that.😉 If that approach is on the up-and-up, my concerns are addressed. Thanks!

View Article

By: bhugot

Hi, This is nice but how can i use this on database creation. Is there a way to override Fluent Api to use the Anonymous Arguments? I did a change for generate newsequentialid instead of newid but...

View Article

By: Code First Migrations – Customizing Scaffolded Code « RoMiller.com

[…] while back I blogged about customizing the SQL that is generated by Code First Migrations. In this post I’m going to step back up the pipeline a bit and look at customizing the code that […]

View Article


By: Extending the EF Migrations CreateIndex Method | Code and Programming

[…] I have the following set of code that I got off of a blog post: […]

View Article

By: Karthic Raghupathi

Great stuff. Was looking for exactly something like this.

View Article

By: Case sensitive search using Entity Framework with Custom Annotation |...

[…] knows how to do relevant changes if the column has “CaseSensitve” Annotation. More info about SqlServerMigrationSqlGenerator. I have put my logic after the “base.Generate(alterColumnOperation)”...

View Article

Browsing latest articles
Browse All 32 View Live




Latest Images