.NETTER Code Starter Pack

codebox.zip (5,7 MB)
This is a gallery of *Visual Studio 2010* solutions leveraging latest and new technologies released by Microsoft. Each Visual Studio solution included here is focused to provide a very simple starting point for cutting edge development technologies and framework.

Tutorial: Code First with EF 4.1

Tutorial: Code First with EF 4.1

Store Functions for Entity Framework Code First

Support for stored procedures and table valued functions for Entity Framework CodeFirst approach.

CodeFirst Membership Provider

Custom Membership Provider built with Entity Framework Code-First, for use in ASP.NET MVC and ASP.NET WebForms.

Entity Framework Code First Seeder

Entity Framework Code First Seeder populates newly created databases with seed data from a simple XML file. You'll no longer have to create custom implementations of IDatabaseInitializer to hard code your seed entities. It's developed in C# and currently compatible with .NET 4.0 and Entity Framework 4.1 & 4.2.

Code Only Stored Procedures

A library for easily calling Stored Procedures. Works great with Entity Framework Code First models.

CodePlex Information and Discussion

CodePlex.zip (88,6 MB)
This area is used for providing information and discussions about the CodePlex website.

Coevery - Free ASP.NET CRM

coevery.zip (122,6 MB)
Coevery is a free *& open source CRM application developed by Nova Software which is a .NET focused software development company.

CRUD Services

Provides a single generic CRUD service that can handle CRUD operations for any entity. Includes wrappers for supporting backend frameworks like Entity Framework and Linq-To-Sql, as well as for communication stacks like WCF and ASP.NET Web API.

C# Code Generator

This project was created and tested in Visual Studio 2010. It is an add-in to Visual Studio that once installed, displays an option on the Tools menu.

DataBooster - Extension to ADO.NET Data Provider

The dbParallel DataBooster library is a high-performance extension to ADO.NET Data Provider. (DbAccess, OracleLauncher and SqlLauncher for accessing mass data)

Database Schema Reader

A simple, cross-database facade over .Net 2.0 DbProviderFactories to read database metadata.

DCHealthCheck

DCHealthCheck performs several automated tests on Active Directory domain controllers, and provides a summary/status report.

dcp DDD Foundation library

dcpddd.zip (83,1 MB)
Base super types for repository, specification, unit of work, query commands and other of Domain and Infrastructure Data layers of Domain Driven Design approach

DigitallyCreated Utilities

DigitallyCreated Utilities are some utilities and extensions that make working in .NET easier. It has classes to help work with LINQ, Entity Framework, ASP.NET MVC, Unity, concurrent programming and error reporting. We value documentation, so everything has a tutorial and XMLdoc.

Design and Develop a website using ASP.NET MVC 4, EF, Knockoutjs and Bootstrap

ddmvc4.zip (32,2 MB)
Design a website architecture that must be simple, easily understandable by any web designer using asp.net MVC, EF, Knockoutjs and Bootstrap

Dino

dino.zip (24,3 MB)
Dino is a simple ORM wrapper framework that provides a consistent set of interfaces for working with a variety of ORMs in a single Unit of Work. Dino is built to be extremely lightweight, with built in support for abstracting away some of the intricicies of using various ORMs.

d!sco - A Discussion Ontology Framework

disco.zip (11,5 MB)
d!sco is the implementation of a meta discussion system. We rapid prototype an Ontology and Web API to serve as a data hub inside a P2P network. Be involved!

DNN Platform Entity Framework Model Adapter

An ObjectContext adapter allowing DotNetNuke modules using the Entity Framework to automatically apply a runtime database owner and object qualifier.

DoddleAudit - Audit Trail for LINQ to SQL and EF

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?