For an Intranet application I have a web page save function that can lead to substantial action on several database tables. I am using Linq2SQL and some 20 seconds of browser idle get swallowed up by
I am working on a simple command line app to teach myself some LINQ to SQL in C#. I have a SQL Server 2008 instance and I am trying to look in MSDB for the Jobs currently setup on the SQL Server. I wa
I have a function called on every single page: /// <summary> /// Gets the date of the latest blog entry
How to use Linq to SQL to update certain fields only of entity? ASPX Page: Dim pdf As New Dashboard.Process_PDF()
I am currently trying to create a Class which employs generics in order to reduce the amount of work needed for future development.As I add Tables to the LINQ To SQL Designer, certain basic Methods ar
I have an interesting problem, i\'m trying to insert nested data using l2s, all is ok if i don\'t try to insert an entity with fk also to root parent, sample schema:
I have some C# code that looks like the following sample: foreach (car c in listOfCars) { c.garage.last_opened_at = DateTime.Now;
I am using Unity 2.0 to register a concrete SQL Server repository against an abstract repository like so:
I\'m currently running in a multi-DB SQL Server environment and using linq to sql to perform queries.
I have a database of events each with a Time field that needs to be sorted in ascending order from said time. The \"day\" for these events start at 11:00PM (events take place 24 hours / day from 11:00