What is the method for returning more than one values from a function in VB?
What is early-binding and late-binding? Does ASP support early-binding?
Difference between T-SQL and PL/SQL?
How can a COM object be modified in VB?
What is Byval and ByRef in VB? And how does it work?
Have you used inner join? How does it work? What [...]
Also posted in VB, Windows |
By admin | February 4, 2006
State True or False: If you set AutoGenerateColumns=True and still provide custom column definitions, the DataGrid will render both
TrueFalse
The data from an XSL Transform with XmlReader can be returned in one of the following ways
objReader = objXslT.Transform(objNav, nothing)objXslT.Transform(objNav, nothing)objReader = objXslT.Transform(objNav, nothing, objWriter)objXslT.Transform(objNav, nothing, objWriter)
Pick the command line that would result in the C# compiler [...]
By admin | February 3, 2006
A structure in C# can be derived from one or more
classinterfacebothnone
State True or False: Static method cannot be overridden
TrueFalse
The Equivalent HTML Control for the <input type=”button”> tag is
HtmlInputHtmlButtonHtmlPushButtonHtmlInputButton
The Equivalent Html Control for the <input type=”checkbox”> tag is
HtmlCheckBoxHtmlInputChkBoxHtmlInputCheckBoxHtmlInputTypeChkBox
By admin | February 2, 2006
Which of the following languages is NOT included in the default .NET Framework installation?
C#VB.NETJScript.NETVBScript.NET
What are the different types of serialization supported in .NET Framework
XmlSerializerSoapFormatterXPathNavigator HttpFormatter
The CLR uses which format for assembly version numbers
Major:Minor:Revision:BuildMajor:Build:Minor:RevisionMajor:Revision:Minor:BuildMajor:Minor:Build:Revision
What tool is used to manage the GAC?
GacMgr.exeGacSvr32.exeGacUtil.exeRegSvr.exe
By admin | January 28, 2006
How does ASP page work?
How ASP.NET page works?
What are the contents of cookie?
How do you create a permanent cookie?
What is ViewState? What does the “EnableViewState” property do? Whay would I want it on or off?
Also posted in .NET, Windows |
By admin | December 27, 2005
What is wrong with Request.ServerVariables(”HTTP_REFERER”)?
Why do I get 80020003 errors?
How do I perform a Whois / DNS lookup from ASP?
Why can’t I turn buffering off using Response.Buffer?
By admin | December 12, 2005
What does a special set of tags <?= and ?> do in PHP? - The output is displayed directly to the browser.
What’s the difference between include and require? - It’s how they handle failures. If the file is not found by require(), it will cause a fatal error and halt the execution of the script. [...]
Also posted in Unix/Linux |
What ports does FTP traffic travel over?
What ports does mail traffic utilize?
What ports do HTTP and HTTPS use?
Why is NTP required in an NFS network?
These questions are asked by Microsoft at one of their international locations.
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why.
What is serialization, how it works in .NET?
What should one do to make class serializable?
What exactly is being serialized when you perform serialization?
How EJB Invocation happens? - Retrieve Home Object reference from Naming Service via JNDI. Return Home Object reference to the client. Create me a new EJB Object through Home Object interface. Create EJB Object from the Ejb Object. Return EJB Object reference to the client. Invoke business method using EJB Object reference. Delegate request to [...]
What’s the difference between primary key and unique key?
The Perl script on the site is working slow. What’s your plan of attack?
Name several reasons why a Web site would not work entirely.
Also posted in Unix/Linux |
What is the difference between SAX parser and DOM parser?
What is the difference between Schema and DTD?
How do you parse/validate the XML document?
What is XML Namespace?