Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Name some of the languages .NET support?
Name some of the languages .NET support? Some of the languages that are supported by .NET 1. Visual Basic.NET 2. Visual C# 3. Visual C++ 2013-12-10, 1890👍, 0💬
On order to get assembly info which namespace we should import?
On order to get assembly info which namespace we should import? System.Reflection Namespace 2014-09-08, 1889👍, 0💬
How do you create a permanent cookie?
How do you create a permanent cookie? Setting the Expires property to MinValue means that the Cookie never expires. 2014-02-04, 1889👍, 0💬
True or False: A Web service can only be written in .NET.?
True or False: A Web service can only be written in .NET.? False. 2014-02-05, 1886👍, 0💬
What is assembly?
What is assembly? It is a single deployable unit that contains all the information abt the implimentation of classes , stuctures and interfaces 2013-12-05, 1869👍, 0💬
Popular Posts:
How To Test Transaction Isolation Levels? - MySQL FAQs - Transaction Management: Commit or Rollback ...
In C#, what is a weak reference? Generally, when you talk about a reference to an object in .NET (an...
What is triple constraint triangle in project management ? Project Management triangle is depicted a...
What is the difference between CALL_FORM, NEW_FORM and OPEN_FORM? CALL_FORM: start a new form and pa...
How To Control Horizontal Alignment? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells By...