Blog of Petar Vucetin, containing my thoughts, comments and questions. RSS Feed TwitterDiigoFacebookFriendfeed

LINQ in a Multi-Tiered Architecture
30 Jan 2008, 06:31:58 PM
Do you feel that whenever there is some change in tools and options on how we develop solutions we struggle to figure out how this new thingamajig play with already proven approaches? LINQ is no exception. Often asked question is will LINQ pl ...
Read post

Multi-field foreign key relationship to the same database table and LINQ
29 Jan 2008, 04:59:00 PM
Huh! What a title... Let me explain... It is somewhat standard practice to have table with multiple columns that are referring to the same entity in the database. For example, CreatedByUserID and ChangedByUserID in some table are both referring t ...
Read post

Get your LINQ in sync inside IDE - low tech
11 Jan 2008, 10:57:00 AM
Visual Studio IDE support for keeping up your LINQ-To-SQL entities in sync with the database is weak. I have this low tech solution that can keep your database and your IDE in sync. The task looks bit daunting at first but at the end you are two ...
Read post

Why we (not?)need to use LINQ
04 Jan 2008, 03:50:00 PM
LINQ is here to stay. I am using it every day, my colleagues are using it, our clients are using it. I wanted to see what others developers are doing with LINQ or what kind of issues are they confronted with using it in their development effo ...
Read post