10 packages tagged with “rolosoft”
Repository pattern for loosely coupled enterprise systems. Contains generic method signatures for Get (including get using paging) and CRUD operations.
Designed for speed and efficiency (i.e. no iteration / counting of messages using .NET managed code or WMI calls). Uses 'Unsafe' PInvoke with native MSMQ API.
Logging pattern for loosely coupled enterprise systems. Contains method signatures for logging and logger formatting. Create logger and associated formatter by implementing ILoggerFactory.
Use this component where automated Aweber list management is needed from, for example, back end services such as user registration in web applications. **ABOUT** Aweber offers excellent email campaign list management services and is mainly geared for capturing email addresses via its own javascript based email web forms. Whilst this (i.e. Aweber web capture forms) is great if your requirement is directly capturing email addresses via web sites, it's not so useful if you need to subscribe and unsubscribe users directly from a back end service such as a CRM or lead management system. Aweber do not accept (there are AUP exclusions in its T's and C's) on any form of "automated" subscription method that goes via its web form entry systems so it's not possible to automatically sign up users by using HTTP POST integration. Fortunately, there is a work around using SMTP. This software is completely SMTP based and does not break any existing Aweber terms and conditions of use. Example usage and Aweber configuration can be found on the project web site.
Derive the IP address of a remote client when hosting in Microsoft .NET / IIS.
Implementation of IDataReader interface for regular expressions.\nUse to parse a file line by line by regex.\nCan be used with SqlBulkCopy.
Logging implementation of Rsft.Lib.Patterns.Logging for enterprise systems. Uses System.Diagnostics.TraceSource under the hood.
Encryption and decryption of HTTP cookies, provides protection against manual cookie tampering.
Pattern for software integration with cloud based email service provider list management processes. Most list management services offer email based SUBSCRIBE and UNSUBSCRIBE methods to add / remove users to mailing lists. This library provides a general pattern / interface for integration with such services. Create integration software by implementing IEmailListManage.
Extension methods to map naming conventions between WCF endpoints and URI for MSMQ. This library can perform mappings in both directions (i.e. WCR -> URI or URI -> WCF). Example usage: string myUri = ".\private$\MyQueue"; string mappedToWcf = myUri.ToWcf(); Gives "net.msmq://localhost/private/MyQueue"