I\'m using LINQ to order some data, but I have zero or more OrderBy开发者_StackOverflow clauses to apply.
This may be a bit of an odd question, and what I have in place now works, but it feels a bit strange to me and I wonder it\'s because of poor design/architecture.Any thoughts here would be appreciated
I have a user who is part of a company, this company can have multiple offices, so the user can be part of head/main office or part of another office, I am projecting from a lamdba expression but I ca
I have a .dbml designer view, i have 开发者_C百科classes with properties, when i want to delete a property from a class, it deletes it from the view, but it is still possible to access that property f
<asp:LinqDataSource ID=\"LinqDataSource2\" runat=\"server\" ContextTypeName=\"DataClassesDataContext\"
I have read around quite a bit now and think that the following is not doable, but I would like to have confirmation from experts if possible and possibly advice on a \"best\" workaround.
This is possibly a bit of a stupid question, but I am getting confused due to the ASP.NET MVC book I am currently reading...
need help I have this enum which sets the PayClassNo to Direct and Indirect. I want to use this enum in my LinQ query.
I have this search method: public List<Employeees> AutoSuggestEmployeee(strin开发者_JAVA技巧g keyword,
I\'m trying to figure out how to mole the datacontext so that my unit tests never hit the database. What I want to achieve is that a datacontext is create开发者_C百科dbut doesn\'t connect to a db and