Showing posts with label Enterprise Library. Show all posts
Showing posts with label Enterprise Library. Show all posts

Daily Tips- Tip #38 - What is the method in MS Exception Management Application Block which is used to publish exceptions?

Friday, December 11, 2009


ExceptionManager.Publish(ex);


www.codecollege.NET

What are the situations on which Caching Application Block can be used?

Thursday, October 1, 2009


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

Name any 2 technologies which are used to develop RIA applications.


1. Adobe Flex
2. Microsfot Silverlight



www.codecollege.NET

What are exception handlers in the Exception Handling Application Block?


1. Wrap handler.
2. Replace handler.
3. Logging handler.
4. Fault Contract Exception Handler.



www.codecollege.NET

What is the Caching Application Block of Enterprise Library?


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

What is the Unity Application Block of Enterprise Library?


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

What is the Exception Handling Application Block of Enterprise Library?


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

What is the Logging Application Block of Enterprise Library?


It provides a standard Logging functionality for .net applications.



www.codecollege.NET

What is a Unity Application Block ?

Wednesday, September 23, 2009


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

What are the blocks in Enterprise Library?


1. The Caching Application Block

2. The Cryptography Application Block

3. The Data Access Application Block

4. The Exception Handling Application Block

5. The Logging Application Block

6. The Policy Injection Application Block

7. The Security Application Block

8. The Unity Application Block

9. The Validation Application Block



www.codecollege.NET
Blog Widget by LinkWithin