Clockwork Web Framework for .NET makes it easy to build powerful websites. It helps provide features such as user management, database access, multilingualism, and website integration. It integrates
... [More] with many popular web services and uses open source components including NHibernate, log4Net, and Castle. [Less]
Ximura is a extensible information management system designed using C# 3.0.
Ximura is intended to shorten the development time for building large complex system, by providing a development
... [More] framework built around a reusable component architecture.
Ximura is CLS compliant and works under the MONO framework for use on Linux based machines, as well as a standard Window's based environment. [Less]
LinqToRdf provides a full-featured LINQ query provider for .NET using both local triple stores with Graph Matching and SPARQL queries on remote stores. It also provides graphical design tools for
... [More] visual studio 2008 that provide a UML style design surface for the production of both ontologies and .NET domain models. [Less]
InterLINQ is an IQueryable Provider implementation. LINQ stands for Language Integrated Query and is one of the most important and powerful features of the new .NET 3.5 Technology. A LINQ Query is
... [More] represented by an Expression Tree.
Multi-Tier functionality is not provided by LINQ, but this new technology makes it possible by serializing a the Expression Tree of the LINQ Query and sending it to a WCF Service. The Remote Service deserializes this Expression Tree and starts the execution. Return value of the Remote Service's called method is the result of the executed query. [Less]
Given an Entity Data Model XML (EDMX), this utility generates valid IDataReaders across all entity types, allowing Linq to Entities (L2E) to be used in legacy systems that require this interface to be
... [More] implemented.
The generated IDataReaders are strongly-typed and performant. [Less]
NLinq is a framework focusing on reimplementing the Linq functionnalities in Visual Studio .Net 2003 and Visual Studio 2005 (C# & VB .Net) by providing a Linq grammar parser and a "Linq To Objects"
... [More] execution environment. With NLinq you can take advantage of major C# 3.0 features right now, without requiring it. [Less]
DoddleAudit adds automatic auditing of all inserts/updates/deletes for any table in your database with a single line of code, including:
What table was modified?
What fields changed?
Who made the change?
When did the change occur?
DigitallyCreated Utilities are some simple (and not so simple!) utilities and extensions developed in C# that make working in .NET easier. There are classes to help work with LINQ, Entity Framework
... [More] and ASP.NET MVC. Over time, we hope to expand our collection of utilities. [Less]