I have a list of start dates for clients, we need to track when we are handling their new yearly enrollment. So if a client was created "1/1/2011", the next time we need to receive their new ...
I worked out how to get LINQ to send the current datetime when I'm inserting new records (I just set the AutoGenerated value = TRUE for the field in my dbml file and then in the database provide a ...