Android - Sharing development packages

I was wondering how you can share Android packages that you’re developing with other interested parties. Well, it turns out it’s fairly easy. Assuming you’re working on the emulator, your first task is to extract the package off the emulator. [Read More]
Tags: android

Manually creating default constraints in SQL Server

Default constraints can be added in Management Studio by setting a default value for a field in the designer, or by specifying it in your table create script. This SUCKS though, because it generates a random name for the constraint, which can lead to inconsistencies across databases - if you... [Read More]
Tags: sqlserver