Categories: LINQ
Latest version: 1.0Added 2009-09-15
Allows applications written in C# 3.0, but which need to target .NET Framework 2.0 and/or 3.x, to reap the benefits and expressiveness of LINQ to Objects and lambda expressions.BackLINQ provides a complete and tested implementation of the LINQ Standard Query Operators.
Categories: Persistence - Data-tier
Latest version: 1.0.3910Added 2004-10-15
Library that allows you to express parameterized SQL and stored procedures as managed code functions in your language of choice (C#, VB.NET, J# and others) using the .NET Framework.Just as Platform Invoke (P/Invoke) allows you to call unmanaged code APIs in platform libraries (DLLs) by supplying a compatible method definition in managed code, DBMethods allows you to call stored procedures and parameterized SQL in a database by defining a compatible method definition in managed code.Unlike many products already on the market, DBMethods does not rely on templates or scriptable code generators. Instead, it makes use of the innovative features of the Common Language Runtime (CLR) like metadata, reflection services, custom attributes and dynamic code emission.
Categories: ASP.NET, Tracing - Logging - Monitoring,
Latest version: 1.1Added 2005-01-13Updated 2009-10-01
Application-wide error logging of unhandled exceptions for ASP.NET.ELMAH (Error Logging Modules and Handlers) is pluggable: it can be dynamically added to a an ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment.ELMAH comes as an ASP.NET HTTP Module and an HTTP Handler.
Categories: Internet and communications
Latest version: 0.9Added 2006-07-24
Modest implementation of JSON and JSON-RPC.Jayrock allows client-side JavaScript to be able to call into server-side ASP.NET methods using JSON as the wire format. The methods can be called synchronously or asynchronously.