what is NET Framework ?
Answers were Sorted based on User's Feedback
Answer / rahul
The Microsoft .NET Framework is an environment for building,
deploying, and running robust, scalable distributed
applications.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / kishan
The .NET Framework is an environment for building,
deploying, and running Web Services and other applications.
It consists of three main parts: the Common Language
Runtime, the Framework classes, and ASP.NET
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / sowjanya
it consits of bcl(base class liabraries).bcl is the huge
mass or prewritten code that can be easily incorporated and
used in our program. example are system.threading,system.io
etc
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / mahendran
A programming Infrastructure created by Microsoft for
building,Deploying,Running Applications and Sevices that
use Dotnet Technologies such as Desktop Applications and
web services.......
| Is This Answer Correct ? | 2 Yes | 1 No |
Is there any alternative to avoid name collisions other then Namespaces?
Can we mention error in web.config file?
How many object in c# asp .net
What is session id in web application?
Types of objects in ASP?
What does this do? sn -t foo.dll
Can private assembly be used for more than one application? If so how?
accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.
diff between Server.Transfer() and Server.Execute()
Can you create an app domain ?
You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.
2 Answers Microsoft, Syntax Softtech,
What is the sequence in which ASP.NET events are processed?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)