Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
508 views

Vim errorformat / efm for PL/SQL

Im trying to get the standard vim :clist, :cope functionality working with vim. Specifically, I'm trying (and failing) to capture the filename from the compiler output. I have the PL/SQL code ...
1
vote
1answer
195 views

dlinq versus ADO.NET Entity Framework

I am about to finalize the design of my webapplication, i am building it as an n-tier architecture and i am posed with the question of using DLinq vs EFM. I would appreciate if someone could give me ...