CoDe Talks: Q&A with Steve Ballmer
CoDe (Markus Egger): Mr. Ballmer, There is so much written about offshore development these days?I know Microsoft has offshore development operations in various parts of the world…how is it working
CoDe (Markus Egger): Mr. Ballmer, There is so much written about offshore development these days?I know Microsoft has offshore development operations in various parts of the world…how is it working
This SQL code retrieves the nth Maximum and nth Minimum values in the column specified in from the table . The argument will be accepted in the runtime by SQL:
ne of the language enhancements in .NET 2.0?available in both VB.NET 2005 and C# 2.0?is support for partial classes. In a nutshell, partial classes mean that your class definition can
As you know, VBScript doesn’t support the declaration of optional parameters in subroutines or functions. So, if you have a function declared as: Myfunction(p1,p2,p3), to simulate optional parameters, you’d have
This tip is an extension of a Design Pattern called “Service Locator” for the J2EE architecture. Generally, the “Service Locator” pattern returns a home object by merely accepting a string,