Programming
WAMP PEAR installation
Last Updated on Thursday, 17 February 2011 19:16 Written by Miha Sunday, 29 June 2008 19:31
WAMP installation is quite straight forward. But I've done some searching before I've found how to install PEAR with it.
Synchronize method in dotNet c#
Last Updated on Thursday, 17 February 2011 19:37 Written by Miha Tuesday, 10 June 2008 10:02
Synchronized methods give us an ability to execute only one thread at a time. This is useful if our method modifies global variable.
If we have a number of available product items to sell in a variable quantity. What will happen when quantity = 1 and two users access it at the same time (both want to buy 1 item - that is decrease variable by one)?!
Testing .asmx Web Services in Visual Studio 2008
Written by Miha Thursday, 22 May 2008 21:21
For my PIS homework I've tried to create an asmx-style web service with Visual Studio 2008.