.Net Open Source

Tikal .NET forum: Introduction to NHibernate with Oren Eini – July 25th 10:00-11:30

Tikal .NET forum is delighted to present an introduction to NHibernate, the  leading and most advanced open source ORM  (Object Relational Mapping) in the .NET domain with integrated support for concurrency, distribution, fault tolerance and incremental code loading.  ORM  takes care of the burden of mapping between your .NET entities and the underlying relational database.

igorz 23/06/2010 - 14:28

There is another ASP.NET MVC extension project ASP.NET MVC Extensions (previously known as System.Web.Extensibility)

 

It was developed siince Decemper 2009 and today celebrates it's v1.0 RTM release

 

" ASP.NET MVC Extensions (aka System.Web.Mvc.Extensibility) is developed on top of ASP.NET MVC extensibility point, which allows your IoC Container to rule everywhere."

 

project is hosted at Codeplex http://mvcextensions.codeplex.com/

igorz 12/05/2010 - 14:00

In this post I want to overview AutoMapper library.

 

AutoMapper is open-source project for object-to-object mapping. 

It uses very nice syntax for mapping configuration based on generic and lambda.

The project is managed on Codeplex (http://www.codeplex.com/AutoMapper)  and the source code can be found at GoogleCode  (http://automapperhome.googlecode.com/).

 

Object mapping is very useful strategy for transforming one type of object into another. 

For ex. Business Object into POCO (CLR POJO) or DTO (Data Transfer Object).

 

Lets define application domain:

michael 22/03/2010 - 17:02

This is the contrib project for the ASP.NET MVC framework. This project adds additional functionality on top of the MVC Framework. These enhancements can increase your productivity using the MVC Framework. It is written in C#. Founded by Eric Hexter and Jeffrey Palermo.

 

In the MvcContrib project there is an HTML helper for putting data into a <table>. The syntax looks like this:

 

igorz 07/12/2009 - 11:21

The CodePlex Foundation has announced the formation of the ASP.NET Open Source Gallery and the acceptance of the ASP.NET Ajax Library as the first project in the Foundation. The ASP.NET Ajax Library consolidates ASP.NET Ajax and the Ajax Control Toolkit into a single open source project making it easy for developers to use the Ajax programming model in their Websites and Web Applications. For more information visit the ASP.NET Ajax Library project site.

igorz 25/11/2009 - 19:21

Very helpful blog entry ASP.NET MVC Cheat Sheets

enjoy!

igorz 24/11/2009 - 15:41

Mono Tools for Visual Studio 1.0 has officially been released.

Support for developing and debugging Mono applications from within Microsoft Visual Studio.

 

igorz 18/11/2009 - 11:16

After having deal with popular IoC container for .NET Ninject  I was wandered about alternatives.

And I found two more:

 

1. Windsor - "Castle Windsor aggregates the MicroKernel and exposes a powerful configuration support. It is suitable for common enterprise application needs. It is able to register facilities and components based on the configuration and adds support for interceptors.".

Looks like most popular.

 

2. autofac - "Autofac was designed with modern .NET features and obsessive object-orientation in mind. It will change the way you approach dependency injection in .NET.".

Young but powerfull proiject.

 

 

igorz 08/11/2009 - 14:26

Json.NET is a useful library that helps working with JSON in .NET. It also includes LINQ to JSON.

 

The project can also be found in CodePlex.

Itsu Tamam 07/11/2009 - 05:44

Azure Library for Lucene.Net enables storing Lucene index in Azure Blob Storage.

Itsu Tamam 18/10/2009 - 06:53
Syndicate content