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, 1874👍, 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, 1804👍, 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, 1871👍, 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, 1770👍, 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, 1824👍, 0💬
Popular Posts:
How do I use forms? The basic syntax for a form is: <FORM ACTION="[URL]">...&l t;/FORM>Wh...
What exactly happens when ASPX page is requested from Browser? Note: - Here the interviewer is expec...
How will you freeze the requirement in this case? What will be your requirement satisfaction criteri...
How To Set Background to Transparent or Non-transparent? - CSS Tutorials - HTML Formatting Model: Bl...
How Can we change priority & what levels of priority are provided by Dot Net? Thread Priority ca...