11

BlogEngine.NET versione 1.0 definitiva

E’ stata rilasciata la versione 1.0 definitiva di BlogEngine.NET, un motore di blogging realizzato in C# e disponibile su CodePlex. Una caratteristica molto interessante di questo sistema è che esso si basa interamente su XML, quindi non richiede il setup di database di appoggio e, di conseguenza, può essere utilizzato in qualunque spazio web con supporto ad ASP.NET. fonte: http://blogs.ugidotnet.org/marcom/archive/2007/05/24/79175.aspx

May 24, 2007 · 1 min · Carlo Bertini [WaYdotNET]
#Uncategorized
11

http://www.asp.net/ nuovo veste

E’ appena diventato online (visto che tutt oggi che cerco di entrare, e nn ci sono riuscito…anche ora ci sono un po di problemi :D) img: http://img130.imageshack.us/img130/5792/asrn4.png

May 16, 2007 · 1 min · Carlo Bertini [WaYdotNET]
#Uncategorized
11

http://www.asp.net/ nuovo veste

E’ appena diventato online (visto che tutt oggi che cerco di entrare, e nn ci sono riuscito…anche ora ci sono un po di problemi :D) img: http://img130.imageshack.us/img130/5792/asrn4.png

May 16, 2007 · 1 min · Carlo Bertini [WaYdotNET]
#Uncategorized
11

http://www.asp.net/ nuovo veste

E’ appena diventato online (visto che tutt oggi che cerco di entrare, e nn ci sono riuscito…anche ora ci sono un po di problemi :D) img: http://img130.imageshack.us/img130/5792/asrn4.png

May 16, 2007 · 1 min · Carlo Bertini [WaYdotNET]
#Uncategorized
11

NHibernateRepository Upgraded for NHibernate 1.2 RC1

Now that NHibernate 1.2 is finally out of Beta stage and into official Release Candidate mode, I felt it was appropriate to upgrade NHibernateRepository to use it. Not much has changed and there isn’t any new functionality, but I wrote some tests for it and of course updated its references to NHibernate 1.2 RC1. You can get the latest NHibernateRepository here. Fonte: http://www.arcware.net/archive/2007/04/06/NHibernateRepository-Upgraded-for-NHibernate-1.2-RC1.aspx

May 9, 2007 · 1 min · Carlo Bertini [WaYdotNET]
#Uncategorized
11

Simple TDD Visual Studio Templates

To speed up the creation of solutions like these, I’ve created two templates to plug into Visual Studio to do it for you. There’s one for testing with MbUnit 2.3 RTM and one for NUnit 2.2.9. Download the one you want to your VS2005 Project Templates folder and then create a new project. You’ll see the options to use the templates automagically. FONTE: Dan’s Archive post: http://blogs.ipona.com/dan/archive/2007/01/02/SimpleTDDVisualStudioTemplates.aspx

May 8, 2007 · 1 min · Carlo Bertini [WaYdotNET]
#Uncategorized
11

Simple TDD Visual Studio Templates

To speed up the creation of solutions like these, I’ve created two templates to plug into Visual Studio to do it for you. There’s one for testing with MbUnit 2.3 RTM and one for NUnit 2.2.9. Download the one you want to your VS2005 Project Templates folder and then create a new project. You’ll see the options to use the templates automagically. FONTE: Dan’s Archive post: http://blogs.ipona.com/dan/archive/2007/01/02/SimpleTDDVisualStudioTemplates.aspx

May 8, 2007 · 1 min · Carlo Bertini [WaYdotNET]
#Uncategorized
11

Simple NHibernate Architecture

By Cassio Alves. Introduction I started using NHibernate at the end of last year and I am having a wonderful experience with it. The simple fact that I don’t have to maintain hundreds of procedures and data access abstraction classes to do basic CRUD operations is enough to justify the use of NHibernate (even though I used a custom code generation tool). Besides that, my code is amazingly clearer and simpler....

April 27, 2007 · 2 min · Carlo Bertini [WaYdotNET]
#Uncategorized
11

Simple NHibernate Architecture

By Cassio Alves. Introduction I started using NHibernate at the end of last year and I am having a wonderful experience with it. The simple fact that I don’t have to maintain hundreds of procedures and data access abstraction classes to do basic CRUD operations is enough to justify the use of NHibernate (even though I used a custom code generation tool). Besides that, my code is amazingly clearer and simpler....

April 27, 2007 · 2 min · Carlo Bertini [WaYdotNET]
#Uncategorized
11

TDD using SqlCE and NHibernate

This article demonstrates how to use SQL Compact Edition to perform database unit testing of your Repository/DAO classes. More often than not, I cringe at the thought of performing database testing against the development database. It would be much easier and logical to perform database tests against a disposable datasource. This is where In-Memory and Embedded databases come into play. Fonte: http://www.codeproject.com/useritems/TDD_and_SqlCE.asp

April 17, 2007 · 1 min · Carlo Bertini [WaYdotNET]
#Uncategorized