skip to main |
skip to sidebar
You should set the EnablePageMethods ="true" attribute of the ScriptManager control.
www.codecollege.NET
1. The method must be given the ScriptMethod attribute, which is available in System.Web.Script.Sevices
2. It must be Public
3. It must be Static
www.codecollege.NET
ScriptMethod attribute, which is available in System.Web.Script.Sevices
www.codecollege.NET
ASP.NET AJAX automatically searches for all methods declared Public Static and encapsulates them in the client PageMethods class.
www.codecollege.NET
It is an architectural style for distributed hypermedia systems like WWW.
www.codecollege.NET
A Web serivce implemented using REST principles and HTTP.
www.codecollege.NET
1. An addressing scheme used to locate networked resources.
2. A methodology for returning representations of these resources.
www.codecollege.NET
EnsureChildControls();
www.codecollege.NET
There are 4 editor Webparts present in ASP.NET, they are :
1. AppreanceEditorPart
2. BehaviourEditorPart
3. LayoutEditorPart
4. PropertyGridEditorPart
www.codecollege.NET
There are 3 types of webpart menu verbs. They are:
1. Client-side verbs
2. Server-side verbs
3. Both.
www.codecollege.NET
Add [WebDescription("description of the property")] attribute to it.
www.codecollege.NET
Use the GetWebResourceUrl() method of Page.ClientScript object.
www.codecollege.NET
Add [Webbrowsable(true)] attribute to it.
www.codecollege.NET
Add [WebDisplayName("NameofProperty")] attribute to it.
www.codecollege.NET
[ConnectionConsumer]
www.codecollege.NET
when activated, the user can configure connections between connectable webparts.
www.codecollege.NET
Add [Personalizable] attribute to it.
www.codecollege.NET
[ConnectionProvider]
www.codecollege.NET
System.Web.UI.WebControls.WebParts.WebPart
www.codecollege.NET
The main concept behind AJAX is to enable web pages to make HTTP requests asynchronously without reloading the entire page.
www.codecollege.NET
Conceptual Schema Definition Language.
www.codecollege.NET
It is an Atom Publishing Protocol.
www.codecollege.NET
1. A static data (which rarely changes) need to be accessed.
2. when the data access is expensive.
3. Data should always be available even when the source is not available.
www.codecollege.NET
1. Windows Forms
2. Console application
3. Windows service
4. COM+ server
5. ASP.NET Web application or Web service if you need features not included in the ASP.NET cache
www.codecollege.NET
Microsoft Silverlight is a cross-browser, cross-platform implementation of the .NET Framework for building rich interactive applications for the Web.
www.codecollege.NET
1. Wrap handler.
2. Replace handler.
3. Logging handler.
4. Fault Contract Exception Handler.
www.codecollege.NET
1. Adobe Flex
2. Microsfot Silverlight
www.codecollege.NET
The Unity Application Block (Unity) is a lightweight, extensible dependency injection container that supports constructor injection, property injection, and
method call injection.
www.codecollege.NET
It allows the developer to incorporate a local cache in their applications which can either be an in-memory or backing store.
www.codecollege.NET
The Enterprise Library Exception Handling Application Block lets developers and policy makers create a consistent strategy for processing exceptions that
occur in all architectural layers of an enterprise application.
www.codecollege.NET
It provides a standard Logging functionality for .net applications.
www.codecollege.NET
1. The Interface
2. Provider webpart
3. Consumer webpart
www.codecollege.NET
Application Lifecycle Management.
www.codecollege.NET
Enterprise Resource Planning.
www.codecollege.NET
It enables users to modify--or personalize--the layout, appearance, and behavior of Web Parts controls on a page.
www.codecollege.NET
1. Web Parts UI controls
2. UI Structural Components
3. Personalization
www.codecollege.NET
It hosts the webpart controls to a page.
www.codecollege.NET
It manages the Webpart controls functionality and events that occur on the page.
Manages all connections between controls in the Web Parts zone on a page.
www.codecollege.NET
It is basically a JavaScript framework for writing huge task of JavaScript with few lines of code. jQuery is a fast, concise, JavaScript Library that
simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages
www.codecollege.NET
It is an integrated set of ASP.NET controls that allow the end user to modify the content, appearance, and behavior of Web pages directly in a browser.
www.codecollege.NET
Web Services Description Language is used to share Endpoint details with the Clients.
www.codecollege.NET
It says about what the Endpoint communicates. It is a collection of messages in MEP (Message Exchange Patterns) format.
www.codecollege.NET
It says where you need to send the messages.
www.codecollege.NET
It says How to send the messages like specifying the transport protocol (e.g., TCP), encoding information (e.g., binary), and security requirements (e.g.,
SSL), etc.
www.codecollege.NET
The Endpoint is the point where messages are sent by the Client to the service. Every Service has some Endpoints based on the requirement and provides the
Client with the details. An Endpoint will have an Address, a Binding, and a Contract.
www.codecollege.NET
Clients send messages to the Service to do some work and they start the flow.
www.codecollege.NET
It is a piece of code which can be interacted with messages. They work based on the messages from the Clients and they wait until the Client sends the
messages.
www.codecollege.NET
1. Unified Programming Model.
2. Service Oriented Architecture.
3. Cross-Vendor interoperability.
www.codecollege.NET