Archive for the ‘Entity Framework’ Category
There are two problems with Dot.Net
1. I love it and i can be a lot of fun coding in.
2. WordPress and php can do just about all of the same thing in about 1/3 the time.
Entity Framework is great, Linq to EntityFramework totally sucks. When views get complicated, Selects like “Where a.xxx == 5″ turns the related entityes to repeate the first item and not select the real associated item.
Solution? Kill the view, kill the Entity related to the view, recreate the view as simple as possible, do not add navgation if you plan to do multiple selects.
I know some one will know why i’m wrong and someone else will say i’m cryptic. Eather way the damn thing does not work like all the other query languages SQL or other wise.
That means it sucks!! I’m sure forcing the first item to be selected on the following unrelated item is some great feature. Too bad the rest of us weren’t in on the secrete!
KES
Using Entity Frame Work for a data layer in a Windows Forms DataGridView. How do you delete?
You need to add an event for KeyDown. Me, being a total web type and mostly MVC these days, I was about to write a handler and event. Well, no need.
Because its intuitive and easy, I have a hard time with Windows Forms. It’s way too designer centric for web types.
KES
If you are like me, someone who cannot use somthing unless you understand it, This is for you! I do not understand why this has not been incorporated in to the release. First you will need to download CTP3 Then view the walkthrough. The example is fairly old, but it give the idea.
