Recently I needed to find in all files version history of a TFS 2010 project with Visual Studio 2010. Searching on Google I found Visual Studio 2010 and 2012 extensions,…
Recently I needed to find in all files version history of a TFS 2010 project with Visual Studio 2010. Searching on Google I found Visual Studio 2010 and 2012 extensions,…
When you work with Team Foundation Server 2010 and Visual Studio 2008 you cannot merge file changes when you try to unshelve a shelveset. In fact if you try to unshelve a shelveset which contains file already chenged…
For different needs, often I had needs to send a list of values to a Stored Procedure. To achieve this goal it is possible to use a workaround with…
In the SOA-oriented programming, one of the major mistakes that you make when use WCF services is create an instance of the Transparent Proxy statements within the using statement, as…
Google Maps for Android ranks maps for some indoor shopping malls, airports and railway stations. Currently available only for the United States and Japan. Until now, the indoors maps were…
I admit I was waiting a long time, even with a hint of envy iPhone owners, the famous Instagram application on the Android platform. It came, finally, the official confirmation…
When you modify database schema on Sql Server with Microsoft SQL Server Management Studio you can simply create script with Generate Change Script function. This is not allowed when you…
If you drop a user that owns a schema, you'll receive the following error: Drop failed for User 'my_user'. (Microsoft.SqlServer.Smo) The database principal owns a schema in the database, and…
Due to the success it is having Instagram on iOS platform (currently not yet available for Android), many are moving for an hard competition to the most popular application for…
Quando si sviluppa un Event Receiver su una generica lista Sharepoint non è possibile ottenere l'istanza di SPWeb dal contesto corrente mediante l'istruzione seguente: SPWeb web = SPContext.Current.Web; poichè viene…