Explore >> Select a destination


You are here

golb.hplar.ch
| | stackchief.com
12.8 parsecs away

Travel
| | Spring Data JPA example including the basics of crud operations, entities, repositories, associations, fetch types in a single example.
| | www.stackchief.com
11.4 parsecs away

Travel
| | Java serialization in depth including what is serialization, why we need serialization in Java, how it works, the serializable interface, problems with serialization and examples.
| | vladmihalcea.com
13.4 parsecs away

Travel
| | Learn what is the best way to implement a relational database table partitioning solution when using Spring and Hibernate.
| | dataonwheels.wordpress.com
70.8 parsecs away

Travel
| Thanks to Matt Gordon (@atsqlspeed) for hosting this T-SQL Tuesday. Splitting Strings in SQL A problem that has plagued SQL developers through the years is splitting strings. Many techniques have been used as more capabilities were added to SQL Server including XML datatypes, recursive CTEs and even CLR. I have used XML datatype methods to...