Archive for September, 2007

XeDotNet: SQL CLR Tutorial

September 19, 2007

SQL CLR, what is this ?
An easy way to use managed code inside SQL Server 2005.
How many of you already know it ?
Hands up please … one, two, three, … good!
For those of you that didn’t know, I realized a simple tutorial (italian lang) and published on XeDotNet magazine: SQL CLR: un aiutino per velocizzare le applicazioni .

I hope it’ll light up your way 😀

Technorati tags: XedotNet, SQL Server, SQL CLR

Late summer readings: I no che aiutano a crescere

September 10, 2007

I no che aiutano a crescere by Asha Phillips

Feltrinelli:

Un neonato strilla, un bambino vampirizza la madre, un adolescente sta fuori casa fino a notte fonda: le situazioni in cui noi, padri e madri, siamo più frastornati sono probabilmente quelle in cui sentiamo di dover dire di no e insieme temiamo di farlo, convinti che un diniego malposto possa avere conseguenze drammatiche sulla serenità dei nostri figli. Eppure le piccole frustrazioni motivate fanno parte della vita, aiutano a riconoscere i confini tra l’io e il mondo, permettono di imparare a controllare gli impulsi, a dominare l’ansia che nasce dall’attesa, a sopportare le avversità. Ci” che questo libro si propone è fornire le indicazioni utili a decifrare come, quando e perché è importante dire di no. Per ogni etá esistono infatti degli snodi particolarmente importanti, il cui superamento avvia un cambiamento positivo nello sviluppo della personalità, il cui mancato riconoscimento pu” al contrario innescare dinamiche onnipotenti e autocentrate. Un no detto al momento giusto pu” quindi essere il punto di partenza per una crescita equilibrata e felice. “… mi sembra davvero uno dei più bei libri che io abbia letto sull argomento.” (Giovanni Bollea)

Easy way to catch bugs ?

September 6, 2007

Bugs Bugs Bugs!

Easy bug, strange bugs, untouchable bugs. 🙂
Once you get one, you’ll have to fix it. There are no feature exits. 🙂
How to catch a bug ?
Jim Shore state his mind about fast and slow crashing (I saw on Martin Fowler’s site), why and when use each one.
Software won’t be bug free ever and you have to deal with lots of “issues” among development processes.
Log4Net is my solution, so far.
It lets you realize slow crashing software, but logging each problem instantly.
Your software will be a gentle manner system because it will kindly advice users that something doesn’t work properly :),
but thanks to logs support team will get the right hints to catch and fix the problem.
What about your babies ? 😉
Would you use some sort of bracelet bell just to know what they are some-doing, instead of watching them all the time ?

Technorati tags: Log4Net