Brosteins

Developers, Technology Evangelists, Bros.

Tag: sql

NHibernate Map by Code Examples – Part 2

This post is the second post in a multi-part series of examples for NHibernate‘s Map by Code feature.  Code in this series has been tested with NHibernate’s latest 4.0 as well as 3.3.3. Part One Many To Many Inverse Bag Part Two (you are here) JoinedSubClassMapping vs SubclassMapping (Discriminators) vs UnionSubclassMapping Part Three ForeignKey “none” IdBag Formula EnumStringType<> JoinedSubClassMapping vs…

Share

The NoSQL Movement

The NoSQL movement is a hot topic in the development world right now. If you’re not familiar with NoSQL, check out http://en.wikipedia.org/wiki/NoSQL and http://nosql-database.org/. NoSQL is often a misleading term and doesn’t refer to just one type of database technology as SQL does (think relational database management systems such as Microsoft SQL Server, Oracle, MySQL, and SQLite. NoSQL can refer…

Share

SQL Server Database Encryption with NHibernate Series – Part 4 of 5

This is the fourth post in my SQL Server Database Encryption with NHibernate Series. Check out the others posts here: Part 1 of 5: Summary Part 2 of 5: Create a database certificate and symmetric key for encryption Part 3 of 5: Configure domain and NHibernate mappings to decrypt and read an encrypted value Part 4 of 5: Configure domain and NHibernate mappings…

Share

SQL Server Database Encryption with NHibernate Series – Part 3 of 5

This is the third post in my SQL Server Database Encryption with NHibernate Series. Check out the others posts here: Part 1 of 5: Summary Part 2 of 5: Create a database certificate and symmetric key for encryption Part 3 of 5: Configure domain and NHibernate mappings to decrypt and read an encrypted value Part 4 of 5: Configure domain and NHibernate mappings…

Share

SQL Server Database Encryption with NHibernate Series – Part 2 of 5

This is the second post in my SQL Server Database Encryption with NHibernate Series. Check out the others posts here: Part 1 of 5: Summary Part 2 of 5: Create a database certificate and symmetric key for encryption Part 3 of 5: Configure domain and NHibernate mappings to decrypt and read an encrypted value Part 4 of 5: Configure domain and NHibernate mappings…

Share

SQL Server Database Encryption with NHibernate Series – Part 1 of 5

In this series of posts, I am going to describe one way to leverage SQL Server’s built-in database encryption with NHibernate. The posts will include include: Part 1 of 5: Summary Part 2 of 5: Create a database certificate and symmetric key for encryption Part 3 of 5: Configure domain and NHibernate mappings to decrypt and read an encrypted value Part 4…

Share