How to use string.Format with LINQ Select 24 December 2014 Donovan-Brown Work (0) When I project new data types using the Select operator I sometimes want to create new strings from the combination of existing properties. Naturally I turn to string.Format. However, if you attempt a call like the one below: public object Get(int id) { return this.db.Peopl... [More]
How to change your default language in Visual Studio 12 December 2014 Donovan-Brown Work (0) Problem: I want to change my default languge in Visual Studio. Solution: Select Tools / Import and Export Settings... Select Reset all settings Click Next > I suggest backing up your current settings just in case you want them back. Select the default Language setup you want to use Cl... [More]