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 the…
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 the…
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…