Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- Exception Management Application Block (msi)
- The Exception Management Application Block provides a simple yet extensible framework for handling exceptions. With a single line of application code you can easily log exception information to the Event Log or extend it by creating your own components that log exception details to other data sources or notify operators,...
- Tags: Application, Exception Management Application Block, .Net, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Software downloads 2007-09-07
- Using Enterprise Library in ASP.NET 2.0 Partial Trust Mode
- Although originally envisaged as a product for use in Windows Forms executable applications, Enterprise Library is proving popular with Web application developers as well. For example, the Data Access Application Block, the Cryptography Application Block, the Exception Handling Application Block, and the Logging Application Block provide useful features that can...
- Tags: Microsoft ASP.NET, Web Application, Jupitermedia Corp., Mode, Microsoft ASP.NET 2.0, Security
- White papers 2006-10-31
- Enterprise Library May 2007 (msi)
- The patterns and practices, Enterprise Library is a library of application blocks designed to assist developers with common enterprise development challenges. Application blocks are a type of guidance, provided as source code that can be used as is, extended, or modified by developers to use on enterprise development projects. This...
- Tags: Developer, Digital Security, Security
- Software downloads 2007-08-16
- Enterprise Library 3.0 - April 2007 (msi)
- The patterns and practices Enterprise Library is a library of application blocks designed to assist developers with common enterprise development challenges. Application blocks are a type of guidance, provided as source code that can be used as is, extended, or modified by developers to use on enterprise development projects. This...
- Tags: Developer, Digital Security, Security
- Software downloads 2007-08-24
- MSDN Architecture Webcast: Patterns & Practices Live - Enterprise Library Exception Handling Application Block (Level 300)
- Exceptions happen...the question is what to do handle them. Poorly written applications behave unpredictably when exceptions occur and often this bad behavior results in crashes or security holes. The attendee of this webcast will learn how to create exception policies that can be consistently and quickly applied in application to...
- Tags: Microsoft Developer Network, Webcast, Exception, Digital Media, Security, Consumer Electronics, Personal Technology
- Webcasts 2005-03-17
- Utilize the Exception Handling Block in .NET-based apps
- Discover how the Microsoft Enterprise Library's Exception Handling Block configuration program makes it easy to set up exception policies that are used in application code. As a developer, my time is limited, so anything that can save me time is greatly appreciated. For this reason, I am a...
- Tags: Microsoft .NET, Exception Handling Block, Middleware, Tony Patton, .NET, Application servers, Microsoft development tools, Programming languages, Enterprise Library, Exception Handling, configuration tool, .NET Newsletter, Application, Library, Microsoft Corp., Exception, Exception Policy, Configuration Application, C#, Software Development, Software/Web Development, Enterprise Software, Software
- Technical articles 2006-08-01
- Taking Advantage of Microsoft Enterprise Library 4.0 for Visual Studio 2008
- Microsoft Enterprise Library is a collection of reusable software components application blocks designed to assist software developers with common enterprise development challenges (such as logging, validation, exception handling, and many others). The design of application blocks encapsulates the Microsoft recommended and proven practices for .NET application development. This webcast provide...
- Tags: Microsoft Visual Studio, Microsoft Visual Studio 2008, Microsoft Corp., Microsoft Enterprise Library, Tools & Techniques, Software Development, Development Tools, Middleware, Management, Software/Web Development, Enterprise Software, Software
- Webcasts 2008-07-11
- On Exceptions and Rules: Best Practices for Where, When, and How to Handle Exceptions
- If an exception is raised in the declaration section of one's block, that block's exception section cannot handle the exception. That doesn't seem right. Why does PL/SQL work this way, and what does it mean for the author's coding practices? If an exception is raised in the declaration section of...
- Tags: Exception, Best Practice, Programming Languages, Team Management, Databases, Software Development, Software/Web Development, Management, Enterprise Software, Software, Data Management
- White papers 2008-07-01
- MSDN Webcast: Leveraging the Enterprise Library in Your Site (Level 200)
- This webcast focuses on the best ways to utilize the new Enterprise Library 2.0 in Microsoft ASP.NET 2.0 Web applications. Specific topics to be covered include caching, configuration, cryptography, data access, exception handling, logging, instrumentation, and security. The attendee of this webcast will learn how to take advantage of the...
- Tags: Microsoft Developer Network, Webcast, Web Application, Microsoft Corp., Cloud Computing
- Webcasts 2006-03-14
- MSDN Webcast: Developing Professional Microsoft ASP.NET Applications: Exception Handling (Level 200)
- This webcast discuss, develop, and implement a strategy from the ground up for handling exceptions in the Microsoft ASP.NET applications. It covers exception bubbling, security, and custom exceptions. The webcast also provide an overview of the Enterprise Library for the Microsoft .NET Framework from the Microsoft patterns & practices group...
- Tags: Microsoft Developer Network, Webcast, Microsoft ASP.NET, Microsoft Corp., Exception, .Net, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Webcasts 2006-11-09
- MSDN Webcast: Taking Advantage of the Enterprise Library in Your Site (Level 300)
- The focus of this webcast is on how to best utilize the new Enterprise Library 2.0 for the Microsoft .NET Framework in the Microsoft ASP.NET 2.0 Web applications. More specifically, the presenter examines how to use the caching, configuration, cryptography, data access, exception handling, logging and instrumentation, and security functions....
- Tags: Microsoft Developer Network, Webcast, Web Application, Microsoft Corp., .Net, Digital Media, Software Development, Software/Web Development, Consumer Electronics, Personal Technology
- Webcasts
- Learn the basics about structured exception handling in VB.NET
- Irina Medvinskaya provides information, as well as code samples, about both types of structured exception handling blocks: Try…Catch and Try…Finally. One of the most reputable changes in the Visual Basic language is the introduction of structured exception handling in VB.NET. While the latest version of the language...
- Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, Programming languages, .NET, TryÂ, structured exception handling, Visual Basic Tips Newsletter, Block, Error, Try, Development Tools, Software Development, Software/Web Development
- Technical articles 2006-11-16
- Utilize the Exception Handling Block in .NET-based apps
- As a developer, my time is limited, so anything that cansave me time is greatly appreciated. For this reason, I am a big fan of Microsoft'sEnterprise Library. After all, who can pass up free code? I covered loggingvia the Enterprise Library in a previous column,but today the focus is on...
- Tags: configuration tool, Exception Handling, Exception Handling Block, Exception-Handling Block, Microsoft .NET, Tony Patton
- Technical articles 2006-08-01
- Navigating Error Recovery Code in Java Applications
- Java provides a program-level exception handling mechanism in response to error conditions that are translated into exceptions by Java VM. However, exception handling code is often widely scattered throughout an application and untested. This paper presents a program visualization tool ExTest that shows quite precisely all the handlers for exceptions...
- Tags: Java Application, Recovery, Exception, Programming Languages, Java, Software Development, Software/Web Development
- White papers
- Handle exceptions properly in C#
- Developers often overlook the importance of exceptionhandling to the detriment of their own code. In this article, I discuss how touse exception handling in C#. I also explain simple ways to add code snippetsto application code to prevent users from seeing certain errors, which maycause applications to shut down.Structured exception...
- Tags: C#, HelpLink, Irina Medvinskaya, Listing B, Microsoft .NET, Software engineering/development, StackTrace, TargetSite
- Technical articles 2007-02-23
- Using the Policy Injection Application Block in ASP.NET
- One technique becoming increasingly popular with developers is the adoption of an Aspect-Oriented Programming AOP model. AOP provides techniques for changing the behavior of business objects and other classes through the application of policies, making it easier to implement common crosscutting concerns such as logging, validation, exception handling, caching, and...
- Tags: Aspect-oriented Programming, Microsoft ASP.NET, Jupitermedia Corp., Policy Injection
- White papers 2007-05-03
- How to Create a Custom Policy Injection Application Block Handler
- As part of Enterprise Library, the Policy Injection Application Block lets a developer control the behavior of the applications through configuration. The Policy Injection Application Block, part of Enterprise Library 3.0 from Microsoft's patterns & practices group, provides powerful yet easy-to-use techniques for applying policies to objects within the applications....
- Tags: Developer, Application, Jupitermedia Corp., Productivity
- White papers 2007-05-14
- Adding Configuration Support for Custom Providers in Enterprise Library in ASP.NET 2.0
- This is the last paper in a series of paper on Microsoft's "Patterns & practices" (p&p) Enterprise Library tools, and how one can use them in the ASP.NET applications. Enterprise Library provides a range of application blocks and features that make it easier to accomplish complex tasks such as accessing...
- Tags: Microsoft ASP.NET, Jupitermedia Corp., Microsoft ASP.NET 2.0, .Net, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- White papers 2007-01-04
- MSDN Architecture Webcast: Enterprise Library 2.0 Configuration Application Block (Level 200)
- The Configuration Application Block, a reusable and extensible source code-based guidance that simplifies development of common configuration functionality in Microsoft .NET-based applications, provides a flexible data model for retrieving configuration data, and extensibility. The presenter of this webcast provides a detailed discussion of the configuration block in Enterprise Library 2.0...
- Tags: Microsoft Developer Network, Webcast, Microsoft Corp., .Net, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Webcasts 2006-03-01
- << Previous
- page 1 of 1
- Next >>