I\'m using a EF 4.1 Code First setup, here are the entities. public class Vendor { public int VendorId { get; set; }
i have multiple repositories in my project for different entities and each has it\'s own datacontext (which comes from a base class for my repositories).
Am using a DataSet and a TableAdapter to populate a Datagridview. The Datagridview allows inserting new records at the bottom. Now when I enter values for the new record in the Datagridview, the recor
I want to set the \"Visibility\" Property of a control to a specified value when all conditions true. Like in the following example:
Actually, I can create a POCO Object, fill this one with data and return it to my WCF Method and it works.
I need to get data from viewModelSettings section in web.config <vmSettings namespace=\"Site.Web.ViewModels\" assembly=\"Site.Web\"/>
I have a WPF application from a client that I need to add a IsInRoleAtrribute to for certain methods in a class.
I\'ve reinstalled my laptop - Windows 7, VS2010, VS2010 SP1, SQL2008and SQL2008 SP2. I\'ve also done windows updates - no updates available from update window anymore
I have an MVC3 site that I\'ve setup for testing another site - most of it has been quick and dirty, and so I\'ve not gone to town creating model and view model types for all the views - only where in
I\'m trying to get my head round using DotNetOpenAuth and whilst I have had a certain amount of success following the source from the nerddiner project, I have hit some snags.