After drinking cold coffee in agony for 24 hours over the Insert functionality in Linq to Entities, I finally stumbled up on a good solution. I had been getting errors like .. “The member with identity ‘Entities’ does not exist in the metadata collection. Parameter name: identity” in the Context.AddObject() method.
First of all I found the core [...]
Archive for the ‘Technology’ Category
Linq to entities insert problem – make sure the qualifiedEntitySetName is correct
Posted in English, Technology, tagged Linq2Entities on November 4, 2009 | Leave a Comment »
You know that you are having fun programming …
Posted in English, Humor, Technology, tagged Linq2Entities on October 22, 2009 | Leave a Comment »
… when the coffee turns cold before you have time to have a sip.
.. and you are having too much fun when you drink that cold cup of coffee because you don’t want to spend time away from the code to get another (hot) one :)
Dynamic Linq to Entities – using Like conditions
Posted in English, Technology, tagged Linq2Entities on October 19, 2009 | Leave a Comment »
I have been using L2E for a while, and I am pleasantly surprised with what I have seen so far. Today I ran into one of the expected walls, building dynamic queries (based on incoming request params). Finding a solution to this I stumbled onto Dynamic Linq.
http://weblogs.asp.net/scottgu/archive/2008/01/07/dynamic-linq-part-1-using-the-linq-dynamic-query-library.aspx
http://www.west-wind.com/Weblog/posts/143814.aspx
http://naspinski.net/post/Writing-Dynamic-Linq-Queries-in-Linq-to-Entities.aspx
Having downloaded a single class implementation for the dynamic [...]
Refreshing view on “Bad agile”
Posted in English, Technology, tagged Agile on September 7, 2007 | Leave a Comment »
http://steve-yegge.blogspot.com/2006/09/good-agile-bad-agile_27.html
If you have a few minutes to spare, reading this good-agile-bad-agile article offers loads of fun and is a mental reset on agile if you inhale every word.
Agile software process tools review
Posted in English, Technology, tagged Agile on September 6, 2007 | 1 Comment »
Going through my annual review of the software development process tools on the market. As the world moves to agile I am stunned by the lack of comprehensive tools available. Maybe everybody is waiting for Microsoft to catch up and don’t dare enter this niche … ? This is a more of a checklist for me [...]
Are you doing a good job? :)
Posted in English, Humor, Technology on March 14, 2007 | 1 Comment »
Most people think that they do pretty good work (even if they don’t). It’s just a little trick our minds play on us to keep life bearable. (joelonsoftware.com)
Software project management basics
Posted in English, Technology on November 10, 2006 | Leave a Comment »
Found a great article by Esther Derby while browsing through SCRUM user groups. (http://www.stsc.hill.af.mil/CrossTalk/2006/11/0611Derby.html) The very bare basics of being a software development manager. Articles of excellence which I have seen too many examples of being absent from people struggling to control software development departments and organization.
Decide What To Do and What Not To Do [...]
IPaq amazing flaw by design or … ?
Posted in English, Technology, Uncategorized on August 2, 2006 | Leave a Comment »
Maybe this is my fuck-up … but my IPaq just ran out of battery as I have left it unattended for 2 weeks …. and I lost everything I had installed and was storing on the device! All my documents which I hadn’t bothered to sync with my desktop and (semi) important application data (my [...]
Google rules
Posted in English, Technology on June 13, 2006 | Leave a Comment »
Just looked at the Google Earth Beta 4 …. amazing stuff!! Having fun looking at a lots of places I always wanted to visit
Missing lines in web.config when consuming a webService with Atlas
Posted in English, Technology on May 30, 2006 | Leave a Comment »
When starting to use newly created Atlas features in .Net it took me a while to figure out error messages resulting from the Atlas examples when I used them in a real-life application (vs. in an Visual Studio Atlas Web Site). The error message states that the web service reference has not been defined.
requestSimpleService = [...]