Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  ASP.NET 3.5 interview question programming Blog  > 

Asp.net 3.5 Interview Question Blog


aspnet2008.blogspot.com
Over 500 ASP.NET 3.5 Interview Questions with Answers of DOT NET including ASP.NET,dotnet interview questions,Visual stdio 2008,download free e-book.
2009-08-29 05:46
The advantages of using jQuery are:1. JavaScript enhancement without the overhead of learning new syntax2. Ability to keep the code simple, clear, readable and reusable3. Eradication of the… Read More
2009-08-29 05:43
JQuery is a light weight JavaScript library which provides fast and easy way of HTML DOM traversing and manipulation, its event handling, its client side animations, etc. One of the greatest… Read More
2008-11-11 04:07
Do not use design patterns in any of the following situations.• When the software being designed would not change with time.• When the requirements of the source code of the applic… Read More
2008-11-11 04:05
Design Patterns are particularly useful in one of the following scenarios.• When the software application would change in due course of time.• When the application contains source… Read More
2008-11-11 04:04
The following are some of the major advantages of using Design Patterns in software development.• Flexibility• Adaptability to change• Reusability Read More
2008-11-11 04:03
A Design Pattern essentially consists of a problem in a software design and a solution to the same. In Design Patterns each pattern is described with its name, the motivation behind the pat… Read More
2008-11-01 05:52
The Provider model in ASP.NET 2.0 is based on the Provider Design Pattern that was created in the year 2002 and later implemented in the .NET Framework 2.0.The Provider Model supports automa… Read More
2008-11-01 05:50
Generics are not a completely new construct; similar concepts exist with other languages. For example, C++ templates can be compared to generics. However, there's a big difference between C+… Read More
2008-09-16 05:00
The BCL (Base Class Library) is a combination of classes or we can say that it’s a library of functionalities and types available to all languages that used in .NET Framework. To make… Read More
2008-09-16 05:00
The GACPicker class allows the user to select an assembly from the Global Assembly Cache. It does this by looking at the filesystem representation of the GAC, since there appears to be no ac… Read More
2008-09-11 06:06
In .Net Remoting, an application use Channel to send message to another application which is runing in different domain or process. Before sending message, Channel converts message into appr… Read More
2006-06-07 11:16
The low level Request and Response API to service incoming Http requests are Http Handlers in Asp.Net. All handlers implement the IHttpHandler interface, which is located in the System.Web n… Read More
2006-06-07 11:16
Generics are classes, structures, interfaces, and methods that have placeholders (type parameters) for one or more of the types that they store or use. A generic collection class might use a… Read More
2006-06-07 11:16
SharePoint Portal Server is a portal server that connects people, teams, and knowledge across business processes. SharePoint Portal Server integrates information from various systems into on… Read More

Share the post

ASP.NET 3.5 interview question

×

Subscribe to Asp.net 3.5 Interview Question

Get updates delivered right to your inbox!

Thank you for your subscription

×