
Serialize and Deserialize POCO classes in XML
Serialize and Deserialize the Plain Old CLR Object (POCO) class is the theme of this post and I will be discussing regarding XML-based Serialization and Deserialization. Note: This post is purely about Serialization and not regarding how to write Serializable POCO classes. Image Illustration POST Index Serialization Definition Conversion Steps Involved Source Code Deserialization Definition Conversion Steps Involved Source […]

Code Generation using Sitecore Rocks and Visual Studio
Index Points Introduction Assumptions Code Generation Steps using Sitecore Rocks Image Guided Steps for Code Generation using Sitecore Rocks Conclusion Reference Links Introduction This post will guide you on how to work with code generation using Sitecore Rocks. Assumptions You have already setup Sitecore site visual studio solution. If not then you may follow the steps […]
MSSQL – Change default database by sql query
Dear reader, Recently I noticed in my daily work that every time I logged in MS SQL I was required to select the database which I had to work on and this was regularly in use by me and this lead me to find the solution to change the default database selection after I log […]