About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (201)
- Security (17)
- Test (30)
- Tooling (160)
- Uncategorized (159)
Most used tags
Tag Archives: IDispose
Week 47 roundup
Last week recap and links: Scott Hanselman uses Azure Mobile Services with dynamic schema in a hackathon. Great introduction read. Pluralsight blog post IDisposable for dummies. Needed this for closing a stream returned from a WCF service and cleaning tempfiles. … Continue reading
Mono.Data.Sqlite and filelocks
While porting my projects to Mono I noticed some file locking on databases. There were no problems with the dotNET code. Seems like a difference in behavior between the two frameworks. A simple query to a Sqlite database would look … Continue reading