Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

DataObjects.Net v4.0 is rapid database application development framework. It combines comprehensive business logic layer development framework, object-relational mapper and a set of storage implementations enabling the same BLL code work everywhere dramatically reducing the resources and time you ... [More] need to develop generally any application dealing with persistent data. [Less]

4.85714
   
  0 reviews  |  15 users  |  521,562 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

Business Logic Toolkit is a set of components to simplify .NET application development. BLToolkit is provided as source code that you can use "as is" or customize for your applications. It is written in C# and compatible with .NET Frameworks 3.5 and 4.0, Silverlight 4, and Mono.

5.0
 
  0 reviews  |  4 users  |  171,960 lines of code  |  22 current contributors  |  Analyzed 5 days ago
 
 

This is my sandbox. I'm going to make a lot of castles and knock them down in here. It will reflect how my thinking changes as an architect and a developer.

0
 
  0 reviews  |  1 user  |  3,406 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

A framework to empower .NET developers. Documentation: TestPage

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 6 months ago
 
 

This is where I'm hosting the code for samples I post to my blog, Continuous Disintegration. -Ryan Gray

0
 
  0 reviews  |  0 users  |  2,064 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

code-o-maticThe code-o-matic library leverages the PostSharp platform to implement code injection mechanisms for .NET. Code is injected through custom attributes that perform various tasks, such as parameter validation, common patterns implementation, etc. The current version of code-o-matic ... [More] offers the following mechanisms: Validation - Validate method parameters and properties by applying custom attributes such as NotNull or Pattern. Automatic properties - Automatically implement ViewState and Session properties on your ASP.NET controls and pages. See the GettingStarted page to get started. RequirementsCode-o-matic is based on PostSharp 1.0. You will need to download and install it for code-o-matic to work. An installer is supplied that can optionally install the correct version of PostSharp for you. NOTE: Postsharp is only required for compiling the code. The production environment does not need to have Postsharp installed. For performance reasons, the validation library is implemented as a Postsharp plugin. An installer is provided that copies the plugin files in the correct folder. It is also possible to copy the files manually. See the CompilingInstructions page for more informations. DocumentationThe following pages contain examples of use for the various parts of code-o-matic. ValidationExamples [Less]

0
 
  0 reviews  |  0 users  |  35,048 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

Manage and separate your own cross cutting concern from your business functionalityIntroductionI’ve seen many different AOP frameworks implementations in .NET and most of them seems to me too complex to understand. In this article i will introduce how to make AOP done in your solution. ... [More] MessageCallAspect and how does it work?Wrap any module with TargetInspectorProxy, this will be your module context. It creates a transparent proxy which will be your reference along the process. The transparent proxy gets called for each method/ propery invocation of the target. The transparent proxy serializes the call stack and passes that on to the TargetInspectorProxy. The TargetInspectorProxy calls the message sink chain, the last one on the chain calls the actual target. This sink chain is the actual interception on the method call processing. (also known as Aspect) These aspects can be defined in two ways:TargetInspectorProxy by his constructor. Implement MessageSinkAttribute's and define them on method/propery/class. [Less]

0
 
  0 reviews  |  0 users  |  2,768 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

When you manage your calendars in iCal but want to replicate your events to Exchange while maintaining control over event filters, private setting and the frequency... ical2exchange is a simple, clean alternative to full, often expensive, synchronization solutions. Simply point it to one or ... [More] more Web-based (Url) or local (path) iCal files, configure your Exchange 2007 connection and let it rip. v 0.1The initial release is here. I tested the app in replication of my work and personal calendar to Exchange 2007 server at work. A couple limitations in this version that I plan addressing in the future. All Exchange events will be deleted and the Exchange calendar will be populated with iCal events. The mechanism to stamp each event in Exchange with the unique iCal event is already in place but I had not figured the update logic fully yet. All configuration values are stored in clear text at this time. In future I plan on allowing for optional encryption. Other than that, the app works as advertised. [Less]

0
 
  0 reviews  |  0 users  |  91,785 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

Research on how to implement a language-independent tool for reverse engineering of any object-oriented source code. Main concerns include but not limited to: - aspect-oriented paradigm to implement modular reasoning; - diagram representation optimization.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 8 days ago
 
 

DynAspect.NET is driven by a need for an industrial-strength Aspect-oriented programming suite. DynAspect.NET is designed to combat some of the larger barriers to adoption of AOP by industry, including learning a new language, using third party tools, and modifying the build process. DynAspect.NET ... [More] requires none of these. It uses natural language semantics (such as C# or VB.NET) to construct aspects that are woven into your source code at runtime using the .NET Profiler API, which incurs very little overhead. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 9 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.