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:
What is IIS? Have you used it?
What is IIS? Have you used it? IIS - Internet Information Server IIS is used to access the ASP.Net web applications Yes, I used in ASP.NET web applications. 2013-12-12, 1886👍, 0💬
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, 1821👍, 0💬
What is the base class of .NET?
What is the base class of .NET? Base class provides a base set of methods that all derived classes can use 2013-12-09, 1880👍, 0💬
What is namespaces?
What is namespaces? It is a logical group of related classes and interfaces and that can be used byany language targeting the .net framework. 2013-12-06, 1773👍, 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, 1830👍, 0💬
Popular Posts:
What metrics will you look at in order to see the project is moving successfully? Most metric sets d...
what are the advantages of hosting WCF Services in IIS as compared to self hosting? There are two ma...
How is the MVC design pattern used in Struts framework? In the MVS design pattern, there 3 component...
What invokes a thread's run() method? After a thread is started, via its start() method of the Threa...
How To Merge Values of Two Arrays into a Single Array? - PHP Script Tips - PHP Built-in Functions fo...