-
Archives
- May 2018
- April 2018
- December 2017
- September 2017
- August 2017
- July 2017
- June 2017
- March 2017
- February 2017
- January 2017
- October 2016
- September 2016
- August 2016
- October 2015
- July 2015
- March 2015
- January 2015
- December 2014
- August 2014
- July 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
-
Meta
Monthly Archives: September 2012
Retrieving column values as a comma separated string in SQLServer
Hi, This post is quite the opposite of the previous post. That is, in the previous post, We inserted a comma separated string into separate rows. Here we will return a single comma separated string by concatenating values from separate rows. … Continue reading
Adding items in comma-separated string into separate rows in SQLServer
Hi, In this post, I’ll show how to insert a items in a comma-separated string into separate rows in a table. Consider for example we have a comma-separated string such as “amogh, anish, anvesh, uday”. after inserting into the table, … Continue reading
Happy Ganesh Chaturthi to all :-)
Hi, I wish you all a very Happy Ganesh Chaturthi.!! Hope you have a great day and year ahead! Ganapathi Bappa Morya!! Also, I would like to request all of you to only use Ganesh idls made from … Continue reading
Posted in General, Go Green, Save the planet
Tagged arts, Clay Ganesh Idol, Clay Idol, environment, Ganesh Chaturthi, GoGreen, Indian Festival, nature, POP, SavePlanet, Vinayak Chaturthi
Leave a comment
Webhooks, webhook urls and an implementation of webhooks (sample)
Hi, Today I would discuss about webhooks, webhook Urls and finally how to implement a webhook url. I had to implement the webhook url concept recently and boy! I had to struggle a lot for understanding what webhook actually means … Continue reading
Posted in ASP.NET, General
Tagged HTTP, HTTP POST, implementation of webhook url, REST Services, webhook, webhook url
4 Comments