Happy easter.
Just wanted to tell you that this tuesday I got a weird exception, stemming
from NOT disposing a DataContext.
So like Bill Maher we just added New Rules in our project. Always using
using on a DataContext.
I of course wrote a snippet that when typing db and tab it you get
using(var db = new Database())
{
}
Just wanted you to know that I can learn from my mistakes and that you were
correct all along.
Love Ya
- Michael Starberg
Just wanted to tell you that this tuesday I got a weird exception, stemming
from NOT disposing a DataContext.
So like Bill Maher we just added New Rules in our project. Always using
using on a DataContext.
I of course wrote a snippet that when typing db and tab it you get
using(var db = new Database())
{
}
Just wanted you to know that I can learn from my mistakes and that you were
correct all along.
Love Ya
- Michael Starberg
Comment