Skip to main content

Recipe of a successful novel



Prologue: This post is about the book The Lost Years by Mary Higgins Clark. After I finished writing the following post, I felt that it is one of those rare posts where the overall outlook is not positive. So I decided to do some research on the author and found that there is a good name for the Author out there which included recognition from the Catholic Church. Hence, I am writing this prologue as a disclaimer to mention that I do know that some of the Author’s literary works are highly acclaimed and this post is a “first impression” post on the book. Maybe I will get introduced to other books by the author and have my opinion changed.

How to write a successful, gripping suspense novel?

Make it a murder mystery, and add the following additional elements – extra marital affairs, triangle love, a lawyer, the Catholic Church, Biblical scriptures and Jesus Christ too!  There springs a great(?) story.
I just completed reading the book The Lost Years by Mary Higgins Clark. I would have enjoyed the book as a simple murder mystery novel, if not for the futile effort of the author to drag in Jesus Christ and his DNA (Jeez!). There is no context for it in this novel and if the author wanted to involve the large sums of money, she could have considered a painting or the Lost Ark of Egypt etc. (or even dig up something for God’s sake).

Dear reader, please do not think that I am not open to ideas. I welcome them if they can be presented in a credible way. This is the first book from this author that I have read. I should be really persuaded to try another one.

Comments

Popular posts from this blog

SharePoint 2013 workflow : The server was unable to process the request

Here, I received another SharePoint 2013 workflow error. This time the workflow was not able to send emails and the following error was being shown Retrying last request. Next attempt scheduled in less than one minute. Details of last request: HTTP Unauthorized to http://sitename/_vti_bin/client.svc/web/lists/getbyid(guid'guid') Correlation Id: id Instance Id: id Fortunately I came across this post which gave me the answer http://sharepoint.stackexchange.com/questions/89101/failed-to-retrieve-the-com-class-factory-for-component-with-clsid-sp-sprequest Solution 1: In InetMgr, go to advanced settings for Security Token Service Application Pool and change "Load User Profile" to true. Recycle application pool. Reason 2 and Solution 2 : There could be another reason for this error. The workflow authentication can fail if the user executing the workflow (this will be the user initiating the workflow) is given permission through active directory group and the co

OWA not working after security update

Office web apps for SharePoint 2013 not working after security updates / server patching. After installation of the following security patches, OWA stopped working there by causing issues with SharePoint 2013. Details of ULS logs are provided below. FarmStateReplicator.exe (0x0CD8) Office Web Apps Farm State Error when trying to connect to Farm State Manager service: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at http:// /farmstatemanager/FarmStateManager.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.ServicePoint.ConnectSocketInternal