Skip to main content

Home/ Agency Oasis Developers/ Group items tagged c

Rss Feed Group items tagged

Mark Ursino

PostSharp - 0 views

  •  
    Produce Cleaner Code with Aspects: Encapsulate common support behavior, such as exception handling, into classes that can be applied using .NET attributes. Remove Boilerplate Code: Stop duplicating code in and across systems. Build a support framework that your team can leverage across multiple apps. Focus on What Matters: Reduce system knowledge required across your team by factoring complex issues, such as multithreading, into aspects.
Mark Ursino

Property vs. Method Guidelines - 1 views

  •  
    Class library designers often must decide between implementing a class member as a property or a method. In general, methods represent actions and properties represent data. Use the following guidelines to help you choose between these options.
Mark Ursino

Google Analytics Dot Net - 0 views

  •  
    GaDotNet is an open source library designed to make it easy to log page views, events and transactions, through code, without using JavaScript or even needing to have a browser.
Mark Ursino

Mediator Design Pattern - 0 views

  •  
    We want to design reusable components, but dependencies between the potentially reusable pieces demonstrates the "spaghetti code" phenomenon (trying to scoop a single serving results in an "all or nothing clump").
Mark Ursino

Standard Type Casting and "as" Operator Conversions - 0 views

  •  
    Converting objects from one type to another is a common practice in software development. When dealing with this, it is important to understand the difference between standard casting and using the "as" operator to convert. In this article, Brendan explains this difference and when to use each type of conversion. His code snippets demonstrate the information he is explaining in the article.
Mark Ursino

VTOs, RTOs and GetHashCode() -- oh, my! - 0 views

  •  
    GetHashCode() is not trivial, and actually kind of confusing :-/
« First ‹ Previous 41 - 60 of 88 Next › Last »
Showing 20 items per page